Azure Virtual Machine + Premium Disk Throughput Calculator
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
365 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
365 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got an error message to say βThe host cannot be...
2017-11-30
8 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
210 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
224 reads
I was setting up an availability group listener recently and when I tried to connect to the listener I got...
2017-11-30
646 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build that kept giving me this error in the build...
2017-11-22
5 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
261 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
120 reads
I have been playing around with including all my build dependencies in docker for windows lately and had a build...
2017-11-22
664 reads
Hey, VSTS YAML builds are my new favorite thing, by like a million miles.
If you have a yaml build definition ( .vsts-ci.yml ) and you want to use one...
2017-11-21
3 reads
By Vinay Thakur
it has been a year since i have not written much on the blog...
By Steve Jones
on tenderhooks β adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
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