Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Code to Variable

Status
Not open for further replies.
Mar 12, 2003
678
US
Any Idea how I would convert the following SQl query to a variable expression in SSIS:

Code:
@FromDate = CONVERT(datetime, floor(CONVERT(float, GetDate()))) 
+ [User::EOD]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top