Saving changes is not permitted in SQL SERVER - [SOLVED]
I want to add new Column to table. But while saving, It showing this warning message and not allowed to …
Read More →Browse articles in this category.
I want to add new Column to table. But while saving, It showing this warning message and not allowed to …
Read More →When I was tried to restore the database but the restore of database is failed and showing the following error …
Read More →I got this following error when I tried to copy the database .mdf and .ldf files to another location.
Read More →When I tried to restore the SQL database it was failed and got the error message. " The backup set …
Read More →In SQL Server we can use the SQL command to attach database to Microsoft Sql Server. Just copy the mdf …
Read More →When I tried to attach the SQL database to the local server I got this following error "access is denied".
Read More →In this video tutorial I will show how to export SQL Query results to excel using Microsoft SQL Server. After …
Read More →In this tutorial I will show you how to export data from remote server (godaddy live server) to local database. …
Read More →In this tutorial tutorial I will demonstrate you how to generate SQL Query Script for both schema and data using …
Read More →Initially I want to apply the foreign key for Student table .But the error occurred. Because of variation in data …
Read More →In this article, I will show you how to implement custom paging in SQL servre 2008. I used ROW_NUMBER() in …
Read More →In this article, I will show you how much space used/unused by the all tables in SQL server database using …
Read More →In this article I will show you how to create Sql Server Stored procedure like, parameter implemented for it. Here …
Read More →You can identify the SQL server database version and SQL server Editon of installed product in PC/server by using the …
Read More →In this article, I will explain how to compare two dates and gets number of days using Datediff in SQL …
Read More →To get the SQL connection string from entity framework using DbConetext edmx file. In this example I will show you …
Read More →In this article, I describe How to use NULLIF in sql server. As we knows nullif clause used to check …
Read More →In this article, I describe How to modify or insert into already existing table value using by another table.This is …
Read More →In this article, I describe How to copy or insert one table value to another table.This is achieved by a …
Read More →In this article we will discuss, How to create while loop SQL server We will be using Employee table. Below …
Read More →In this section, I explain how to find your bank balance using sql query. This questions asked by many interviewer, …
Read More →In this article, I describe how to append prefix to all existing value in a field using sql query. Here …
Read More →In this article, I found a sql query to find first, last and total days in a month from the …
Read More →In this article, I found a sql query to find day, month and year from the current or any date …
Read More →