Month: October 2022
28.10.2022
Setting up an Ubuntu VM for SQL Server 2019 and 2022
Vlad Drumea / Home Lab, SQL Server, VirtualBox
In this post I’ll outline the process of setting up an Ubuntu Server VM in Oracle VirtualBox for…
20.10.2022
What is dbo, anyway?
The dbo schema and user pair tend to be a source of confusion, especially for people who come…
06.10.2022
Cracking SQL Server login passwords online
Vlad Drumea / Security, SQL Server
In a previous post we’ve looked at offline methods of cracking SQL Server login passwords as a means…
Latest Posts
Categories
- Home Lab (4)
- VirtualBox (4)
- SQL Server (16)
- PowerShell (3)
- Recovery (1)
- Scripts (1)
- Security (3)
- Troubleshooting (1)
- Workarounds (1)
Archives
- April 2023 (1)
- January 2023 (2)
- December 2022 (4)
- November 2022 (3)
- October 2022 (3)
- September 2022 (3)
- August 2022 (1)
- March 2021 (1)
- February 2021 (1)
Latest Comments
Good stuff! Also, I think that accessing the server through DAC , would have worked
Sorry for the late reply. I took a break from the blog for a couple of months. Can you please…
Not sure what I did wrong but when I executed the Powershell .\psblitzl.ps1 wsfpv02342\mstqip05 -checkdb hgxcore I got the following…
Hi Leo, Thank you for your input! Regarding exporting and importing settings: It's doable, and that's why I change the…
Privacy Overview
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Thank you! Yes, DAC would be a viable alternative to starting the instance in single user mode. The only thing…