Tag Archives: SQLNewBlogger

Restoring an Expired Certificate–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One common task that you might need to handle if you work with encryption is dealing with a certificate. … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Restoring an Expired Certificate–#SQLNewBlogger

Finding SQL Configuration Manager in Windows 10–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I went to check a network protocol setting for SQL Server the other day on my (newish laptop) and … Continue reading

Posted in Blog | Tagged , , | Comments Off on Finding SQL Configuration Manager in Windows 10–#SQLNewBlogger

Always Use Roles–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Which of these is more complex? GRANT SELECT ON dbo.Customer TO JoeDev or CREATE ROLE SalesGRANT SELECT ON dbo.Customer … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Lengthen a Primary Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I saw a post recently where someone needed to increase the size of a PK and was getting a … Continue reading

Posted in Blog | Tagged , , | 1 Comment