Search this blog
-
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- RT @hellosqlkitty: Excited to be a part of such a great conference and an amazing group of #WomenInTechnology 2 hours ago
- RT @sqlsatofficial: The call for speakers for SQL Saturday Toronto 2022 (#1032) is open: The event is 22 Oct 2022. More information at: h… 2 hours ago
- RT @DCACco: buff.ly/3sQYjJu Denny is presenting #Azure Infrastructure Pre-con at PASS Summit 2022 #sqlpass #sqlserver #cloud #IT ht… 2 hours ago
- @cjkodare @Microsoft Congrats 2 hours ago
- RT @bidgeir: The first post of my new Power BI governance blog post series is out today. It´s an introduction to Power BI governance and se… 2 hours ago
- @_AlexYates_ @Microsoft Congrats 2 hours ago
- @_AlexYates_ Mic stand to perform for the kid and a few spotlights 2 hours ago
- RT @AndyLeonard: Join me for Master the Fundamentals of Azure Data Factory on 7 Oct 2022, a day-long pre-conference training session for SQ… 2 hours ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Daily Archives: April 4, 2016
Locking sa
When I started working with SQL Server, the sa account was “the” account used for admin operations. This was the default account for many DBAs and as a result, it couldn’t be locked out. This changed in SQL Server 2005, … Continue reading
#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 security, SQLNewBlogger, syndicated, T-SQL
Comments Off on #SQLNewBlogger–Adding Local Accounts