Go Back   CodingForums.com > :: Server side development > MySQL > Other Databases

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-03-2006, 08:22 PM   PM User | #1
Daniel Israel
Regular Coder

 
Join Date: Aug 2006
Location: Richmond, CA
Posts: 137
Thanks: 3
Thanked 2 Times in 2 Posts
Daniel Israel is an unknown quantity at this point
Cool mysqldump-like tool for SQL Server 2000

Hi everybody,

I'm working on a project where the data is in an SQL Server 2000 database. I don't have access to the machine (it's a web project and the server is an ISP) and therefore I'm limited to what I can do.

I need to move the entire database from one machine to another. However, I would like to make a few changes to some tablenames, data, etc. If I was using mySQL, I would do a mysqldump on the database. This would produce a text file that would contain the SQL statements to recreate the database. I then would make the changes by hand, then send the file to the new database and it would be replicated.

So, I have 2 questions.

1. Is there such a manner to get this file for an SQL Server 2000 database? (that moves tables, views, and stored procedures)

2. Once I have this file, is there a way to feed that file of SQL statements to the new server to generate the database?

Any help is appreciated, thanks.
Daniel Israel is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:19 AM.


Advertisement
Log in to turn off these ads.