How to fix SQL Server Management Studio graphics problem
5 / 5 ( 5 votes ) Some users of SQL Server Management Studio 2012, 2014 & 2016 has reported a strange problem with graphics of SSMS. According to the reports, some icons disappear... The post How...
View ArticleMicrosoft SQL Server 2017 Downgrade Rights
Microsoft SQL Server’s licensing model is complex and so is its down grade rights mechanism. Several deployment options are available for customers of SQL Server 2017 to support a variety of upgrade...
View ArticleDownload SQL Server Management Studio (SSMS) 18.0 (Preview 6)
5 / 5 ( 1 vote ) SSMS 18.0 (Preview 6) is the latest generation of SQL Server Management Studio that has full support for SQL Server 2019 Preview. SSMS 18.0 (Preview 6) was... The post Download SQL...
View ArticleImport BAK file using SQL Server Management Studio
Importing .bak file using SQL Server Management Studio is basically an act of restoring database from backup. It is very straightforward task. Open Microsoft SQL Server Management Studio Right click...
View ArticleDownload SQL Server Management Studio (SSMS) 18.3.1
SQL Server Management Studio 18.3.1 is the latest general availability version of SSMS. The latest version is labeled Microsoft SQL Server Management Studio 18. If you have a previous GA version of...
View ArticleAll you needed to think about SQL Comparison tools
Designers and DBAs regularly think about and synchronize structures of their database objects (Tables, Views, Triggers, Functions, Events and Stored Procedures) from Development server to Production...
View ArticleUnderstanding SQL Comparison tool and Operators
Contrasting different operands or factors in view of various conditions is the essential thing which is done in each program we make for deciding uniformity or imbalance between two operands,So today...
View ArticleSQL Server Performance Monitoring Software by AppDynamics
The AppDynamics Database Monitoring product module for Microsoft SQL Server is a comprehensive 24×7 deep-dive tool used to monitor versions 2000, 2005, 2008, 2012 and 2014 of SQL Server instances...
View ArticleHow to check if a table exists in SQL Server database
There are several methods to check if a table exists in SQL Server database. Using INFORMATION_SCHEMA.TABLES Query like below can be used to check if a Table exists in the selected mssql database. IF...
View ArticlePlan Explorer – a free SQL query analysis and optimization tool
Plan Explorer by SentryOne is a free SQL query analysis and optimization tool that helps you quickly get to the root of the toughest SQL Server query problems. With Plan Explorer, break through...
View Articledbcopytool – SQL Server Database Copy Tool
dbcopytool is a simple, light weight and easy to use program to copy a sql server database from one server to another by backing it up, copying the backup file to the destination server and restoring...
View ArticleSTUFF command in SQL Server
This command is used to replace a string with another string within a text. This command can sometimes be a savior. You can see the shape of this command along with the example: Syntax: STUFF (...
View ArticleDownload SQL Server Management Studio 17.6
Microsoft recently released a new version of SQL Server Management Studio called version 17.6. SQL Server Management Studio 17.x is the latest generation of SQL Server Management Studio and provides...
View ArticleMicrosoft SQL Server 2017 Downgrade Rights
Microsoft SQL Server’s licensing model is complex and so is its down grade rights mechanism. Several deployment options are available for customers of SQL Server 2017 to support a variety of upgrade...
View ArticleDownload SQL Server Management Studio (SSMS) 18.0 (Preview 6)
SSMS 18.0 (Preview 6) is the latest generation of SQL Server Management Studio that has full support for SQL Server 2019 Preview. SSMS 18.0 (Preview 6) was released on 18 December 2018 and it’s build...
View ArticleDownload SQL Server Management Studio 18.4
SSMS 18.4 is the latest generation of SQL Server Management Studio that has full support for SQL Server 2019 Preview. SSMS 18.4 was released on 04 November 2019 and it’s build number is 15.0.18206.0....
View ArticleHow to fix SQL Server Management Studio graphics problem
When using SSMS, and switching between query tabs, sometimes the screen does not refresh/repaint and it continues to show the content of the previous tab. Some users also reported that their text...
View ArticleUser does not have permission to RESTORE database
The error ‘User does not have permission to RESTORE database xx’ occurs when you try to restore a database from backup and you do not have sufficient permissions to perform this action. Even if your...
View ArticleUsing Cross Join to insert millions of dummy/fake records
Sometimes we need fake or dummy data to test our queries or test performance or configuration of database server. There is a very neat way to generate millions of records very quickly using Cross Join....
View Article