Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 how to generate script with data.

Author  Topic 

ganeshkumar08
Posting Yak Master

187 Posts

Posted - 2008-07-09 : 06:04:14
Hello,

I created one new table.
I need to send this table to client with data. How can i do this.
Is there any option in sql server to do this.

Thanks
Ganesh

Solutions are easy. Understanding the problem, now, that's the hard part

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-09 : 06:34:17
you mean you need to give entire data from table to client? how much data it contains now?
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2008-07-09 : 07:43:16
see http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=73608&SearchTerms=script,data


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

ganeshkumar08
Posting Yak Master

187 Posts

Posted - 2008-07-09 : 11:23:05
Ok KH i will check that link.
--------------------------------
yes visakh, i need to give script with data, so client execute the script the table should be created and data should be inserted.

Solutions are easy. Understanding the problem, now, that's the hard part
Go to Top of Page
   

- Advertisement -