Encountered this error when trying step 4 in Janvier123's

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.






