Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for the reply Steve,
The following options are set:
trunc. log on chkpt.
torn page detection
auto create statistics
auto update statistics
Is auto-close a kulprit to this kind of problem?
Aaron
March 15, 2007 at 2:11 pm
Namaste ji,
I just found this in the help:
February 9, 2007 at 9:53 am
I appreciate your efforts Lowel and look forward to anything you may find.
kind regards,
aaron
February 5, 2007 at 9:38 am
lucky,
here is how i have formatted some timedate information. you can modify an necessary.
LEFT(
CONVERT(VARCHAR,
GETDATE(),101) + --DD/MM/YYYY
LEFT(RIGHT(CONVERT(VARCHAR, --HH:MM:SS
GETDATE(),109),15),9) + SPACE(1) +
RIGHT(CONVERT(VARCHAR,
GETDATE(),109),2),...
February 5, 2007 at 8:42 am
Viewing 4 posts - 1 through 4 (of 4 total)