ScriptDom versioning issues
I installed the 2016 SSMS client recently and in one way or another any of my apps that I have written that use the DacFx ScriptDom have all broken...
2015-09-15
I installed the 2016 SSMS client recently and in one way or another any of my apps that I have written that use the DacFx ScriptDom have all broken...
2015-09-15
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my...
2015-09-24 (first published: 2015-09-10)
1,218 reads
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my...
2015-09-10
46 reads
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my...
2015-09-10
42 reads
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my test suite and the test did not run, I...
2015-09-10
9 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
Tags: Sql Serverslides
2015-09-10
425 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
36 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
10 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
3 reads
Really excited by my first post on medium, haven't really used it before but found it to be a really...
2015-09-02
574 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;