Viewing 15 posts - 106 through 120 (of 146 total)
Thnaks guys, I have setup a test system where I was able to replicate the problem.
Transaction 1: Random Deleted
Transaction 2: Random Updates
Transaction 3: Random Updates/Selects
In the end, it...
March 19, 2009 at 9:51 am
Thanks very much for this information.
March 6, 2009 at 5:33 am
Thanks for the reply, so what you saying is that sp_helptext needs to be used and the line number traced.
Is it possible to setup a trace that only tracks those...
March 3, 2009 at 8:13 am
Thanks for the posts guys, from the sql log details below, I know the 2 stored procedures that are suspect, I just need to know what objects/operations they are working...
March 3, 2009 at 7:38 am
just forgot to say, on the index code, client_id is the first column, the code I placed on my last post was copied from a previous post and not the...
March 2, 2009 at 7:42 am
you might notice some variations in the column, but its still thesame thing.
March 2, 2009 at 5:01 am
Hi Guys,
I have tried the index with the INCLUDE statement, and although it doesnt seem to make much diffrence to be honest, in fact when used in the view, it...
March 2, 2009 at 3:10 am
Hi Guys,
I forgot to say that the tables have a check constraint.
ALTER TABLE [dbo].[Marketing_200901] WITH CHECK ADD CONSTRAINT [CHK_Marketing_200901] CHECK (([ServiceDate]>='2009-01-01 00:00:00.000' AND [ServiceDate]<='2009-01-31 23:59:59.000'))
GO
ALTER TABLE [dbo].[Marketing_200901]...
February 26, 2009 at 4:03 pm
cheers for the reply, I have already done this before and it didnt seem to make much difference.
Basically, on looking at the query plan, what I need to do is...
February 26, 2009 at 10:09 am
Thanks for the reply guys, but to my suprise, trying to start SQL agent from services wouldnt work, but after logging onto SQL Management Studio I was able to start...
February 24, 2009 at 2:37 am
sp_configure
did you enable AWE here ?
February 20, 2009 at 9:04 am
Hi,
Have you looked into enabling AWE, I think this is the only way to address more memory, might be worth telling us what your total/target server memory is from perfmon.
February 20, 2009 at 8:06 am
Thanks all, this has been very useful.
February 18, 2009 at 4:39 am
Thanks for the reply, the collation on the tables is as follows:
Latin1_General_CI_AS
The problem is that, I am currently not on site at the moment and do not currently have...
January 6, 2009 at 8:50 am
Viewing 15 posts - 106 through 120 (of 146 total)