I have a DTS running on a local server. It converts an mdb to SQL by droppping all tables, recreating them and loading the data. I load these tables onto a SQL2000 hosting server for a website.
I have about 250MB of data in the mdb and it peaks the transaction file on my hosting server at 875MB. I am only allowed 500 so I have to find an alternate method.
I asked if I could turn off transction log services but I found out that in SQL2000, It turns on or off for the entire server. The hosting company won't let me do that but they tell me that in SQL2005 you can designate transcation log services at the db level and they can move to 2005.
My DTS is written on a SQL2000 machine and I need to know if I can connect to SQL2005 server and run a DTS package from a SQL2000 server.
I can use any suggestions or ideas that anyone may have. I am in a serious time crunch. Thanks for all of your help in advance
I have about 250MB of data in the mdb and it peaks the transaction file on my hosting server at 875MB. I am only allowed 500 so I have to find an alternate method.
I asked if I could turn off transction log services but I found out that in SQL2000, It turns on or off for the entire server. The hosting company won't let me do that but they tell me that in SQL2005 you can designate transcation log services at the db level and they can move to 2005.
My DTS is written on a SQL2000 machine and I need to know if I can connect to SQL2005 server and run a DTS package from a SQL2000 server.
I can use any suggestions or ideas that anyone may have. I am in a serious time crunch. Thanks for all of your help in advance