views:

20

answers:

1

Please refer to my previous question here: Link Here

Will this project type be useful for installing the necesary database on a servers machine?

+1  A: 

That is not what you want. That project type is for creating SQL Server CLR Integration objects.

You need to actually install SQL Server, the product, or SQL Server Express, on the server machine.

Edit: Actually this might not be entirely correct under all circumstances. If you have the Database Edition of Visual Studio then you have different SQL Server projects which are intended for deploying and upgrading databases. But they still won't install SQL Server for you - you (or your customer) will have to do that separately.

Aaronaught
Ok, thank you for the help man. :) My next question is, what type of project do I have to make to declare all the tables that I'll need, test it out locally on my machine and then have a user easily install the database on their server machine - granted they have to have MS SQL installed prior.
Serg