Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2004, 07:32 AM
Authorized User
 
Join Date: Dec 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Script with inserts

Hi All,
i want to generate the SQl script which should also contain the insert statement of the data... is there a way in SQL serve for this.. or i have to use some third party tool, if any plz recomend any tool..

thanks

zee

 
Old October 18th, 2004, 02:45 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Not sure what you are looking for, can you elaborate more on what you are trying to achieve?

_________________________
- Vijay G
Strive for Perfection
 
Old October 19th, 2004, 04:45 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Anantsharma Send a message via Yahoo to Anantsharma
Default

Using Generate Script Wizard u can only generate DDL not DML.

If u want all these then u should go for DTS Scripts. U can create DTS Package which u can create in for of VB code also. I m not sure how much u r familiar with VB and ActiveX.

Hope u can dig out futhre details on SQL Server DTS Tool. If u r a programmer then u can design your tool for such operations. U can read the table and keep the data in Text file in Form of "Insert Into" statements.

Gud luck

B. Anant





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 8 inserts 2 records... nickLogan BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 5 May 27th, 2009 06:32 AM
inserts fbailey Classic ASP Databases 3 February 22nd, 2007 02:39 PM
stored procedure that inserts data desireemm SQL Language 5 January 22nd, 2006 04:25 PM
Multiple Inserts ~Bean~ SQL Language 1 January 20th, 2006 03:00 PM
no inserts for you sadermine VB.NET 1 September 5th, 2005 10:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.