1
vote
1answer
4k views

SP1 update for Visual Studio Express 2008

I was trying to install SqlServer 2008 and got an error saying, that my Visual Studio (namely Visual C# 2008 Express) was not up-to-date, and it required VS 2008 SP1. The only update I have found on ...
0
votes
2answers
2k views

Setting SQL database Permissions for Visual Studio Data Config Wizard

I'm new to SQL. I have created a new database in SQL Server Management Studio, and am now trying to attach it to a windows forms project in Visual Studio via the built in Data Configuration Wizard. ...
6
votes
1answer
6k views

Is there a way to “export” an entire SQL Server database (schema and data) to text?

On a per-object basis, SQL Server Management Studio has the option to script the object to clipboard, file, etc. Is there a way (at the database level) to do a "1-click" export of ddl AND data to a ...