Viewing 9 posts - 16 through 24 (of 24 total)
I think I finally found the issue:
The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x2098, state: 15. Failure to...
September 28, 2007 at 11:31 am
It was an upgrade from SP1 to Sp2.
September 28, 2007 at 9:53 am
Yes. We changed it back, but I'm trying to explain why it happened to a bunch of managers.
September 28, 2007 at 9:41 am
We had an issue that was kind of fallout from bad time updates from a domain controller that put some backup jobs into a suspended state (suspended = 5). The...
March 20, 2007 at 4:49 pm
look for corruption in msdb.
March 18, 2007 at 9:49 am
Nope, they authenticate with SQL Server Authentication passed by an app module.
July 25, 2006 at 9:30 am
Thanks but that didn't work either. Here's what I came up with and it works like a charm since there was nothing standard:
create function OraDateFormat (@theDate datetime)
returns varchar(20) as
begin
...
June 18, 2004 at 11:23 am
That's my problem. I've tried all those SQL Server methods you've listed and none of them will get me to dd-mon-yyyy. I need to put the date in this format...
June 17, 2004 at 2:12 pm
Viewing 9 posts - 16 through 24 (of 24 total)