c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on "SQL"

Saving changes is not permitted in SQL SERVER - [SOLVED]

| | Category: SQL

I want to add new Column to table. But while saving, It showing this warning message and not allowed to save.

Restore of database failed. File cannot be restored over the existing. -[SOLVED]

| | Category: SQL

When I was tried to restore the database but the restore of database is failed and showing the following error message.

This action cannot be completed because the file is open in SQL Server(SQLEXPRESS) - FIXED

| | Category: SQL

I got this following error when I tried to copy the database .mdf and .ldf files to another location.

Restore of database 'DATABASE' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)

| | Category: SQL

When I tried to restore the SQL database it was failed and got the error message. " The backup set holds a backup of a database other than the existing 'DATABASE' database. "

Access denied sql server attach database

| | Category: SQL

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?

| | Category: SQL

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.

Export SQL query results to Excel?

| | Category: SQL

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.

How to export data from Remote server to local server using SQL server?

| | Category: SQL

In this tutorial I will show you how to export data from remote server (godaddy live server) to local database. First of all create a database name in local server (any name) called “godaddyBackup”.

How to Generate Script for both schema and data using SQL server management Studio 2012

| | Category: SQL

In this tutorial tutorial I will demonstrate you how to generate SQL Query Script for both schema and data using SQL Server management Studio 2012.

The following data type properties of column do not match those of Data type, length, precision.

| | Category: SQL

Initially I want to apply the foreign key for Student table .But the error occurred. Because of variation in data type. I got the following error “The following data type properties of the column do not match those of Data type, length, precision”

Page 1 of 4