Viewing 15 posts - 6,406 through 6,420 (of 13,877 total)
mitzyturbo (11/1/2016)
John - I got it working using the method you outlined, I used LEAD instead of LAG
Massive improvement on the performance too
Now I just...
November 1, 2016 at 10:45 am
kyagi.jo (11/1/2016)
November 1, 2016 at 8:22 am
kyagi.jo (11/1/2016)
November 1, 2016 at 8:03 am
kyagi.jo (11/1/2016)
November 1, 2016 at 7:40 am
kyagi.jo (11/1/2016)
I just deleted and recreated the SSISDB... no luck, the deployed package still has the same problem!
Outstanding! [sarcasm]
OK, could it somehow be a permissions thing?
How are you executing the...
November 1, 2016 at 7:35 am
subrahmanyam113 (11/1/2016)
November 1, 2016 at 6:54 am
kyagi.jo (11/1/2016)
The reinstall of SSIS did not help.
I tried to make the script task in VB, no luck.
I tried the package deployment...
November 1, 2016 at 6:35 am
SteveD SQL (11/1/2016)
SSIS 2008 R2 packages
The scenario is I am importing data from a file into a table which has a foreign key field which is optional. The foreign key...
November 1, 2016 at 5:52 am
kyagi.jo (11/1/2016)
It is now: Microsoft SQL Server 2016 (RTM-CU2) (KB3182270) - 13.0.2164.0 (X64) Build 9600
Looking at the previous versioning, this...
November 1, 2016 at 5:45 am
DamianC (11/1/2016)
Thom A, misunderstood your example part
Set the expression of the variable to
"SELECT COUNT(*) AS recordCountDestination FROM " + @[User::tableName] + ";"
Also set the property EvaluateAsExpression to True
Remove any...
November 1, 2016 at 5:42 am
Or pass the table name to a stored proc, which returns the count as an OUTPUT parameter.
October 31, 2016 at 8:41 am
Suth (10/31/2016)
I'm trying to send returned results of a query only if something is returned back in the query through the sp_send_dbmail function..
I've...
October 31, 2016 at 8:39 am
John Mitchell-245523 (10/31/2016)
October 31, 2016 at 7:00 am
mbrady5 (10/31/2016)
I'm looking for a good method to check if 4-.txt files exist in a folder. If they do not, I will send an email using the mail task.
Anyhow,...
October 31, 2016 at 6:41 am
Viewing 15 posts - 6,406 through 6,420 (of 13,877 total)