Viewing 12 posts - 31 through 42 (of 42 total)
Hi,
Maybe i am declaring myself as foolish, but what is the big difference between renaming an object and dropping and re-creating it with a different name (except that the later...
May 25, 2009 at 6:33 am
beezell (4/16/2009)
SELECT MIN(severity),MAX(severity)
FROM sys.sysmessages;
That will give you your answer. Hint: 0 and 24. It's the same...
April 16, 2009 at 6:06 am
0 to 24 is definitely WRONG!
Just try the following statement:
RAISERROR ('Test Message', 25, 1) WITH LOG
and the result will be an error with severity level 25. (You may even use...
April 16, 2009 at 2:45 am
Dear Gail,
After having tried for a long period to find any HW errors without success we decided to give up for the moment and to watch the system as closely...
March 13, 2009 at 12:14 pm
HanShi (3/4/2009)
Mike John (3/4/2009)
2009-09-02 17:30:00.000 -- which is exactly what you will see if you are configured for a UK date format. ie the dateadds behave...
March 4, 2009 at 7:32 am
Hi all,
I can hardly believe it: is there really nobody, who has any answer? At least a hint?
Best regards,
Dietmar Weickert.
January 29, 2009 at 3:39 am
Hi Eduard,
Hot spares are useful, that's right. But in our case the hot spare was not synchronized yet. 🙁
The SATA controller was a professional one, as was the server (19"...
July 1, 2008 at 9:58 am
Interesting question!
Yes we do use CLR functions to calculate hash values for password verification. I will keep an eye on it.
Best regards,
Dietmar Weickert.
June 30, 2008 at 9:36 am
Hi GSquared,
Maybe my problem is solved. When I tried to copy a database, the whole system got stuck. Even restarting the SQL Server did not help, so I had to...
June 30, 2008 at 8:01 am
Dear Paul,
You are absolutely right, backups are not available any more as well. And yes, the whole troubles arose from a severe disk problem, when two disks of a four...
June 30, 2008 at 7:54 am
Hi GSquared,
In the section dealing with the from-address only the displayed name and the reply address are set, the actual sender's address in the profile is not touched at all....
June 27, 2008 at 4:34 am
Hi Paul,
Yes, I have put the database into single user mode. I even tried to delete all records from the table which possibly is a source of the problem, which...
June 26, 2008 at 11:33 am
Viewing 12 posts - 31 through 42 (of 42 total)