ScriptDom Visualizer V2
I have made a few ui changes to this to make it a little more usable, I can’t really think...
2015-11-06
27 reads
I have made a few ui changes to this to make it a little more usable, I can’t really think...
2015-11-06
27 reads
I have made a few ui changes to this to make it a little more usable, I can't really think...
2015-11-06
565 reads
I have made a few ui changes to this to make it a little more usable, I can’t really think...
2015-11-06
21 reads
I have made a few ui changes to this to make it a little more usable, I can't really think of any new features so if anyone has any...
2015-11-06
2 reads
Baton Rouge is home to one of the inaugural Power BI User Groups, starting up soon! I'll be serving as its...
2015-11-05
471 reads
Imagine that you want (for some reason) prohibit usage of some statement (or statements), eg - CURSOR
How can you find if...
2015-11-05 (first published: 2015-10-30)
1,841 reads
I started using a product called SQL Diagnostic Manager from Idera about 10 years ago at a Home Health company....
2015-11-05
504 reads
A great benefit that I get with my job is that I get to travel all over the place to...
2015-11-05
472 reads
Ed Leighton-Dick has renewed his New Blogger Challenge this month. Here are all (I think) the posts for this week after Ed posted his announcement. If I’ve missed any, please let...
2015-11-05
2 reads
Week 1 of the November 2015 SQL New Blogger Challenge is behind us, and I saw some great posts. Now,...
2015-11-05
284 reads
By gbargsley
It's 2 AM. Your phone is going off. Users can't connect to the application,...
By Steve Jones
I discovered a procedure recently that I wasn’t aware of: sp_sequence_get_range. This post looks...
By Arun Sirpal
After a year away getting to grips with AI and its application across the...
Yes, luxury packages in Andaman are highly popular among honeymooners due to their romantic...
Fisher Phillips is looking for a Financial Systems Administrator to help support and improve our financial...
Employee owned company, been around for over 50 years. Hybrid opportunity, looking folks in Pacific...
I want to create a JSON document that contains data from this table:
TeamID TeamNameCity YearEstablished 1 Cowboys Dallas 1960 2 Eagles Philadelphia 1933 3 Packers Green Bay 1919 4 Chiefs Kansas City 1960If I run this code, what document(s) is/are returned?
SELECT json_objectagg( n.city : n.TeamName) FROM dbo.NFLTeams;See possible answers