SQLRelay Reading - Build a CI Pipeline in 55 Minutes Talk
I had a lot of fun yesterday presenting my talk on how to go from not having your database in version control to deploying to a CI database, running...
2015-10-09
2 reads
I had a lot of fun yesterday presenting my talk on how to go from not having your database in version control to deploying to a CI database, running...
2015-10-09
2 reads
Niche tool of the day
If you know what a deployment contributor is and have wanted to see what steps were...
2015-09-30
926 reads
Niche tool of the day If you know what a deployment contributor is and have wanted to see what steps...
2015-09-30
210 reads
Niche tool of the day If you know what a deployment contributor is and have wanted to see what steps...
2015-09-30
203 reads
Niche tool of the day If you know what a deployment contributor is and have wanted to see what steps were in a plan and have got bored setting...
2015-09-30
To help with this scenario (it is pretty specific):
You have a table that has columns that you do not know...
2015-09-23
868 reads
To help with this scenario (it is pretty specific):
You have a table that has columns that you do not know...
2015-09-23
64 reads
To help with this scenario (it is pretty specific):
You have a table that has columns that you do not know...
2015-09-23
45 reads
In my deployment filter I have been asked a couple of times to allow columns that exist on a table...
2015-09-23
990 reads
In my deployment filter I have been asked a couple of times to allow columns that exist on a table...
2015-09-23
35 reads
By Steve Jones
I needed to test a striped backup, so I decided to ask the AI’s...
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...
Comments posted to this topic are about the item Create an HTML Report on...
The SQLPS.exe file has gone AWOL on 2 of my 4 SQL servers, ie,...
Comments posted to this topic are about the item Be Wary of Data
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;