Viewing 15 posts - 1 through 15 (of 29 total)
I had some login failures today from NT Authority\SYSTEM and it turned out to be from SCOM.
Here's the error from the SQL Error log:
Login failed for user...
April 17, 2017 at 2:04 pm
CELKO (8/5/2012)
August 18, 2012 at 8:19 pm
I had a similar issue recently. I remoted into the machine and ran the psexec command that the SSIS package was attempting to run and it worked fine. So I...
August 9, 2012 at 1:42 pm
Luis Cazares (8/7/2012)
http://msdn.microsoft.com/en-us/library/ms190309.aspx
So you won't have to wait for Celko to "do some digging". Here are the exact rules for implicit conversion in SQL Server....
August 7, 2012 at 9:35 am
Oracle converts an empty string to null. If I could choose how SQL Server handled it, my 1st preference would be a type conversion error. 2nd would be the way...
August 6, 2012 at 5:57 pm
Ok, I think I understand why this is. There is an implicit conversion from varchar to int and you might think that when converting '' to int it would be...
August 4, 2012 at 11:46 pm
Sometimes I forget how low I am on the scale of intellect. Thanks for reminding me where I stand.
July 4, 2012 at 6:23 pm
On the topic of "obsolete" objects, dropping them if they haven't been accessed in 3 months or a year is a big mistake. I've seen objects that are only accessed...
June 24, 2012 at 1:34 pm
We experienced a similar issue today where the user would receive an error: "Cannot Generate SSPI Context". On the server side, the error generated was: SSPI handshake failed with error...
January 3, 2012 at 10:23 am
This is excellent! The wheels in my brain immediately started turning while reading this article. Thanks for sharing.
December 1, 2011 at 10:49 am
There isn't a column named col1 on table1, only column1. Therefore none of the 3 statements will work.
October 25, 2011 at 1:22 pm
For a default instance installed on a single server with user databases on seperate drive than "c:\" and all system databases in "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" would the following steps...
March 2, 2011 at 11:44 am
Nice article.
Thanks for taking the time to put it together and share with us.
December 21, 2010 at 12:33 pm
I enjoyed reading this article.
Thank you for taking the time to do this.
July 21, 2010 at 4:18 pm
Viewing 15 posts - 1 through 15 (of 29 total)