Viewing 15 posts - 226 through 240 (of 505 total)
thanks for taking a look, yeah I would like a cleaner solution.
We have about 40 views over this table and have the potential for this to cause more problems.
It does...
June 28, 2012 at 8:56 am
it looks like informix has an ado.net provider, you should create a new connection and look for that provider in the dropdown list. Or create a DSN and use the...
June 27, 2012 at 5:14 pm
I got it, there is no issue...
an order by clause on the outer query reveals the problem. :angry:
so basically the query returns rows in the most efficient way and...
May 30, 2012 at 3:44 pm
Ok here is the full statement.
SELECT *
FROM (SELECT cd.empid
...
May 30, 2012 at 3:29 pm
would adding a manual checkpoint after each batch slow things down considerably?
Also please suggest any code changes if you want to take the time.
April 5, 2012 at 1:05 pm
ok I ran the checkpoint and log reuse is 0 now
Also I tried to run a shrink this morning and it failed, guessing that was also due to the log...
April 5, 2012 at 10:36 am
here is the proc that does the deletes:
I'm mostly curious why the log wait is indicating a backup /recovery is in progress. For all I know it's said that for...
April 5, 2012 at 10:29 am
well I'm assuming that is what it said last night but not sure, there was a differential scheduled for 4am today. but I can guarantee there is no backup/recovery happening...
April 5, 2012 at 10:20 am
is this server 2008? did you check the machine.config security?
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
Our sql server when they came from our tech group had machine.config locked to admin only, this needs to be all...
March 14, 2012 at 2:51 pm
Check the windows application event logs as well. You might also consider running Process Monitor during the startup to get additional error info.
March 13, 2012 at 11:11 am
After reading this http://msdn.microsoft.com/en-us/library/ms151198.aspx replication would appear to be a valid solution.
My concern is the synchronization, guessing that can be controlled and the replica would be able to be manipulated...
March 13, 2012 at 10:47 am
OK, found a very simple solution to this.
I was confused originally since I thought jobs ran under the context of the job owner and my job was clearly running...
March 7, 2012 at 12:49 pm
Look under MSDB at the roles db_dtsltduser,db_dtsltduser,db_dtsoperator, research and find the right one for you proxy.
Also dont forget to give reader on your config database, if you have one,...
February 28, 2012 at 8:25 am
Thanks for the replies. since we've implemented more file size monitoring we are now more aware of changes. Like you said probably best to base line it before making any...
October 17, 2011 at 11:18 am
OK, so I added the 2 indexes you suggested and the performance was the same for run time.
But, I then deleted my original index from the parsed message table and...
September 29, 2011 at 9:58 am
Viewing 15 posts - 226 through 240 (of 505 total)