Click to See Complete Forum and Search --> : Problems running a script


DanielaTm
June 15th, 2006, 07:11 AM
Hi,
I am using Sql server Express Utility to run from command line a script. I am using it like this:
sseutil -run C:\test.sql -s .\SQLEXPRESS

the script only creates a database. I run it, it said that the command was completed successfully, but I can't actualy see the new created database .
when I run the script again, it sais "The database already exists"
So, it is clear to me that the script was executed, but where???
Please, any idea would be welcomed