One thing I notice, when I drop and recreate my table, insert ALL data from the source table, and then compare using sp_spaceused 'TableName' I see a difference in the data size returned from sp_spaceused.
The number of rows is the same....Is there a reason the data size would be different between source and destination immediately after I run my transport script?
Ex:
Source
data = 35016 KB
Destination
data = 35240 KB
Yes, copying is dynamic process - a bit more complex than equivalent to physical moving object from location A to B.
------ heisenbug: A bug that disappears or alters its behavior when one attempts to probe or isolate it schroedinbug: A bug that doesn't appear until someone reads source code and realizes it never should have worked, at which point the program promptly stops working for everybody until fixed.
[ba
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.