Viewing 15 posts - 61 through 75 (of 78 total)
try this link=>
http://www.sqlugcr.net/Portals/23/Sesión%209-LogShipping.pdf
and this also,
http://msdn2.microsoft.com/en-us/library/aa198224(SQL.80).aspx
July 26, 2007 at 6:34 am
hi,
Right-click the database to change, and then click...
July 25, 2007 at 10:29 pm
Is "shrinkfile with no_truncate " a good option to resolve this issue.?
July 25, 2007 at 2:21 am
Check whether ghost cleanup process is going on the database..
July 25, 2007 at 1:09 am
Thnks all,
so i can conclude there is only one option of "SQL Server service Restart" as Shrinking of tempdb datafile will take lots of time...
also my question is => Is there any...
July 25, 2007 at 12:56 am
Thnks Sugesh..
but my tempdb log file is not used heavily it's only 600 MB(checked through sqlperf(logspace),but the tempdb data file grows more rapidly..
one procedure creates a temp table nut it...
July 24, 2007 at 1:51 am
Thnks a lot to all 4 this wealth of info.
July 21, 2007 at 4:16 am
Just one update.....
If we reindex any table the statistics is also get updated.
do the follow. to ensure this
step 1)dbcc show_statistics(tablename,indexname)
observe the "updated" field (date and time)
step 2)reindex that table
now again execute...
July 17, 2007 at 9:35 am
Hope you are using these trace flags in the SQL server startup parameter
1204 and 3605
These trace flags will show you the deadlock information in the errorlog..
hope this helps !
July 17, 2007 at 9:23 am
Thnks a lot.. Sugesh,Arun...
July 17, 2007 at 8:58 am
Try by executing the exe from which you have installed the SQL Server 2000,In that select upgrade/remove and in that select the client network utility.
June 16, 2007 at 8:02 am
But just keep in mind if you restart the SQL Server services the database will go in a recovery mode...
June 16, 2007 at 7:53 am
I will also recommend to note down the servername,collation settings(if any) of database,service pack info(along with the cumulative hotfix etc),output of sp_configure and bcp of tables.
Hope this will help
February 5, 2007 at 12:47 am
Viewing 15 posts - 61 through 75 (of 78 total)