Saturday, 25 July 2020

Scripting objects using SSMS

Hello viewers, in this video I've shown how to script objects of your instance quickly and easily using various options available in SSMS.

SSMS provides options to script object out by right clicking on the as well as we have database task to "Generate Scripts" for your database or selected objects.

In this video I've shown both of these methods and have also covered how we can customize them using the various options available to us.

Happy Learning!



Don't forget to hit like if you like the video and subscribe my channel and click the bell icon to stay updated on all latest upcoming videos.


Saturday, 18 July 2020

Using GUI of SSMS to create tables and edit data

Hello everyone, this video is in continuation to my last video about SSMS where in I showed how to get started with latest version of SSMS.
In this video I went ahead and have talked about how SSMS provide us with an intuitive GUI format to create tables as well as perform various DML operations like insert or update within GUI. How we can use GUI to get custom views of data as well modify them on the fly.


Please do not forget to hit that like button as well as subscribe my YouTube channel.

Quick fix for error "Windows cannot find SSMS"

Have you recently upgraded your SSMS and are unable to run it using windows "run" prompt. If your SSMS is working fine but you get "Windows cannot find SSMS" error while trying to access using Windows Run Command then watch this video to quickly fix them.


Please do not forget to hit that like button if my video helps you resolve your issue. And also click on that subscribe button and the bell icon to stay updated on my upcoming videos.

How to install SQL Server 2017

In my very first YouTube video, I've shown how to install SQL Server 2017 on a windows machine. In this video I've not only tried to...