Script to find all SQL Servers on network
Many a times we are required to find SQL Server installations across local network. This blog provides a script to find all SQL Servers on network using SQLCMD. It’s a very …
Read MoreSQL Server Education (by the geeks, for the geeks)
Many a times we are required to find SQL Server installations across local network. This blog provides a script to find all SQL Servers on network using SQLCMD. It’s a very …
Read MoreHere is a script to restore SQL Server database from bak file command line. This is done via SQLCMD through command line. The first thing is to open up the command …
Read More