Tag Archives: SQLNewBlogger

Changing the sa Password with SQLCMD

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I wanted to make a quick note on changing the sa password, as this is a sensitive account, and … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Basic SQLCMD–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I had the need to connect from the command line recently, and decided to make a quick post on … Continue reading

Posted in Blog | Tagged , , , | 4 Comments

Changing the sa Password with SSMS–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I wanted to make a quick note on changing the sa password, as this is a sensitive account, and … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Changing the sa Password with SSMS–#SQLNewBlogger

#SQLNewBlogger–Adding Local Accounts

  What do you do if you need a process running under Local Service to connect to your SQL Server? Most of the advice out there is to change the login account. I actually agree with that, but there are … Continue reading

Posted in Blog | Tagged , , , | Comments Off on #SQLNewBlogger–Adding Local Accounts