Viewing 8 posts - 1 through 8 (of 8 total)
The notion that book indexes and table of contents are analogous to SQL clustered index and non-clustered index doesn't match up well with SQL indexes. Both clustered and non-clustered indexes...
December 8, 2020 at 11:55 pm
Great code but difficult to implement with security concerns.
If available to you: Polybase (SQL 2016) or FileTable(SQL 2012)
I have not yet the pleasure of using Polybase, but have implemented a...
October 21, 2016 at 1:32 pm
As Ryan pointed out the real problem is with the query dataset not being utilized for subsequent page calls. The cost is in preparing the dataset, not in grabbing a...
November 2, 2015 at 10:09 am
Noel,
Gotta thank you for your notion of using OutLook to validate and standardize. Really good.
For simple string parsing I've been experimenting with CROSS APPLY. I like it because, once...
August 16, 2015 at 10:22 am
I prefer Information schema when I need a copy of code. But I only use it to search across all objects looking for that something I can't remember which database...
June 20, 2015 at 9:46 pm
Nice. Big win for maintenance. Smaller so a bit faster to develop. Smaller code a bit better compiler performance. Same query plan, no harm.
Thanks
April 5, 2015 at 9:14 am
I'm stunned by the amount of effort required to use SSIS to push data out. Underneath it is simply a connection string, a sql statement, a destination, and some amount...
December 16, 2014 at 10:17 pm
Great stuff. As to why transpose, here is an OLTP example.
True transpose is useful to simplify several patterns. My fav was a test specification system where new tests came an...
September 10, 2014 at 6:58 pm
Viewing 8 posts - 1 through 8 (of 8 total)