Davin wrote
If you using sql 2005 express you can get sql server management studio express (same as enterprise manager in 2000) free from microsoft and if you have the full version you should already have the management tool installed. |
If I wanted to point to sql 2000, what does the connection string look like as opposed to sql 2005? The weird thing is, I uninstalled SQL 2005, and its still giving that error when I install. It was an install that came with Sharepoint demo I was playing with. Don't even get my started on how much of a pain that caused :)
Could you give me an example of what a conn string would look like for both?
This is what I have in the web.config - <add name="LocalSqlServer" connectionString="Data Source=server;Initial Catalog=BugNet;User Id=bugnet;Password=bugnet;" />