when I try to use the command that javier passed this one ......
Insert Error: Column name or number of supplied values does not match table definition.
Anyone know where is wrong?
Server: Msg 213, Level 16, State 4, Line 1Quote:
1. Open Enterprise Manager (Start -> Programs -> Microsoft SQL Server -> Enterprise Manager)
2. Go To Tools -> SQL Query Analyzer (Login With Your "sa" Password)
Use account;
Go
Insert Into [TBL_USER] Values ('091014102755323, 'teste', 'teste', 'teste@teste', 'tester', 'teste')
Insert Into [USER_PROFILE] Values ('09101410275533','ID','Password','091014102755323 ','1','0','Y','01/01/2006 00:00:00',nul
Insert Error: Column name or number of supplied values does not match table definition.
Anyone know where is wrong?