Viewing 15 posts - 6,406 through 6,420 (of 13,874 total)
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
Thank you for the detailed response, whenriksen.
You are right in thinking that this is for a work-queue table ... in this case, for queues of SSIS packages waiting to be...
October 30, 2016 at 1:09 pm
arkiboys (10/28/2016)
Phil Parkin (10/28/2016)
arkiboys (10/28/2016)
Thom A (10/26/2016)
October 28, 2016 at 11:48 am
arkiboys (10/28/2016)
Thom A (10/26/2016)
Instead of using variables in the child package, use parameters. You can then pass the variables within the parent package as parameters to the child.
Hello,
What topic does...
October 28, 2016 at 11:22 am
Phil Parkin (10/28/2016)
If you look at the Excel connection string, is it using JET or ACE drivers?
I just tested using 2013 ACE drivers and, even there, there is a 256-column...
October 28, 2016 at 9:00 am
Viewing 15 posts - 6,406 through 6,420 (of 13,874 total)