Viewing 15 posts - 8,731 through 8,745 (of 8,753 total)
Just a quick thought;
Splitting the string is somewhat like crossing the stream for a sip of water, when all that is needed is to get the position of the spaces/delimiters....
March 21, 2014 at 3:27 am
Got this one more or less ready, should be with you this weekend.
March 20, 2014 at 12:27 pm
Do you mean something like the nitty-gritty of a schema collection and typed xml?
March 19, 2014 at 3:37 pm
wallace.dave (3/10/2014)
How do you limit the usage?
Hi,
the usage would be restricted to running R from a desktop using ODBC connections and Windows authentication. The users can access the same data...
March 10, 2014 at 11:31 am
Thank you Tomaz for this article.
stefan.lipiec (3/10/2014)
March 10, 2014 at 9:43 am
Just to point out a possible improvement on the first query in part 3.
The sql engine has to match all rows from the subquery to the outer query. This is...
March 6, 2014 at 1:14 pm
Thank you Jonathan for this article.
Just a quick note on the last query, it will fail if a table is not in the default user schema.
This will work for...
February 24, 2014 at 1:54 am
My 2 cents: SQLCLR is like any other hammer, when you hold it, every thing looks like a nail! I think it is a valuable addition to the SQL Server...
February 22, 2014 at 3:52 pm
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
Viewing 15 posts - 8,731 through 8,745 (of 8,753 total)