I am currently developing a VB.NET application with a SQL Server 2000 installed. Now, I want to deploy my application to another single user computer, but this time I want to use the MSDE as a database engine. The question is:
What is the best way to create all the tables? Is there any way to run the SQL Server generated SQL script?
How to create procedure?
If anyone can give a clue, it would be very helpful.
Thank you.
What is the best way to create all the tables? Is there any way to run the SQL Server generated SQL script?
How to create procedure?
If anyone can give a clue, it would be very helpful.
Thank you.