Viewing 15 posts - 406 through 420 (of 1,365 total)
July 16, 2009 at 1:27 am
select * from sys.database_files
where file_id=1
MJ
July 16, 2009 at 12:01 am
July 15, 2009 at 10:51 pm
Anything under about 1000 pages, you don't need to worry about fragmentation .
http://www.sqlservercentral.com/Forums/Topic639788-146-1.aspx
MJ
July 15, 2009 at 10:47 pm
Anything under about 1000 pages, you don't need to worry about fragmentation .
http://www.sqlservercentral.com/Forums/Topic639788-146-1.aspx
MJ
July 15, 2009 at 10:45 pm
Anything under about 1000 pages, you don't need to worry about fragmentation .
http://www.sqlservercentral.com/Forums/Topic639788-146-1.aspx
MJ
July 15, 2009 at 10:43 pm
Please mail me at manujaidka@gmail.com. I might be able to assist you here.
MJ
July 14, 2009 at 1:35 pm
Ghanta,
Please try the solution suggested by Sergiy at http://www.sqlservercentral.com/Forums/Topic18289-8-2.aspx
It works for me.
Manu
July 13, 2009 at 10:34 pm
Is it patched with SP2 for sql server 2005?
Manu
July 13, 2009 at 9:58 pm
Kill the spid that comes in the output of below query:
select * from sys.sysprocesses
where dbid=db_id('DatabaseName')
MJ
July 13, 2009 at 9:56 pm
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\In my it was first instance(MSSQL.1)\MSSQLServer\Parameters\ SQLArg3
MJ
July 10, 2009 at 9:25 pm
Try to run a profiler with filter on tempdb database and see what is consuming space there in ie.
Don't forget to include the events like:
Under Database Evnt Class
Data File Auto...
July 10, 2009 at 8:20 pm
If your script is not generating the file name dynamically then you will get the below mentioned error:
Windows error occurred while running SP_TRACE_CREATE. Error = 0x80070050(The file exists.).
Msg 19062, Level...
July 10, 2009 at 4:52 pm
Those might be statistics. Please post their names.
MJ
July 9, 2009 at 4:41 pm
Viewing 15 posts - 406 through 420 (of 1,365 total)