Viewing 15 posts - 106 through 120 (of 258 total)
I agree, I enabled as many tranformations as possible to run in parallel and removed a lot of merge joins, sorts and just did a join in the oledb source...
May 12, 2014 at 2:42 pm
Well I just asked our DBA how much the ssis server had and he said 8 GB and 4GB alloted to SQL Server. I have improved a package from a...
May 12, 2014 at 2:28 pm
I have it running now. I'm thinking that the issue was that even after creating the SQLServer configuration I needed to go in and manually update the connection string to...
May 12, 2014 at 9:02 am
Right now I'm trying to test it in Visual Studio. Am I correct in assuming that what ever is in the configuration will overwrite whats in the package?
May 12, 2014 at 8:47 am
Message
Executed as user: HNETNT\sqlwebdev. Microsoft (R) SQL Server Execute Package Utility Version 10.50.4000.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: ...
May 5, 2014 at 12:23 pm
Ok, I found a way to access the server. Somehow I needed to add /UAT to the end of the servername when selecting the server to look for the package...
April 29, 2014 at 8:31 am
I noticed that the OnError wasn't being called so I added a oledb source and selected a varchar column and then attempted to convert it to an integer to cause...
April 25, 2014 at 11:17 am
Great point Grant, thx
February 14, 2014 at 7:03 am
Thanks for the info guys. I have another idea I'd like to run by you. In the stored procedure the temp tables are being created with a select .... INTO...
February 14, 2014 at 6:56 am
Oh one more thing...Its using transactional replication
January 17, 2014 at 10:53 am
One more question. We have the transactional replication in place. Every 5 minutes we are running jobs executing tsql merges from the subscriber database tables (I inherited this) to various...
January 14, 2014 at 10:15 am
Thanks Gail, it turns out transactional is exactly what we need.
January 10, 2014 at 7:12 am
What is the difference between transactional replication and merge replication? Does either immediately upsert the data in the subscriber database?
January 10, 2014 at 7:02 am
Would it be possible to create triggers on the OLTP database to perform the same inserts and updates on the reporting database?
January 10, 2014 at 3:40 am
Can this be done with mirroring?
January 9, 2014 at 2:53 pm
Viewing 15 posts - 106 through 120 (of 258 total)