Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server/MSDE Development

Status
Not open for further replies.

drluggo

Programmer
Jan 14, 2003
39
US
I am doing development for a project and we are using a SQL server database. I do some off-site development on a computer not connected to the target SQL server. On the developmetn machine, I have loaded MSDE and I am able to connect with and administer the sample SQL server databases through Access. Can anybody tell me how I can transfer the target database onto the development machine so that I can work with the table structures, etc? I do not need all of the data on the devleopment machine, just the table structures, stored procedures, security settings, etc. so that I can do my ASP.NET development.

Any help would be appreciated.

Thanks,
Chris
 
You can use SQL-DMO to script your databases. I do this from Access. See the script in faq183-1637 - "How can I script my SQL Server databases from Visual Basic?"


If you want to get the best answer for your question read faq183-874 and faq183-3179.
Terry L. Broadbent - DBA
SQL Server Page:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top