February 26, 2010 at 2:43 am
i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.
February 26, 2010 at 3:02 am
Hard to tell what you're trying to do...
Please provide more details.
Especially the following phrase is unclear (at least to me...): "without using txt file"
February 26, 2010 at 8:53 pm
thummalalavanya (2/26/2010)
i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.
OPENROWSET or text based linked server. It'll be a whole lot slower than using BULK INSERT with a properly setup format file, but it's what you ask for.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2010 at 11:54 pm
thummalalavanya (2/26/2010)
i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.
Do you mean: You want to copy lots of data from one column in a table to a different table? Is that it?
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply