I have a production database residing on a remote sequel server that I can access indirectly through a citrix connection.
However, because my database front end resides on my local machine, I chose to have my development database on my local machine as well, running in MSDE 2000.
Problem is, how do I upload one or all objects(including tables,stored procedures etc) in this msde based database to the sequel server based database?
I am using adp to interface with the msde database and using it I was able to run the copy database wizard which created an mdf for me. I was hoping that I could simply copy this and replace the mdf on the sequel server but that doesn't cut it.
How would I on the other hand copy the sql server db to msde on my local machine?
Anyone know how to do this? Thanks in advance.
However, because my database front end resides on my local machine, I chose to have my development database on my local machine as well, running in MSDE 2000.
Problem is, how do I upload one or all objects(including tables,stored procedures etc) in this msde based database to the sequel server based database?
I am using adp to interface with the msde database and using it I was able to run the copy database wizard which created an mdf for me. I was hoping that I could simply copy this and replace the mdf on the sequel server but that doesn't cut it.
How would I on the other hand copy the sql server db to msde on my local machine?
Anyone know how to do this? Thanks in advance.