Tag Archives: SQLNewBlogger

Using the DAC with SSMS

I’m writing this post as a way to help motivate the #SQLNewBloggers out there. Read the bottom for a few notes on structuring a post. While troubleshooting another issue, I needed to connect to SQL Server with the DAC. I … Continue reading

Posted in Blog | Tagged , , , | 3 Comments

FORMATing Dates

I’m writing this post as a way to help motivate the #SQLNewBloggers out there. Read the bottom for a few notes on structuring a post. FORMAT is a function that was introduced in SQL Server 2012. It is designed to … Continue reading

Posted in Blog | Tagged , , | 3 Comments

DB_Owner Querying for Database Options

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. What can a user with the db_owner database role do? I assumed anything inside of the database (create/alter objects, … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DB_Owner Querying for Database Options

Getting Database Properties – DatabasePropertyEx()

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I had someone ask me a question about security recently, and while working through the answer, I ran across … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Getting Database Properties – DatabasePropertyEx()