Splitting up the Mission of PASS
Following up on Should There Be A Successor to PASS? I have a couple more thoughts. One of the many complaints about PASS over the years was about perceived value....
2020-12-28
6 reads
Following up on Should There Be A Successor to PASS? I have a couple more thoughts. One of the many complaints about PASS over the years was about perceived value....
2020-12-28
6 reads
This is a very brief post to inform you that PASS has died, killed by the for-profit company behind it. That’s sad beyond words, but we, as a community,...
2020-12-28 (first published: 2020-12-18)
988 reads
This article shows a problem with one of my favorite tools - Kerberos Configuration Manager. This tool provides a lot of power in resolving SPN related issues.
The post How...
2020-12-26
9 reads
This article shows a problem with one of my favorite tools - Kerberos Configuration Manager. This tool provides a lot of power in resolving SPN related issues.
The post How...
2020-12-26
4 reads
This article shows a problem with one of my favorite tools - Kerberos Configuration Manager. This tool provides a lot of power in resolving SPN related issues.
The post How...
2020-12-26
259 reads
This article shows a problem with one of my favorite tools - Kerberos Configuration Manager. This tool provides a lot of power in resolving SPN related issues.
The post How...
2020-12-26
7,724 reads
PASS was a big influence on a lot of us and did a lot of good, if never quite as much good as many of us wished. I wish...
2020-12-26
118 reads
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m...
2020-12-25
19 reads
Christmas is this week so not a technical post for this week. Just a simple post wishing you and your family as many blessing as possible (especially in the...
2020-12-25
9 reads
Christmas is this week so not a technical post for this week. Just a simple post wishing you and your family as many blessing as possible (especially in the...
2020-12-25
7 reads
By HeyMo0sh
As someone who’s worked with data for over 20 years and with many cloud...
By HeyMo0sh
2025 belongs to the AI startups. If you peek into the tech headlines, you’ll...
By Vinay Thakur
it has been a year since i have not written much on the blog...
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