Hi all
I work in a data lab that prepares data in Stata that is pulled from SSMS using ODBC load.
I am using
The issue I have is that I get a marginally different set of 5000 obs each time. This is really surprisingly and troubling, as I want to check my work by comparing old end results to new. I can't if randomness is introduced. Even stranger, for some tables in SSMS this seems to happen, but not others. I checked to see if perhaps some of them had internal sorting in SSMS and others not, but this doesn't seem to be the cause of the problem.
Unfortunately I can't provide example code as the data sits in SSMS.
Does anyone have any ideas?
Regards,
Bruce
I work in a data lab that prepares data in Stata that is pulled from SSMS using ODBC load.
I am using
Code:
ODBC load, exec(SELECT (TOP 5000) varlist FROM etc etc)
Unfortunately I can't provide example code as the data sits in SSMS.
Does anyone have any ideas?
Regards,
Bruce
Comment