Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old July 16th, 2004, 01:19 AM
newbie2004 newbie2004 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 12 newbie2004 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 9 sec
Reputation Power: 0
Script to insert 1000 rows in a database table

Please guide me as to how to write a script to insert 1000
rows in a table automatically for SQL Server.
the table has structure like
Table1(id int,name varchar, date datetime,currency money)
Thanx in advance.

Reply With Quote
  #2  
Old July 16th, 2004, 04:14 AM
stevemw stevemw is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: uk
Posts: 70 stevemw User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
You need an INSERT INTO statement, although I think you can only do one row at a time.

e.g.

INSERT INTO Table1 (id int,name varchar, date datetime,currency money) VALUES (1,'Bloggs','16/07/2004','£100.52')

If you have the data in a CSV file, you could import it into your database as a different table (Table2), then try an insert select statement

INSERT INTO Table1 (id,name,date,currency) SELECT id, name, date, currency FROM Table2

Reply With Quote
  #3  
Old July 17th, 2004, 02:12 AM
newbie2004 newbie2004 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 12 newbie2004 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 9 sec
Reputation Power: 0
Insertion at one time

One row at a time is an easy task.
What i wanted to do was insert multiple rows at the same time
and autogenerate the values.
I have succeeded in doing just that.
Thanks Anyway
(P.S. I will post the code as soon as i am completely done with it
for the benifit of others refering this post)

Reply With Quote
  #4  
Old July 17th, 2004, 08:41 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
Click here for more information.
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,781 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 45 m 55 sec
Reputation Power: 470
Look into MS SQL's BCP (Bulk Copy Program) or DTS (Data Transformation Service).

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Script to insert 1000 rows in a database table


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT