dbTalk Databases Forums  

Question Mark (?) values

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Question Mark (?) values in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dean P.
 
Posts: n/a

Default Question Mark (?) values - 04-30-2008 , 12:28 PM







I have a DTS package that has the define code listed below.

How do I find the values for each ? in the @SQLString listed below?

Thank You,

DECLARE @SQLString VARCHAR(320)
SET @SQLString = ' ''' + ? + ''',' + '''' + ? + ''''
EXECUTE (@SQLString)

Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.