Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sError

Author  Topic 

deesel
Starting Member

1 Post

Posted - 2010-11-22 : 11:49:34
When I try to create a new database, i get this error

System.Data.SqlClient.SqlException: Database option 'autoclose' does not exist. Specify a valid database option.

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-11-22 : 11:55:58
Which version is your database and which version of client are you using?
or just use a create database statement from a query window.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-11-24 : 09:25:27
seems like you're using a client whose version is above version of db engine you're connecting to

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -