Viewing 15 posts - 1 through 15 (of 49 total)
Thanks Gila and Paul.
So effectively I should consider more optimization of the query itself with an execution time of 55 secs ?
since 5 secs run time is only temporary run...
June 10, 2013 at 9:10 am
you can add a Script task to display the value at runtime using MessageBox.Show Method.
if the package doesnt like the value you are passing then its got to do with...
May 31, 2013 at 11:58 am
ok try this may be..
SET @sqlquery = 'DTExec "/DECRYPT TBRIAN2" /FILE "C:\MCG\SSIS\Medmas Import.dtsx"
/SET \Package\DataFlowTask.Variables[User::SvcDate].Value; '''+@SvcDate+''' ';
May 31, 2013 at 9:54 am
brian-594509 (5/31/2013)
The...
May 31, 2013 at 9:40 am
our database is not financial, our use of NOLOCK hint was to increase concurrency and limit contention (deadlock).
Thanks for all pointers..I will revisit the select Queries and data model in...
May 28, 2013 at 11:54 am
Thanks for your reply.
I think my post was bit confusing or I didnt explain it correctly.
I want to Stop sending messages to the local Queue that sends it to the...
May 22, 2013 at 8:09 pm
Do you know the answer though ?
May 1, 2013 at 9:17 pm
blocking is bad enough to raise alarm. but like I said its only when some service user tries to authenticate 100 times in few seconds.
April 27, 2012 at 10:05 am
update [dbo].table
set
LastModified = @utcnow,
LastModifiedBy ...
April 27, 2012 at 10:04 am
In SQL Server 2008 Activity Monitor , under Recent Expensive Queires
there is a PLAN COUNT column. It says 4 plan counts.
I would like to make it low or may be...
February 2, 2012 at 11:11 am
Gail
It turned out to be quite interesting in the end.
In my service broker queue activation proc there was a transaction
followed by bunch of if else statements
in one of the IF...
January 26, 2012 at 11:48 am
I tried this self join which seemed to work.
...
January 24, 2012 at 10:24 am
problem has come back, that 'UPDATE' is still running in the background blocking all the commands I run !
January 20, 2012 at 4:11 pm
Viewing 15 posts - 1 through 15 (of 49 total)