Viewing 15 posts - 5,806 through 5,820 (of 6,678 total)
Yes, I think you understand what needs to be done. Just one clarification:
SETSPN -A MSSQLSvc/myserver1 ServiceAccount
SETSPN -A MSSQLSvc/myserver2 ServiceAccount
SETSPN -A MSSQLSvc/myserver3 ServiceAccount
I forgot to add in the service account...
December 19, 2008 at 10:42 am
Are you using the FQDN in all connection strings? I know - stupid question, but have to ask it anyways.
December 19, 2008 at 10:21 am
To get Kerberos to work, you need to specify one of the SPN entries that was created.
If you just leave it to SQL Server to create it using...
December 19, 2008 at 9:29 am
Well, I gotta say my all time favorite wasn't a movie computer - rather it's a TV computer. KITT (Knight Industries Two Thousand). Who wouldn't want a car...
December 18, 2008 at 5:31 pm
Sorry, but what the @%$#%@ does that mean?
Did you enter your request in Connect, and the SQL Server team turned it down?
You couldn't enter anything at Connect?
You can't connect to...
December 18, 2008 at 5:21 pm
Have you recently changed the service account that is running SQL Server? For example, did you change it from LocalSystem to your domain account?
When SQL Server is running as...
December 18, 2008 at 3:27 pm
Looks like you are connecting to two separate instances of SQL Server. Verify that both instances are at the same patch level.
December 18, 2008 at 3:04 pm
That would be the only concern I would have - but, if all you had to do was load up the VM and 'migrate' it to the new platform that...
December 18, 2008 at 2:42 pm
Lynn Pettis (12/18/2008)
In...
December 18, 2008 at 1:25 pm
So, once again I will ask the question. Given:
SELECT REPLACE('abcdefghijklmno', 'mno', 'abc');
What is the expected datatype of the output? VARCHAR - as defined in BOL.
What is the expected...
December 18, 2008 at 12:59 pm
We first noticed the issue on a Sunday morning, when we found that our nightly maintenance from Friday night was still running.
So, yeah - it ran for a long time...
December 18, 2008 at 11:42 am
Very good - glad I could help. To convert the nulls to an empty string ('') - lookup the COALESCE and/or ISNULL functions in Books Online.
December 17, 2008 at 8:33 pm
Before inserting the record, SQL Server needs to know whether or not the rows being inserted already exists. This would be defined by either a primary key contstraint -...
December 17, 2008 at 5:41 pm
What do you want to happen with 'ufi_class' and 'ufi_status'. Those columns cannot be in the PIVOT because they are not being pivoted.
This is one of the problems we...
December 17, 2008 at 5:06 pm
I understand where you are seeing this as a problem. What I was trying to show you is that this is not a problem, but instead your interpretation of...
December 17, 2008 at 4:59 pm
Viewing 15 posts - 5,806 through 5,820 (of 6,678 total)