Viewing 15 posts - 1 through 15 (of 15 total)
Sorry, I cannot ask users to wait 15-30 seconds. In any case, even 30s might not be enough depending on the data size. Yet, regardless of data size, the first...
July 4, 2015 at 12:04 pm
I'm mostly curious why SQL Server's async cursor population is not working as I would expect. I have no exact problem to be solved. In general, an async cursor population...
July 2, 2015 at 4:38 pm
Well I ended up editing the XML directly (no testing connection waits there!) I did indeed inherit this package from times past and yes it is super frustrating. Perhaps down...
February 4, 2014 at 12:01 pm
Hi John,
We did end up fixing this by doing 2 things:
We turned the log growth up higher, so that the log file is allocated more space during a growth...
January 22, 2014 at 7:45 pm
Any thoughts? This still persists with my only workaround to use queue and several workers to concurrently process the log backups
October 25, 2013 at 2:54 pm
Thanks both for your input!
September 10, 2013 at 7:44 pm
An update --- I tested on another sql server instance on the same machine where I am implementing log shipping. After initializing only a few of these DBs I could...
July 3, 2013 at 12:26 am
Sure --- I found no other errors before that one --- so the log full error was the 1st error in the logs.
Thanks!
October 8, 2012 at 1:56 pm
>What is the exact error message you are getting?
Error: 9002, Severity: 17, State: 2.
The transaction log for database 'DBNAME' is full due to 'LOG_BACKUP'.
>Why are you shrinking the logs...
October 8, 2012 at 12:44 pm
Hi Craig,
Thank you for your interest --- it turns out replicating actually involves a little bit more work. The insert procedure is called by another and it only blocks...
September 26, 2012 at 12:06 pm
I have definitely been there! SSIS can have a steep learning curve in some places.
Anyway, in your package, click the SSIS menu and click Variables. Add a string variable...
August 8, 2012 at 7:26 pm
I have definitely been there! SSIS can have a steep learning curve in some places.
Anyway, in your package, click the SSIS menu and click Variables. Add a string variable...
August 8, 2012 at 7:25 pm
Got it working --- the configuration file used to find the right path to a variable or property should NOT be created as this overwrites any ad hoc values provided...
February 14, 2012 at 2:44 pm
OK so here is what I am doing:
create variable named test --- no value assigned, string datatype
right click flatfile connection, properties, expression, add expression as ConnectionString to the test variable.
So...
February 14, 2012 at 2:10 pm
Elliot --- thanks for your reply. The problem is that once the variable is added, it cannot be changed at run time b/c the new behavior is such that the...
February 14, 2012 at 1:39 pm
Viewing 15 posts - 1 through 15 (of 15 total)