Search this blog
VS Live San Diego

-

18 Year MVP Awardee

Tags
- administration
- AI
- AIExperiments
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- encryption
- Flyway
- Friday Poll
- FWTips
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- Microsoft
- misc
- monitoring
- networking
- PASS
- Performance
- powershell
- presentations
- Redgate
- Redgate Monitor
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- tools
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- words
- work
Search this blog
Steve’s Tweets
Tweets by way0utwestOlder Posts
Meta
Tag Archives: SQLNewBlogger
Create a Database Master Key–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the first things you need in a SQL Server database in order to implement encryption is a … Continue reading
Posted in Blog
Tagged encryption, security, sql server, SQLNewBlogger, T-SQL
Comments Off on Create a Database Master Key–#SQLNewBlogger
CONVERT and HEX
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In working through the Advent of Code and solving some of the problems in SQL, I found that I … Continue reading
Creating a User Without a Login
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is one of those simple things that many people should be able to do in order to build … Continue reading
Posted in Blog
Tagged security, SQLNewBlogger, T-SQL
Comments Off on Creating a User Without a Login
Loading a Text File from T-SQL
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the interesting things I’ve had to work on with the Advent of Code puzzles is loading files … Continue reading
Posted in Blog
Tagged SQLNewBlogger, syndicated, T-SQL
Comments Off on Loading a Text File from T-SQL