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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Generate user instances

Author  Topic 

pedro_zenha
Starting Member

2 Posts

Posted - 2008-07-21 : 11:10:06
when i´m trying to create a sql server database in Visual Studio .net 2008 i receive the following message:
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
I type sp_configure in the command window but it doesn´t recognizes the command. What can i do?

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-07-21 : 11:14:25
why database is being created from .net?

see this:
http://forums.asp.net/p/1035148/2390256.aspx
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-21 : 11:17:10
quote:
Originally posted by pedro_zenha

when i´m trying to create a sql server database in Visual Studio .net 2008 i receive the following message:
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
I type sp_configure in the command window but it doesn´t recognizes the command. What can i do?


where you trying to do this from visual studio? did you try running it from SSMS?

http://msdn.microsoft.com/en-us/library/ms188787.aspx
Go to Top of Page
   

- Advertisement -