S
Sean McKaharay
I have 2 disconnected servers I need to take new data from server 1 to
server 2. I am exporting the data from server1 to xml. My thought was going
to import the xml into a dataset then do bulk insert and updates, but to do
that I need to find out what order the tables need to be loaded so I don't
break any constraints. Does anyone know how I can get that order?
Sean
server 2. I am exporting the data from server1 to xml. My thought was going
to import the xml into a dataset then do bulk insert and updates, but to do
that I need to find out what order the tables need to be loaded so I don't
break any constraints. Does anyone know how I can get that order?
Sean