Business Intelligence Consultant, T-SQL Evangelist, blogger, aspiring data scientist with an unparalleled passion all things data #SQLPASS

Joined August 2010
8 Photos and videos
In case you've never seen a SQL Server higher order function: CREATE FUNCTION dbo.Factorial_recur3(@N BIGINT) RETURNS BIGINT AS BEGIN RETURN (IIF(@N<=1,1,@N*dbo.Factorial_recur3(@N-1))); END; GO #fp #function #functional #higherorderfunction
1
Alan Burstein retweeted
Article: What You Need to Know about Distinct Windowed Aggregate Calculations sqlmag.com/sql-server/what-y…

1
17
31
Very tweet worthy SSC article SQL Login Password Audit - sqlservercentral.com/article… #SQLServer #passwordsecurity #SecureYourself

Me: anyone feel like their being watched CIA: *they're
1
5
#Uber is down all you #Lift & #via drivers best get busy. #punkprogrammers
Alan Burstein retweeted
Congrats to Cubs owner @cameronesposito and her commitment to analytics, really a blueprint for how to build a team in the modern era.
4
43
Nasty Fast N-Grams (Part 1): Character-Level Unigrams - sqlservercentral.com/article… #sql #SQLServer #datamining text #analytics #MachineLearning

2
14
Just read: Introduction to U-SQL and Azure Data Lakes - SQLServerCentral sqlservercentral.com/article… #sql #Azure #datalake #CloudComputing

1
2
Azure Machine Learning - Your first experiment - SQLServerCentral sqlservercentral.com/article… #MachineLearning #Azure #PredictiveAnalytics

1
My First SQLServerCentral artcile: Nasty Fast PERCENT_RANK - sqlservercentral.com/article… #analytics in #SQLServer, #data #SQL2016 #database

Alan Burstein retweeted
31 May 2016
A #DataScience Declaration an inspiring quote for #DataScientists: rocketdatascience.org/?page_… #BigData is a vast sea
19
7
New T-SQL Fixed Width "Splitter" - SQLServerCentral sqlservercentral.com/scripts… #SQLServer #SQL #TextMining #strings #sqlperformance

1