Viewing 15 posts - 511 through 525 (of 588 total)
You know there is only one correct answer to this:
It depends!
March 27, 2007 at 7:10 am
If you can set up Outlook on the server to use Notes I don't think there should be a reason why you could not use Notes. (Never used Notes myself)
March 27, 2007 at 7:02 am
SQL Sentry would do that if you run all DTS/SSIS packages as a job. And a lot more. Might be overkill for you, but take a look.
March 27, 2007 at 6:55 am
I use SQL Sentry to monitor SQL Agent and SQL Server itself from a different server to monitor and send emails alerting me. There are other products out there as...
March 26, 2007 at 11:54 am
Simple way to do it, not neccesarily the best...
create
table #T (
C1 int)
March 23, 2007 at 9:24 am
One that would take my dogs for a walk when the weather is nasty (I still would prefer to do it myself in nice weather)!
Or take them out in the...
March 23, 2007 at 6:46 am
OH I absolutely agree. Column level permissions is the last thing I will do for security, only to be done when all else has failed. Was just thinking if you...
March 22, 2007 at 3:02 pm
Which value do you want to keep and which to discard? How do you know when it is correct?
By the definition of a duplicate record there are none in the...
March 22, 2007 at 2:49 pm
Couldn't you do column level permissions on the table and select straight from it?
March 22, 2007 at 2:17 pm
Try distinct select and not select back the column that has the different data in it?
March 22, 2007 at 1:45 pm
Finaly ended up calling MS PSS after this happened a few more times last week. Turns out this is a bug fixed in SP1 relating to BLOB's. What is weird...
March 22, 2007 at 6:40 am
Might also want to check the Windows event viewer for items around the same time. It does explain why, someone or the OS decided to shut it down, as opposed...
March 22, 2007 at 6:36 am
Is there anything in the error logs? Primarily the last few lines in the previous error log and the first one in the current one would be of interrest.
March 21, 2007 at 12:51 pm
I had profiler running saving to a file for 2 months collecting over 15 million stored procedure calls, no visible effect on performance. I imagine if your server is closed...
March 16, 2007 at 1:53 pm
Viewing 15 posts - 511 through 525 (of 588 total)