June 27, 2025 at 3:12 pm
Hi i recently exported a number of "to be purged resultsets " to .tsv's. this is a related link https://www.sqlservercentral.com/forums/topic/is-there-a-reorg-available-in-sql-server .
my next step was to see how i'd fare trying to rehydrate to a table with the same cols and data types from one of these tsv's, specifically one with high volume (9 million records at 500+ bytes per record) .
i was surprised by a few things and may be disappointed now that i dint listed to the sme's who offered opinions in that other link...
this is on a vm with limited memory and other resources. does the community believe that if i am to even have a chance i'll either have to target the output table from option 1,2 as one with all varchar data types or get in there and edit each mapping? what is that global conversion i see where you can choose ignore or abort instead?
June 27, 2025 at 5:46 pm
possible correction, testing now, the target fields didnt exactly match up , maybe the import expects them to match in spite of the column headings. i'll post back here.
Indeed, for some reason "floats" dont work in reverse if the goal is to map them back from the .tsv's to a schema with data types of float. This is kind of disturbing because if i'm not mistaken i've seen sql able to do that in an ssis pkg, but to be honest im not 100% sure.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy