Saturday, April 27, 2024
Microsoft SQL Server

Connect to SQL Server with out a password

Steps to connect to your SQL Server and reset the sa password with out having permissions. You can recover your sa password, or this can be used to connect to any sql server instance your ex DBAs left you with out providing you the necessary permissions or credentials. First you have to shutdown your SQL […]

Read More
Microsoft SQL Server

How to move model database files in SQL Server

Detailed steps on how to move model database files (mdf and ldf) from one location to another. This change requires a restart of your SQL Server Instance, so make sure to do this during a maintenance window. First find the model database files location which we want to move. To do that, execute the following […]

Read More
Microsoft SQL Server

How to shrink a file in SQL Server

How to shrink data or log files in SQL Server. What to do if a file is not shrinking, how to find the reason for not shrinking. Connect to your SQL Server Instance Click New Query to open a query window. Now first run the below query to find the name of the data or […]

Read More
SQL Server Build Versions Microsoft SQL Server

SQL Server 2014 Build Versions

Microsoft SQL Server 2014 Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack 2014 (SP), SQL Server Cumulative Updates (CU) or General Distribution Release (GDR). Find SQL Server Build Versions for all SQL Server products, click here SQL Server Build Versions Detailed

Read More
Back To Top
error: Content is protected !!