Tag: oracle
09.12.2022
Getting away with multiple NULLs in a unique constraint
Vlad Drumea / SQL Server, Workarounds
In this post I’ll go over the relationship between unique constraints and NULLs in SQL Server, and how…
10.11.2022
Setting up a Windows Server 2019 VM in VirtualBox
Vlad Drumea / Home Lab, VirtualBox
In a previous post, I’ve covered how to build an Ubuntu VM and install SQL Server on it….
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…
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…