Viewing 14 posts - 8,746 through 8,760 (of 8,760 total)
Thank you Darren for this nice peace. I missed the mentioning of some third party tools such as SQL Sentry Plan Explorer.
February 19, 2014 at 11:33 pm
🙂
don't want to overpromise but could do this in few weeks.
February 17, 2014 at 1:08 pm
Could do this if you like, would you prefer DBA or data oriented?
February 17, 2014 at 1:01 pm
Would this be of an interest?
Data de-duplication using 2012 window functions.
Simple cases;
1. A set with no surrogate key defined
2. A set with a surrogate key, related records must be...
February 16, 2014 at 3:20 pm
Jeff Moden (1/16/2014)
Eirikur Eiriksson (1/16/2014)
January 18, 2014 at 7:42 am
dcowdery (1/16/2014)
Calculate the duration between start datetime and end datetime for KPI reporting, factor in:
- Business Days only (no holidays)
- Business...
January 16, 2014 at 2:32 pm
Thomas Abraham (1/16/2014)
Eirikur Eiriksson (1/16/2014)
January 16, 2014 at 9:21 am
Thank you for the spackle Jeff but it looks like there is a small crack in it as it makes the assumption that the end time is always greater than...
January 16, 2014 at 1:09 am
Thank you Gregory for this clear and concise article.
I cannot resist pitching in some Window function version of the queries;
;WITH CUST_SALES_DETAILS AS
(
SELECT
SSOH.CustomerID
...
January 6, 2014 at 11:08 pm
Think you nailed it here, just what I was trying to say :Whistling:
January 4, 2014 at 1:33 pm
Hi Lynn,its an old habit I guess rather than belt and suspender kind of thing.
January 4, 2014 at 9:52 am
Thank you Jeff for a good "filler", there are many cracks "float"ing around when it comes to math and numbers on the platform. It is also far to easy to...
January 4, 2014 at 8:19 am
Chapeau to SQL Server Central!
December 5, 2013 at 11:47 am
Nice article and a classic subject.
One workaround is to use tokens when writing dynamic SQL statements, especially if nested more than one level;
DECLARE @TOKEN NVARCHAR(1) = ...
January 6, 2013 at 6:33 am
Viewing 14 posts - 8,746 through 8,760 (of 8,760 total)