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
 SQL Server Administration (2005)
 Insert records into table sql script

Author  Topic 

ilimax
Posting Yak Master

164 Posts

Posted - 2008-12-30 : 08:00:33
I have table full of data and for transfer that table to another server I want make sql script for create table and insert all of that data into table.
Is there any way on sql server 2005 that I generate script automatically for inserting my data from table?

ghemant
Starting Member

22 Posts

Posted - 2008-12-30 : 08:55:36
Suggest you to refer http://vyaskn.tripod.com/code.htm#inserts

hth

Regards
Hemantgiri S. Goswami
http://hemantgirisgoswami.blogspot.com/

Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-12-30 : 10:24:42
you can also use the ssms tools pack from my signature for this. look below.

___________________________________________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.1 out!
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-30 : 11:43:50
or you could simply use import export wizard for this without using any script
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-31 : 22:02:36
quote:
Originally posted by ghemant

Suggest you to refer http://vyaskn.tripod.com/code.htm#inserts

hth

Regards
Hemantgiri S. Goswami
http://hemantgirisgoswami.blogspot.com/





Why need to take headache?Just use Visakh's approach.
Go to Top of Page

ghemant
Starting Member

22 Posts

Posted - 2009-01-06 : 12:31:33
quote:
Originally posted by sodeep

quote:
Originally posted by ghemant

Suggest you to refer http://vyaskn.tripod.com/code.htm#inserts

hth

Regards
Hemantgiri S. Goswami
http://hemantgirisgoswami.blogspot.com/

quote:




Why need to take headache?Just use Visakh's approach.


Certainly!!! it's upto question initiator!!!



Regards
Hemantgiri S. Goswami
http://hemantgirisgoswami.blogspot.com/

Go to Top of Page
   

- Advertisement -