Viewing 2 posts - 1 through 3 (of 3 total)
Hello Sir,
When I execute Create Database script then error is Database is already exist so after I execute ALTER Databse script then error is database does not exist.
I have SQL...
August 10, 2012 at 5:18 am
#1524342
Thank you sir for your reply.
Now I have tried SQL create command to create Database from given sql script.
I have tried as follows:
-------------------------------------------------
Create DATABASE [datauwatchit]
ON PRIMARY
( NAME =...
August 10, 2012 at 4:54 am
#1524327