SSDT DevPack + Visual Studio 2017
I have upgraded the ssdt dev pack to support visual studio 2017 and fixed a couple of minor annoyances and have started to think about how to improve it...
2017-05-08
6 reads
I have upgraded the ssdt dev pack to support visual studio 2017 and fixed a couple of minor annoyances and have started to think about how to improve it...
2017-05-08
6 reads
I have upgraded the ssdt dev pack to support visual studio 2017 and fixed a couple of minor annoyances and have started to think about how to improve it...
2017-05-08
8 reads
I have been quite interested by vs code and have been using it more and more recently. I use it...
2017-05-09 (first published: 2017-04-27)
3,421 reads
I have been quite interested by vs code and have been using it more and more recently. I use it...
2017-04-27
233 reads
I have been quite interested by vs code and have been using it more and more recently. I use it...
2017-04-27
222 reads
I have been quite interested by vs code and have been using it more and more recently. I use it for all my GO (#golang FTW) work and also...
2017-04-27
6 reads
This one is for the DacFx nuts out there, it can't be a very big club but judging from the...
2017-04-26
390 reads
This one is for the DacFx nuts out there, it can’t be a very big club but judging from the...
2017-04-26
49 reads
This one is for the DacFx nuts out there, it can’t be a very big club but judging from the...
2017-04-26
61 reads
This one is for the DacFx nuts out there, it can't be a very big club but judging from the occasional emails I get about it, the quality is...
2017-04-26
8 reads
By Steve Jones
I’m not sure I knew identity column values could not be updated. I ran...
By Steve Jones
We had an interesting discussion about deployments in databases and how you go forward...
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
I have mentioned this several times over several years. Can someone please help me...
SELECT COUNT(DISTINCT Component) AS Found FROM tblComponents WHERE(Component NOT LIKE '%[a-z]%') AND(LTRIM(RTRIM(Component)) = 'GM13622')...
Comments posted to this topic are about the item Remotely Engineer Fabric Lakehouse objects:...
In a SQL Server 2025 table, called Beer, I have this data:
BeerIDBeerName 1Becks 2Fat Tire 3Mac n Jacks 4Alaskan Amber 8KirinI run this code:
SELECT JSON_OBJECTAGG(
BeerID: BeerName )
FROM beer;
What are the results? See possible answers