Appreciating New Perspectives
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
78 reads
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
78 reads
Today Steve Jones has a few thoughts on the complexity and cumbersome nature of database development.
2017-08-30
105 reads
If mistakes are made, employees can be held financially responsible by some companies. Do we need to worry about this in our industry?
2023-06-21 (first published: 2017-08-29)
204 reads
2017-08-28
132 reads
Are graph databases worth using? Steve Jones looks at a report that questions their value at this time.
2017-08-28
94 reads
Steve Jones asks you to look forward in your career, perhaps setting goals that move you forward.
2017-08-25
103 reads
2017-08-24
87 reads
2017-08-23
76 reads
There are times when you look back and times when you look forward in your career. Sometimes, however, we might try to push forward too fast.
2017-08-22
66 reads
“I would educate myself, and that I would never stop educating myself. It was my responsibility to keep learning.” Who said that? Albert Einstein? Da Vinci? Stephen Hawking? None of the above. That statement came from the Demon of the rock band KISS, Gene Simmons. If a rock & roll legend knows that it’s on […]
2017-08-21
78 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