Hire the Right People
Today Steve Jones discusses the need to hire the people to do the tasks we need done, not the position we filled.
2016-11-28
132 reads
Today Steve Jones discusses the need to hire the people to do the tasks we need done, not the position we filled.
2016-11-28
132 reads
2016-11-24
58 reads
Today Steve Jones looks at the potential downfalls of monitoring every change without lots of filtering.
2016-11-22
103 reads
2016-11-21
170 reads
2016-11-21
168 reads
Today we have a guest editorial from Andy Warren that looks at how we might divvy up our workload in a company.
2016-11-18
87 reads
2016-11-17
147 reads
Does your database development process prevent changes in your software? You shouldn't be held hostage by your database.
2016-11-16
99 reads
Learning a new skill is always helpful, especially for backup and restore. Steve Jones talks about an idea from the SQLCAT team.
2019-12-13 (first published: 2016-11-15)
342 reads
2019-12-12 (first published: 2016-11-14)
476 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