Viewing 15 posts - 46 through 60 (of 73 total)
Mike01 (5/11/2011)
May 11, 2011 at 11:08 am
mika.sutinen (2/28/2011)
How much you see in Total Server Memory counter? That tells you the current memory consumption and Target shows how much the SQL Server will eventually try to use.
It...
March 1, 2011 at 1:45 am
thanks for you reply,
My server has
128 GB of RAM,
Windows 2003 R2 (x64),
Sql server 2008 R2 (Data Center x64),
Min & max server memory =100,000 & 125,000.
Target server memory(kb) shows...
February 28, 2011 at 11:01 pm
check this out : http://www.red-gate.com/products/sql-development/sql-doc/
February 28, 2011 at 12:41 am
Check queries that have high cpu usage using activity moitor, then by thinking on execution plan u can solve problem. sql profiler + advisor may also help u.
January 12, 2011 at 1:54 pm
but u can shrink it without getting back up !
GilaMonster (1/12/2011)
Schadenfreude-Mei (1/12/2011)
January 12, 2011 at 1:50 pm
Hi all,
does it works ?
sqlbuddy123 (1/12/2011)
...
January 12, 2011 at 1:47 pm
January 12, 2011 at 1:33 pm
HI,
I had the same problem and I changed some queries with [with (nolock)] and fastfirstrow ,... to reduce locking and rebuild with ALLOW_PAGE_LOCKS = OFF, ONLINE = on !...
January 12, 2011 at 1:19 pm
this software is very useful,. it shows query locks.
after that you know who does these locks by the position you may need to use query hints like (nolock,fastfirstrow,...)
for...
December 12, 2009 at 10:02 am
CirquedeSQLeil (12/11/2009)
farax_x (12/9/2009)
my sample query :
SELECT docId,DocSubject,docDate
FROM...
December 11, 2009 at 11:53 pm
I changed my search criteria (about wildcard ) and rebuild fts indexes every night. it works better but its not acceptable yet !
my sample query :
SELECT docId,DocSubject,docDate
FROM tblDocument WITH...
December 9, 2009 at 10:59 pm
anyone cant help me!!! :crying:
my boss will kill me :crying::crying:
November 23, 2009 at 3:04 am
Viewing 15 posts - 46 through 60 (of 73 total)