Sitting in Judgment
I have been meaning to write this for a while, but i wanted to wait for a break in SQLDrama....
2010-10-26
365 reads
I have been meaning to write this for a while, but i wanted to wait for a break in SQLDrama....
2010-10-26
365 reads
Ok so I know this is late, but I wanted to thank Jack, Andy and the team at the Orlando...
2010-10-26
344 reads
For those of you who have seen our team present, we always do our best to make it really informative,...
2010-10-26
863 reads
Thanks for coming to today's webinar. We had a great turnout and hope to see you again soon. I have...
2010-09-28
441 reads
Hey there folks. I am so excited about the tremendous turnout at the 24 hours of PASS. There were so many...
2010-09-17
357 reads
With so many folks out there struggling and loking for new opportunities you may want to take some time away...
2010-09-16
332 reads
I thought I would pass along something I learned this week about batches in TSQL. I always knew about the...
2010-09-16
376 reads
Many of you have been wondering where I will be speaking next. So I apologize for not replying to you...
2010-09-16
488 reads
Hey folks,
The 24 hours of PASS is coming very quickly.http://www.sqlpass.org/24hours/fall2010/. There are so many great sessions that I don’t know...
2010-09-06
506 reads
Motivational time again!
Have you ever worked on a project where someone was seeking their moment in the sun for an...
2010-09-06
216 reads
By HeyMo0sh
In the realm of software development and content creation, the deployment pipeline serves as...
By Vinay Thakur
I wrote about TempDB Internals and understand that Tempdb plays very important role on...
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