Viewing 15 posts - 1,501 through 1,515 (of 3,738 total)
I did declare the variable?
DECLARE @SQLQuery NVARCHAR(255)
April 16, 2012 at 11:44 am
The problem is that I need to store the results of @i in a variable.
I tried:
SET @SQLRowCount = @i
It is NULL but how do I capture the SQL Count...
April 16, 2012 at 11:39 am
Post removed.
April 16, 2012 at 10:03 am
Post removed.
April 16, 2012 at 9:55 am
Post removed.
April 16, 2012 at 9:26 am
I created the destination by a SELECT INTO Destination Table FROM the Source Table
WHERE 1 = 2
It had NOT NULL Constraints in the destination and that was the issue.
Thank...
April 13, 2012 at 1:40 pm
I removed the WHERE Clause that included the input parameter and I still get the error.
When the Task executes the parameter does not have a value.
I did not mean to...
April 13, 2012 at 1:19 pm
Martin Schoombee (4/13/2012)
Does your variable have a hard-coded value before execution, or is the value only assigned during execution?
The variables are set during runtime.
I checked the variables when I executed...
April 13, 2012 at 1:00 pm
The OLE DB Source which contain the Select with a paramater in my OP and the Destination task faile and I'm getting the following errors:
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED....
April 13, 2012 at 12:35 pm
It is running on Windows Server 2008 R2 which has tightened up security..
I setup another machine last weekend running the same OS and no problem,
April 11, 2012 at 10:51 am
Thanks Lowell, I tried that but I did not see any differences other than The descriptions that I used.
For some reason I do not have access to the machine.config file.
I...
April 11, 2012 at 10:43 am
Lynn Pettis (4/9/2012)
April 9, 2012 at 4:36 pm
In addition to some routine tasks, today I created Insert_Date (with constraint), Update_Date and Record_Type (DML Operation) for 69 Tables.
I also created Indexes on the Date Columns.
My thought process...
April 9, 2012 at 1:32 pm
GSquared (4/9/2012)
Probably not very well at all.Can you stage the data from the source using some sort of delta-sensitive process? Something that just pulls over new/updated rows?
I'm trying to...
April 9, 2012 at 1:05 pm
Viewing 15 posts - 1,501 through 1,515 (of 3,738 total)