Tutorials on how to use SSMS, abbreviation of SQL Server Management Studio, which is the central tool used to connect and query MS SQL databases. SSMS is also used to deploy and manage MS BI objects like SSIS packages and SSAS cubes and tabular models.

Check if object exists with SSMS
How to add or remove a script to check if an object exists in SQL creation scripts generated with SQL Server Management Studio (SSMS)? To add dynamically the existence check before generating the create statement for you SQL Objects like tables, views, functions or stored procedures, it’s easy. Simply activate this SSMS option to check object existence in your SQL Server Management Studio software. For example, …