Viewing 13 posts - 1 through 13 (of 13 total)
Thank you Brian, based on my experiences with SQL Server Kerberos setup for Windows OS, I agree with your comment as well. We have also done this with MongoDB setup...
November 1, 2021 at 3:25 pm
Thanks guy, it turn out that there was an expensive order by in the query. It was doing something like this
row_number() over (
order by "column_name")
We found a...
May 21, 2010 at 8:51 am
Paul,
How do I find out more about this feature? I don't seem to be able to find this in Book online on the July 2008 version. Googling this...
October 16, 2007 at 1:21 pm
Steve & Andras,
Thank you very much for you help. I really appreciate it, the information you gave was very helpful. I will download Log Rescue tool to try out...
October 3, 2007 at 10:02 am
Steve,
Thanks for that quick response, that is what I told my boss initially too. But, he really want to incorporate a feature where he can offer a way...
October 2, 2007 at 9:11 am
I tried select * from ::fn_dblog(null, null) and the result are pretty much the same as dbcc log. What I am trying to do is be able to see...
October 2, 2007 at 8:53 am
Hi Andras,
Thank you for the information. This is very helpfull 🙂 I did a simple test using this query
update test set col1 = 'hello again2'
Then I ran...
September 28, 2007 at 1:57 pm
Thanks Greg,
I believe I found out our problem it was some DNS naming issue. My setup and your setup work. The default on everything does work without using domain using...
July 30, 2007 at 2:24 pm
Brain,
So as long as the server and client are on the same domain and the services is start from local service account. Then I am using Kerberos authentication? I did...
July 30, 2007 at 2:20 pm
Greg,
I tried creating SPN for SQL Server 2005 and startup the database using the domain adminstartor account for the service. I am still connecting using NTLM not Kerberos? I think...
July 30, 2007 at 9:21 am
Thanks Greg, I started my SQL Server 2005 using local service account. So, I don't have to do the SETSPN according to Book on line. Both the Machine and the...
July 27, 2007 at 2:10 pm
Viewing 13 posts - 1 through 13 (of 13 total)