VSTS extensions, mixing VSS.require and import ... require
I have been starting to write more and more typescript lately and quite enjoying it. I have also been writing...
2018-03-05
137 reads
I have been starting to write more and more typescript lately and quite enjoying it. I have also been writing...
2018-03-05
137 reads
I have been starting to write more and more typescript lately and quite enjoying it. I have also been writing a few vsts extensions and using typescript to write...
2018-03-05
3 reads
In the first part of this series, we looked at where to find out more information about GDPR in the...
2018-02-20 (first published: 2018-02-08)
2,072 reads
In the first part of this series, we looked at where to find out more information about GDPR in the...
2018-02-08
97 reads
In the first part of this series, we looked at where to find out more information about GDPR in the...
2018-02-08
108 reads
In the first part of this series, we looked at where to find out more information about GDPR in the...
2018-02-08
30 reads
In the first part of this series, we looked at where to find out more information about GDPR in the UK (hint: The ICO.gov website has everything you need)....
2018-02-08
In the last half of 2017, I decided to run a tSQLt course and went down the route of putting...
2018-02-16 (first published: 2018-02-06)
3,040 reads
In the last half of 2017, I decided to run a tSQLt course and went down the route of putting...
2018-02-06
289 reads
In the last half of 2017, I decided to run a tSQLt course and went down the route of putting...
2018-02-06
236 reads
By gbargsley
In SQL Server environments where transactional replication runs alongside Always On Availability Groups (AGs),...
Disable the sa login in SQL Server (and sleep better)If you run SQL Server...
By Chris Yates
Change is inevitable. What separates thriving organizations from those that falter is not the...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Be Wary of Data
Comments posted to this topic are about the item Locking Hierarchies
You have a table [dbo].[orders] without a Clustered Index (Heap). The table does not have any other nonclustered indexes! You rund the following command in Read Committed Isolation Level:
SELECTo_orderdate, o_orderkey, o_custkey, o_storekey FROMdbo.orders WHEREo_orderkey = 3877;