Viewing 15 posts - 676 through 690 (of 2,463 total)
Have you checked the "non buffer pool" memory how much being uhsed there ?
December 18, 2012 at 10:44 pm
anthony.green (12/18/2012)
What is the result of MAX(LEN(column)) for all the columns within the table
from nvarchar(10) to nvarchar(300) plus XML.
anthony.green (12/18/2012)
what is the datatype NameStyle?
nvarchar(30)
December 18, 2012 at 4:56 am
Jason-299789 (12/17/2012)
December 17, 2012 at 11:39 pm
December 17, 2012 at 3:29 am
mpradeep23 (12/17/2012)
We have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Thanks...
December 17, 2012 at 3:27 am
Boris Pazin (12/16/2012)
December 17, 2012 at 12:12 am
gad you found the solution yourself but in future always try to post table defintion , query you tried (though its incorrect) along with test data so that people can...
December 17, 2012 at 12:04 am
440692 I am just a number (12/14/2012)
December 16, 2012 at 11:58 pm
1) you can use the back compression method of sql server 2008
2) is the database is in full recovery mode ?
3) if the vendors request is one time...
December 16, 2012 at 11:53 pm
avdhut.k (12/16/2012)
Thanks for the reply,
But I want to excute this SP Step by Step,
And If in any one of the SP error comes then next one should...
December 16, 2012 at 11:43 pm
vijayarani87.s (12/16/2012)
Thank you very much, but one more point it is a known issue in SQL.When we use linked server we may get this error.
any reference for...
December 16, 2012 at 11:37 pm
Noetic DBA (12/14/2012)
Also, the tempdb is growing because it is not checkpointing properly.
Did you mean to say that heavy DML operation consuming the space (like work table , tabl...
December 16, 2012 at 10:36 pm
first you need to know what are these two terms
see link http://realworlddba.wordpress.com/2008/02/04/index-rebuild-versus-reorganize-whats-the-difference/
December 16, 2012 at 10:29 pm
funny play π π (to make the table empty)
use this in every database
select 'truncate table ' + name + '; ' from sys.objects where type = 'U'
December 14, 2012 at 3:33 am
peter-661823 (12/14/2012)
I have also seen that TempDB growing only occurs at busineshours, in the night wΓth less people working, no growing of TempDB took place.
this indicates that application (sql...
December 14, 2012 at 2:28 am
Viewing 15 posts - 676 through 690 (of 2,463 total)