Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 16th, 2003, 02:31 PM
Authorized User
 
Join Date: Jun 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Default Uploading database tables/stored procedures

In Visual Studio .NET 2002, I can connected to my Web Hosting service's database that they have set up for me for MSSQL.

I tried to transfer the tables and stored procedures I have on my local machine to my database on my Hosting service via Studio IDE. Visual Studio won't let me just copy, and paste.

Also, I do have Visual Studio .NET 2003 installed, but I haven't used it yet because I'm not quite ready to convert my project in 2003 because of some fears of some possible unexpected problems.

Can anyone help me on how to transfer a database to a Web Hosting SQL server? I read about the Copy Database Wizard, but I am running MSDE 2000, and I don't know if I have this wizard to use, or where it would be if I do have it.

Jan_Ma
Contact me at: [email protected]
 
Old June 16th, 2003, 11:09 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Get yourself a copy of the SQL Server client tools (you can download the trial version of Microsoft SQL Server from here, and just install the client tools during setup: http://www.microsoft.com/sql/evaluat...al/default.asp)

In your Enterprise Manager and/or Query Analyser, connect to both your local MSDE, and your remote SQL Server. Then, you can copy the necessary objects between the two. I would *strongly* suggest that you script the creation of your objects (eg tables/sprocs), because then you can save these in a .sql file, load that into Query Analyser, and run it, and viola, your entire database is (re-)created.

Cheers
Ken

www.adOpenStatic.com
 
Old June 17th, 2003, 11:09 AM
Authorized User
 
Join Date: Jun 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ken, thank you for responding.

I am really interested in what you stated, but I do not believe I have access to Enterprise Manager and/or Query Analyser. I only have Visual Studio .NET Professional (Academic) 2002/2003.

Can you advise me further. I am just a person working on their own PC in a home office.

Thanks ... I hope you get this message, and reply back.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't use stored procedures containing temp tables jsandee Reporting Services 1 December 20th, 2007 02:24 PM
Where r database tables get stored ?? kajal SQL Server 2005 1 April 1st, 2007 08:38 AM
Using System Tables, Views and Stored Procedures syphon SQL Server ASP 2 September 6th, 2006 03:09 AM
system tables and stored procedures recovery prob. mukund SQL Server 2000 1 December 24th, 2004 07:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.