Having a Little Fun at SQL Server Central
Steve reminisces on some of the fun times he's had at SQL Server Central.
2026-02-27
65 reads
Steve reminisces on some of the fun times he's had at SQL Server Central.
2026-02-27
65 reads
A look back at SQL Server Central after 25 years from founder Brian Knight.
2026-02-20
1,332 reads
Steve talks about some of the charitable work at SQL Server Central.
2026-02-20
65 reads
This is part of a few memories from the founders of SQL Server Central, celebrating 25 years of operation this month. When we started SQL Server Central, our goal was to build a great resource that helped other people advance in their careers and also made some money. Our decisions in building the site were […]
2026-02-13
63 reads
2026-02-06
105 reads
2026-02-02
150 reads
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
415 reads
SQL Server Central is changing their policy to respond to the increased use of AI technologies.
2024-02-02
342 reads
We are adding a consent form to the SQL Server Central website to allow our cookies.
2024-01-10
1,393 reads
The SQL Server Central database servers are being upgraded on Thursday, Nov 2.
2023-11-01
658 reads
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