Viewing 15 posts - 151 through 165 (of 2,494 total)
The best way to think of FLOAT is it will give you approximately the right answer. It is great when that is the result you need, but not so good...
November 9, 2022 at 7:58 am
The first thing you should do is use the query plan to see if new indexes might help. This often helps. My best win on this was when I...
November 9, 2022 at 7:51 am
I agree with Ken that NOT EXISTS should run faster than NOT IN.
Imagine you have a room full of people wearing various colour shirts, and you want to see...
November 9, 2022 at 7:26 am
It is too long since I last did replication to remember what is needed to answer your question.
However, I can say your problems will not end when you get this...
November 9, 2022 at 7:16 am
I have not come across this issue, but my policy was to never uninstall software if I wanted the server to keep running.
The uninstall process often gets less testing than...
November 7, 2022 at 11:46 am
Hopefully the department will have built their apps to hold the forms in one Access db and the data in a second Access db.
If not then the first step is...
November 4, 2022 at 6:16 am
FOR XML PATH is the only way I know for your version of SQL. The syntax is a bit arcane but you can live on it. It will continue to...
November 4, 2022 at 6:04 am
I have never used WinRm so can only give some general troubleshooting advice.
The first step is to isolate the failure, and thr first step in that is to verify you...
November 4, 2022 at 5:57 am
You are in Synchronous mode with SQL 2012 so how have you done the patching so far. I hope this is not a new install as SQL 2012 is 10...
October 28, 2022 at 6:22 am
STATA is a different product to SQL Server. From what I can see on the product site, it has its own database manager and stores its data in a proprietary...
October 26, 2022 at 7:03 am
I think that when you log on with your SQL account you have a security context of that account. When you then do the linked server bit there is a...
October 24, 2022 at 5:40 am
Developer Edition give all the facilities of Enterprise Edition.
Also, Developer Edition is not restricted to individual use. The restriction is on type of use. A whole team can use a...
October 24, 2022 at 5:32 am
My only advice is to build a test cluster to a similar spec and try out the various failure scenarios. Repeat the tests a few times to see if the...
October 24, 2022 at 5:24 am
Back in the old days before Microsoft fixed all security issues in Windows (: there was a thing called Unconstrained Delegation. This was the default setting and resulted in an...
October 17, 2022 at 2:37 pm
Viewing 15 posts - 151 through 165 (of 2,494 total)