The Traveling Data Professional
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
79 reads
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
79 reads
Today Steve Jones discusses data loss, always a scary topic for the data professional.
2017-06-22
97 reads
The decision to change platforms isn't one Steve Jones takes lightly.
2017-06-20
80 reads
2017-06-19
200 reads
DevOps can help, not just development, but also infrastructure, if you spend time adapting the practices to your environment.
2017-06-19
42 reads
This Friday Steve Jones talks about job posting and descriptions. This is the chance to think about what you do and how you might describe this to your replacement.
2017-06-16
105 reads
The Internet of Things is coming, and bringing lots of data, but security needs to be included as well.
2017-06-15
50 reads
2017-06-14
1,386 reads
2017-06-13
68 reads
Phil Factor on the perils of trying to squeeze good insights out of bad surveys.
2017-06-12
65 reads
By Vinay Thakur
Continuing from Day 2 , we learned introduction on Generative AI and Agentic AI,...
Quite the title, so let me set the stage first. You have an Azure...
By HeyMo0sh
In the realm of software development and content creation, the deployment pipeline serves as...
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