Viewing 15 posts - 1 through 15 (of 15 total)
The main query here looks a lot like the one that has been around for a while. I'm not entirely sure where it came from originally.
The only difference is...
June 22, 2017 at 7:58 am
Velveeta22 (6/2/2016)
fregatepllada (6/2/2016)
It's amazing that usage of CLR is no-no in SQL Server , but old-fashion OLE/COM integration is acceptable 😉
cyp901 (6/2/2016)
In general, my preference is not to...
June 2, 2016 at 1:13 pm
Interesting article...
In general, my preference is not to have the database server connect to the API directly.
There are the obvious security reasons but there are also performance considerations....
June 2, 2016 at 8:55 am
ScottPletcher (5/31/2016)
May 31, 2016 at 2:40 pm
Andre 425568 (5/26/2016)
I got fragmentation stats after the Table rebuild and then after index rebuild. Still had a lot of fragmentation.
I believe what Jeff Moden was trying to say is...
May 31, 2016 at 1:17 pm
K. Brian Kelley (3/31/2016)
cyp901 (3/31/2016)
March 31, 2016 at 9:52 am
Depending on the size of active directory... This may not be the most efficient way to get the data, especially for group memberships. It has been a minute, but I...
March 31, 2016 at 8:41 am
Would a local loopback linked server be an easier solution for this?
February 9, 2016 at 9:22 am
Bill Talada (1/26/2016)
January 26, 2016 at 2:15 pm
The comment about using query plans to determine the columns used in joins is definitely a worthwhile approach.
This article was great and I wish developers especially would think more about...
January 26, 2016 at 11:49 am
I'd love to start a centralized wall of shame website for vendors that deploy databases this way.
December 22, 2015 at 9:56 am
I have been using this frequently to import data to SQL Server from Powershell.
https://gallery.technet.microsoft.com/scriptcenter/4208a159-a52e-4b99-83d4-8048468d29dd
It works very well with only a few limitations. Definitely worth checking out.
December 2, 2015 at 7:28 am
Thanks for the clarification.
October 23, 2015 at 8:27 am
EXISTS is also safer than IN when you're dealing with a nullable column.
October 22, 2015 at 8:58 am
Have you checked the linked server collation settings? Perhaps you could also manually collate to the collation defined on the Oracle database.
It does seem like an issue related to collation...
July 1, 2015 at 9:34 pm
Viewing 15 posts - 1 through 15 (of 15 total)