How do i use SQL Server 2008? With Visual Studios?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-17T18:56:30Z Indexed on 2010/05/17 19:00 UTC
Read the original article Hit count: 99

Its a two part question. How do i use SQL Server 2008? With Visual Studios?

I started up a dummy project and with server explorer i tried with create new sql server database and add connection using my computer name (it came from a dropdown) as the server location. When i tried to create the database 'TestDB1' i got an error. I dont understand why. Its a fresh install and i have restarted the comp a few times since then. I havent messed with visual studios or the servers or even the control options to disable anything that would have been automatic. So whats with this?

-edit- My goals are 1) create a database. 2) Be able to see all the database that exist on the server 3) execute sql queries in the ide 4) be able to browse tables. I dont need all of these but as many possible would be nice.

alt text

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about visual-studio-2010