Slides for my pass virtualisation virtual chapter talk on how sql fits into a containered world
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
7 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
7 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
37 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
2015-09-10
12 reads
The slides are up:
https://github.com/GoEddie/SQL-Server-Containers
Any questions shout!
Tags: Sql Serverslides
2015-09-10
429 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
14 reads
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my...
2015-09-10
49 reads
I wrote a test earlier and forgot one of the two cardinal rules about tSQLt so I was running my...
2015-09-10
44 reads
Really excited by my first post on medium, haven't really used it before but found it to be a really nice tool:
https://medium.com/@edelliott.the.agilesql.club/let-s-start-doing-profes…
2015-09-02
7 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
11 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
20 reads
By HeyMo0sh
In the realm of software development and content creation, the deployment pipeline serves as...
By Vinay Thakur
I wrote about TempDB Internals and understand that Tempdb plays very important role on...
Comments posted to this topic are about the item A Quick Restore
Comments posted to this topic are about the item Guarding Against SQL Injection at...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:
USE DNRTest BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak' GO /* Bunch of stuff tested here */RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACEWhat happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance. See possible answers