Select the database and then right-click on the database, select Tasks > Restore > Database, which will open the Restore Database dialog box 2. Double click on the “Device”. 3. Click on the “Add” to add backup in the database. 4. Select…
Browsing Category Microsoft SQL
How to Install SQL Management Studio
Download your desired version of Microsoft SQL Server. Find the file “SQLManagementStudio_x64_ENU.exe” where you placed and Double Click on it to start the installation. 3. Select “New Installation” as below screenshot. 4. Select the SQL…
How to install SQL Express.
Download your desired version of Microsoft SQL Server. Find the file “SQLEXPR_x64_ENU.exe” where you placed and Double Click on it to start the installation. Select “New Installation” as below screenshot. 4. Accept the Agreement and…
How to Deploy SQL database to MS Azure.
Open the SQL Management Studio where your database is restored. Right click on the database, and select Tasks >> Deploy Database to Microsoft Azure SQL Database. 3. Click on Next. 4.Click on Connect then select…
How to create a new Database in SQL
Launch SQL Management Studio and connect to your SQL Server instance. Right Click on “Database” and then select “New Database”. 3. Below ‘New Database’ screen will appear. Enter ‘Database name’ Now you have successfully created a…