June 15, 2006 at 5:10 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 eas completed successfully, but I can't actualy see the database new created.
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
Daniela
June 15, 2006 at 7:16 am
How are you checking for the existence of the database?
K. Brian Kelley
@kbriankelley
June 15, 2006 at 11:58 pm
Hi.
As I figured out, the script is executed and the database is created , but in a user instance. So, I got the wrong tool
Thanks
Daniela
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply