Viewing 15 posts - 376 through 390 (of 712 total)
as far as i read 100% fill factor can be given only to read only tables/DB's.
if the table has regular inserts or deletes index needs to have some fillfactor left...
October 4, 2012 at 12:42 am
as it is dedicated sql server why dont you look at what inside SQL server is making the CPU to peak?
Rather sql will release the memory when OS needs it.
October 3, 2012 at 11:54 pm
Is it as dedicated SQL server or any other application running on it?.
October 3, 2012 at 8:12 am
select * from backupmediafamily
this table will have where the last backup happened.
September 28, 2012 at 6:16 am
can you recommend some which you might have used without any problems.
September 24, 2012 at 8:05 am
thanks, exactly what i require.
Is there any other way other that this, experts you ways.
September 24, 2012 at 4:52 am
can you post the table structure and code you trying to use.
September 21, 2012 at 1:26 am
Anything on maintanence plan history or job history?
September 20, 2012 at 8:29 am
kramaswamy (9/20/2012)
I think that it's possible that my backup chain may have been corrupted by some transaction logs being removed by other people. The server is working perfectly...
September 20, 2012 at 8:25 am
Joy Smith San (9/19/2012)
September 20, 2012 at 3:58 am
September 6, 2012 at 7:18 am
use profiler
under TSQL select SQL:batchcompleted and SQL:stmtcompleted to find the reads,writes and time taken.
just run execution plan and see CPU time also.
is it is a fresh table then do...
September 6, 2012 at 2:54 am
Hello,
1 millon accounts means how many records and in how many tables?
September 6, 2012 at 1:59 am
SP4 - http://support.microsoft.com/kb/913089
it was released in 2010, from where you got confused.
i got a issue i XP_Delete_File not working follow the post for last few replies
http://www.sqlservercentral.com/Forums/Topic1348487-146-2.aspx
confirm and then install but...
September 6, 2012 at 1:57 am
makrandghanekar (9/5/2012)
try restarting SQL Server Agent (MSSQLSERVER) from services.msc
what do you think this will do?
September 5, 2012 at 3:49 am
Viewing 15 posts - 376 through 390 (of 712 total)