April 2, 2008 at 3:37 pm
Hi-
It appears that DMO has been deprecapted by Microsoft and "Replaced" by SMO. But, I need to export table data (not schema) to flat files, and then later possibly import the data back in. Can I do such things using SMO or am I stuck with using an Interop wrapper around DMO for C# ?
Truly ANY help is appreciated - thanks - B
April 9, 2008 at 1:10 pm
... chirp chirp... BUMP...
November 23, 2008 at 7:02 am
There are some limited capabilities in SMO to actually move data around, but in my opinion trying to do this is like using the heel of your shoe to hammer in a nail. You'll be much better served using the SQL Client namespace (Microsoft.Data.SqlClient). The MSDN reference can be found at http://msdn.microsoft.com/en-us/library/system.data.sqlclient.aspx.
hth,
Tim
Tim Mitchell, Microsoft Data Platform MVP
Data Warehouse and ETL Consultant
TimMitchell.net | @Tim_Mitchell | Tyleris.com
ETL Best Practices
November 24, 2008 at 12:52 am
Why can't you just use BCP for this?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply