Viewing 7 posts - 1 through 7 (of 7 total)
Nilesh,
We are experiencing a similar problem. Did you ever find the culprit? Was there a solution?
Thank you,
-Will
December 2, 2016 at 6:01 am
The checksum formula is handy if you want to ensure that an identifier is valid. This is the most common "mod 10" formula, using a variation of the Luhn algorithm....
December 16, 2015 at 6:37 am
@mitchell.ross - Great idea with the upgrades to the rss file. Seems to work well. The next step for me is to create a sproc that gets called after data...
August 25, 2015 at 7:42 am
Very good question. I guess the moral of the story is to always be precise and specify the full path to any object in order to avoid "default" assumptions. Boy,...
July 28, 2010 at 9:37 am
I guess I got confused by semantics... my point was that, if you use the depreciated command "BACKUP LOG <DBNAME> WITH TRUNCATE_ONLY", the physical file would literally decrease in size...
March 22, 2010 at 8:13 am
3 of the 4 options are correct. But, this statment can't be true:
"Reducing the physical size of a log file requires shrinking the file."
You can truncate a transaction log...
March 18, 2010 at 10:38 am
Viewing 7 posts - 1 through 7 (of 7 total)