November 6, 2008 at 2:29 am
I want to extract data from sql server programetically in sql server how to do this
November 6, 2008 at 3:10 am
I ques You should provide more details on what exactly You want to do.
And what tools/software You're ready/wish to use.
there are lots of solutions, each is different in time and dificulty
November 6, 2008 at 3:22 am
I don't have a clear answer to your question ("It depends" :D:D ), but you can use tools like
- BCP (Bulk copy program)
- SSIS package
- T-SQL statements
- Buy a third-party tool
Wilfred
The best things in life are the simple things
November 6, 2008 at 4:09 am
Use SQL ( ha ha ha), can you be a bit more specific of ur requirements 🙂
November 6, 2008 at 5:43 am
there is an option in sql to extract the data scripta from specified table (Generate script) .
similarly I want to extract table data to an file say "c:\abc.sql" programmatically
for that i am trying to use SQLDMO.dll i don't know how to use this.if any body know please help.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply