Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Activating SQL Server in Visual C#.NET

Status
Not open for further replies.

russellobrien

Programmer
May 14, 2003
28
0
0
GB
I have recently installed SQL Server, but when using Server Explorer in Visual C#.NET it doesn't seem to recognise it, and the menu item to create a new database is greyed out.

Any ideas why?

Many thanks,

R O'Brien
 
May want to try the Visual C#.NET forum for that question. Seems to have stumped our group ... for now.

Thanks

J. Kusch
 
msde is a sqlserver engine and should show up in server explorer. visual studio.net sets up an instance of msde at servername/vsdotnet by default. try adding that server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top