Don’t Miss Out on an Opportunity to Connect
There are people in our lives that we want to connect with, so why don't we?
2016-05-09
100 reads
There are people in our lives that we want to connect with, so why don't we?
2016-05-09
100 reads
A look at the ODBC standard and how valuable it has been, unlike the Information Schema implementations.
2016-05-09
69 reads
When a business does not have an agreed set of definitions for their every day terms slow burning chaos ensues.
2016-05-04
105 reads
Today we have a guest editorial from Andy Warren as Steve is away. Andy tries to define what a DBA really does in a way that might make sense to others.
2016-05-03
322 reads
2020-06-05 (first published: 2016-04-29)
215 reads
2020-08-14 (first published: 2016-04-28)
205 reads
SQL Server 2016 is the first cloud first version of SQL Server being released as the on-premise product.
2016-04-27
205 reads
2016-04-26
120 reads
Phil Factor recounts the most important lesson of his early IT career: try not to burst into giggles when you get to look at the client's IT system.
2016-04-25
121 reads
2016-04-25
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,...
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