Viewing 15 posts - 7,036 through 7,050 (of 13,876 total)
You gave us the queries, but please also show what they return (for each one) and also what you desire the 'combined' version to return.
June 15, 2016 at 6:52 am
sqlfriends (6/14/2016)
Then what is that output file on the advanced tab?
Also I guess the...
June 14, 2016 at 1:16 pm
Logs are stored in SSISDB itself.
June 14, 2016 at 12:23 pm
The ability to run packages directly from T-SQL code is another.
June 14, 2016 at 12:22 pm
There are some serious advantages.
Native logging.
Project-scoped parameters and connections.
Configuration from SSISDB environment variables.
Are ones which come immediately to mind.
June 14, 2016 at 12:20 pm
sqlfriends (6/14/2016)
I tried again with SQL agent job using SQL service account, it works this time.
But if I run it in SSISDB catalog,...
June 14, 2016 at 11:52 am
michael.french 172 (6/14/2016)
I changed the procedure to create the index after the initial insert, but I had to immediately change it back. The while loop is controlled by @@ROWCOUNT....
June 14, 2016 at 11:36 am
sqlfriends (6/14/2016)
If I run the package in package deploy mode that I saved on the file system, I don't have problem.
I...
June 14, 2016 at 11:31 am
michael.french 172 (6/14/2016)
In normal processing, I completely agree with you on loading the table and then creating an index. However in this case, there is an n-level recursion inserting data...
June 14, 2016 at 10:20 am
sqlfriends (6/14/2016)
June 14, 2016 at 9:56 am
michael.french 172 (6/13/2016)
I totally agree with points 3 & 4. With points 1 & 5, they are crucial to handle the recursion efficiently as coded. As for point 2, since...
June 14, 2016 at 9:37 am
Luis Cazares (6/14/2016)
UNION will need to add a sort which is expensive.
If your queries have adequate indexes, I'd...
June 14, 2016 at 9:20 am
I'd be tempted to run both, in the same batch, with Include Actual Execution Plan turned on.
Then you'll see each query's relative cost percentage & might be able to identify...
June 14, 2016 at 8:36 am
Kerberos delegation may be the issue. See here.
June 14, 2016 at 4:28 am
Viewing 15 posts - 7,036 through 7,050 (of 13,876 total)