Latest posts on tagged on "SQL"

Access denied sql server attach database

6 October 2021

When I tried to attach the SQL database to the local server I got this following error "access is denied".

How to attach database in sql server using cmd?

6 October 2021

In SQL Server we can use the SQL command to attach database to Microsoft Sql Server. Just copy the mdf file path and run with the following command.

Sql corresponds to the Asp.Net data type

29 August 2018

During the development of the program, when creating SQL stored procedure parameters, you need to find the corresponding SQL data type according to the defined ASP.NET data type; if you are not familiar with the "Sql and Asp.Net data type", you will need it. Their correspondence tables are listed in detail below.

Website Construction Guide

17 January 2018

What should a website developer have to master? HTML and CSS, Client-side script - JavaScript and the DOM Server-side script - ASP, PHP XML and SQL

Website database

17 January 2018

MS SQL Server or Oracle for high traffic database driven website. MySQL for low-cost database access. MS Access for low traffic sites.

Export SQL query results to Excel?

7 October 2017

In this video tutorial I will show how to export SQL Query results to excel using Microsoft SQL Server. After executing the SQL Query, in the results pane, click the top-left cell to highlight all the records, and then right-click the top-left cell and click "Save Results As" and give any name for it.

Page 1 of 5