Viewing 15 posts - 1 through 15 (of 15 total)
That worked. I had a second Execute SQL task in there configured that way but it wasn't working until I deleted that task and recreated it. Thanks for...
June 9, 2011 at 9:57 am
varMaxDate is of type DateTime. I have tried setting the parameter mapping to the following data types:
Date
DBDate
DBTime
DBTimeStamp
June 8, 2011 at 10:16 pm
Can anyone help me out with the data type issue that I explained earlier?
June 8, 2011 at 2:28 pm
So here is what I have now:
SQL Statement from Execute SQL Task 2:
select * from Person.Contact WHERE ModifiedDate >= ?
Parameter Mapping from SQL Task 2:
Variable Name: User::varMaxDate
Direction: Input
Data Type:...
June 7, 2011 at 4:21 pm
Thanks for your help guys. I tried Greg's approach but no luck. Here is the DTS script that I am using to call the transformation:
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Function Main()
Dim...
August 17, 2007 at 9:30 am
Kevin, thanks for your reply. I wasn't aware that the setting in Layout view was for body. I was thinking it was the page width. Since I had the margin...
February 7, 2005 at 9:57 am
David-
That works great. Thanks. I'm still not sure why SRS wants to evaluate my original IIF statement in that way.
February 4, 2005 at 3:56 pm
That did it. My body width needed to be adjusted. Thanks very much for your help.
February 4, 2005 at 10:34 am
I was thinking about that. My report layout is landscape 11 x 8.5 and the one column table control is just 1.5 inches wide. I have my one field name...
February 4, 2005 at 10:19 am
I tried with a table control, same behavior. Am I supposed drag the field name to the Column 2 and Column 3 areas also? These are not able to accept...
February 4, 2005 at 9:56 am
Thanks for your reply but this still doesn't work. I created a new report and set the report properties for 3 columns. The layout view then shows 3 pages wide...
February 4, 2005 at 9:43 am
Robert-
Thanks for that clean solution. That worked great.
Matt
January 26, 2005 at 4:18 pm
Originally the specs that I had for importing this data into a third-party app called for separate patient(table 1) and response (table 2) text files. This was easy since...
November 13, 2002 at 3:14 pm
Viewing 15 posts - 1 through 15 (of 15 total)