A Beautiful Google Mind
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
128 reads
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
128 reads
After the crash of an US Air Force database was reported, Steve Jones has some advice.
2016-06-20
120 reads
2016-06-20
82 reads
SQL Server 2016 runs faster, sometimes without you changing anything.
2016-06-17
271 reads
We might be smart in one area, but not others. That's worth remembering.
2025-12-22 (first published: 2016-06-16)
197 reads
The Stretch database feature in SQL Server 2016 is fantastic, but is it too expensive?
2016-06-15
215 reads
2016-06-14
90 reads
2016-06-13
73 reads
One of the things that will be debated quite a bit in the next few years will be the penalties for data loss.
2016-06-13
123 reads
2016-06-10
102 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