Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
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 June 14th, 2006, 09:36 PM
Registered User
 
Join Date: Jun 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS package - passing values at run time

Hi,
I am new to sql server. I used the DTS package in sql server 2000 to export data into excel from the database. For this I used the export data wizard option, and included a simple query something like this -

Select name from table where table.id = X.

I saved the package. It's running fine.

I want to pass values to X at run time, i.e. when I execute the saved DTS package it should ask for the value X and based on that value the sql query should run and export data into the excel.

Please let me know how to use global variables and parameters to achieve this.

Please explain in detail, I don't know the other features in DTS.

Thanks,
Krish.

 
Old June 20th, 2006, 04:56 PM
Authorized User
 
Join Date: Oct 2005
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Here's a couple of links that may be able to help you:

http://www.sqldts.com/default.aspx?234
http://www.sqldts.com/default.aspx?205

SQL Server Helper
How well do you know SQL? Find out with the free test assessment from SQL Server Helper!!!
http://www.sql-server-helper.com/free-test/default.aspx





Similar Threads
Thread Thread Starter Forum Replies Last Post
passing date time values to sql ashokparchuri ADO.NET 4 March 15th, 2005 01:47 AM
Passing Output Parm From St Proc to DTS Package lwendt33 SQL Server DTS 2 February 2nd, 2005 05:15 PM
Passing table name as parameter in a DTS Package nimma SQL Server DTS 2 January 7th, 2005 02:24 AM
How to retrieve multiple values at run time using anshul21 Crystal Reports 1 May 31st, 2004 10:36 PM





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