Community Circle
Search this blog
Steve’s tweets
- RT @JamesMcG_MSBI: T-SQL Tuesday #134: ROUNDUP - GIVE ME A BREAK! Thanks to everyone who contributed to #tsql2sday. I had so much fun host… 5 hours ago
- @gbargsley @sqlstudent144 Ugh, I hope this is easier for you than me. Wear a mask. I've had a lot of friends who ha… twitter.com/i/web/status/1… 6 hours ago
- Renaming Files by Padding Numbers with PowerShell voiceofthedba.com/2021/01/18/ren… 6 hours ago
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career
- cell phone
- Cloud Computing
- 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
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- patching
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Change Automation
- SQL Clone
- SQL Connections
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Tag Archives: SSMS
The Separation of Tools
I’ve got a question for you today. Is it better to have SSMS and ADS available as separate downloads? If you installed SQL Server prior to 2017 (the year, not the version), you had the option to add Management Studio … Continue reading
Quick SSMS Tip: Map Mode for Code–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In recent versions of SSMS, there’s been an addition to the query windows that I find helpful and useful. … Continue reading
Where are Sequences?–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I created a few sequence objects lately to test some things. Since I tended to create and use these, … Continue reading
Posted in Blog
Tagged SQLNewBlogger, SSMS, syndicated, T-SQL
Comments Off on Where are Sequences?–#SQLNewBlogger
Server Side SSMS
SSMS is a large monolithic application built on the Visual Studio shell. It’s slow to start, heavyweight, resource intensive, and can be a resource hog. It’s also indispensable for many SQL Server DBAs. I grew up using various SQL Server … Continue reading