Crossing Azure Borders
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
110 reads
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
110 reads
2015-11-04
140 reads
The pressure to move to virtual systems is increasing, but is there a fallback if you have issues?
2015-11-03
94 reads
As yet more personal details are spilled by preventable security lapses, what's
2015-11-02
280 reads
The move to limit disclosure of vulnerabilities continues, with potential issues for many of us.
2015-11-02
103 reads
2015-10-30
328 reads
This week Steve looks at the hot jobs that are going to have pay increases in the coming year.
2015-10-26
263 reads
Today Steve Jones wonders if the way you choose to design a database says something about you.
2015-10-23
188 reads
As data professionals, we might carry lots of information with us that relates to our organization. Will we get caught up in government issues as we cross borders?
2015-10-22
203 reads
The CAP Theorem talks about the properties of distributed systems, and how you can really only have two of them in any system.
2015-10-21
107 reads
By Vinay Thakur
I wrote about TempDB Internals and understand that Tempdb plays very important role on...
By Vinay Thakur
continuing from Day 1 where we covered the history of AI and GPT family,...
By Steve Jones
It’s a day off for Redgate today. This is our annual wellbeing day, where...
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