My MSN

Click OK to add this content

 
Content Preview: rss
-+Poppy Party
928 days ago
No description is available for this feed.
-+Talking about the U.S. Fund for UNICEF campaign
929 days ago
No description is available for this feed.
-+Delhi O Delhi
1020 days ago
No description is available for this feed.
-+Agra
1029 days ago
No description is available for this feed.
-+The log file for database is full. Back up the transaction log for the database to free up some log ...
1035 days ago
When dealing with MS SQL (not MY SQL) I’ve seen this error message before, but found little help on it out there.   The log file for database db_name is full. Back up the transaction log for the database to free up some log space.   Within the MS SQL Query Analyzer, do this: backup log db_name with truncate_only go dbcc shrinkfile (db_name_log,0) go   If anything, this post will be useful for me in the future when one of my MS SQL databases coughs up the error again
© 2009 MicrosoftMicrosoft