Server Msg:213

01/17/2014 18:38 RaistlinsGod#1
Server: Msg 213, Level 16, State 4, Line 1

Encountered this error when trying step 4 in Janvier123's [Only registered and activated users can see links. Click Here To Register...]

Maybe I am doing something wrong. I am trying to run step 4 as a query.

for those who don't want to look step 4 is....

1. Open Enterprise Manager (Start -> Programs -> Microsoft SQL Server -> Enterprise Manager)
2. Go To Tools -> SQL Query Analyzer (Login With Your "sa" Password)
Code:

Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000',' 1','0','Y','01/01


Now up until now no problems all has gone well but this.
All help is appreciated! Thank you.

Figured it out on my own, thanks for not answering I guess lol.