all groups > sql server dts > november 2003 >
You're in the

sql server dts

group:

Execute SQl Task


Execute SQl Task Peter Newman
11/21/2003 3:35:26 AM
sql server dts:
I have a simple query

Select * from Table1 where Licence = "123456"

I am exporting the result to Global Veraibles which works
fine. Hope can i set the Licence = ?? at runtime

Re: Execute SQl Task Allan Mitchell
11/21/2003 2:10:37 PM
What version of SQL Server?

SQL Server 2000

Select <attribute names> from Table1 where Licence = ?

You then mapo the ? to a Global Variable.
--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button