Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Hi All,

I am new to SSIS and now need perform some migration from 2005 to 2008.

While performing this I have opened one of the SQL task which was logging some package info into DB. When I opened the query I found that ? in the SQL query. Please check in the below line:

EXEC  dbo.usp_LogPackageStart @ID = ?,@Name =? ,@Description = ? ,@Frequency =?,@ProcessedKey = ?,@ProcessdDate = ? 


result set is choosen as "Single Row" . Can any one tell me what values will be replaced in "? " place while executing SQL and What is the meaning of Single row in such situation.

Thanks in Advance
Prashant
Posted

1 solution

"?" is a parameter you are defining in Parameters tab.
 
Share this answer
 
Comments
Prashant Bangaluru 19-Aug-14 1:22am    
Thank you.. I understood..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900