Did you know… The applications like Infopath may fail to submit data into table in SQL Server if the table is included in Merge replication

You are able to submit the data in the table using the application like InfoPath 2007 but when you go ahead and add the table in the Merge Replication Publication, the insert into the table using the InfoPath form starts to fail. This issue occurs when we have the application designed to insert data into…

The subscription fails to Sync with the Publisher and marked inactive even though the settings have been configured to “never expire”

  We get the below error message when distribution agent tries to sync, Error: 14151, Severity: 18, State: 1. The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions will need to be dropped and recreated. CAUSE: ====== When we check the Publication properties, we find that the options for subscription expiration are…

Error 11032 Unable to install Windows Installer MS while installing security patch KB 948109 on sql 2005 instance

While installing security patch KB 948109 on the sql server 2005, the installation of the patch may fail. In order to find the cause of the failure we need to look into the setup bootstrap logs which are located in the following location C:Progarm FilesMicrosoft Sql Server90Setup BootstrapLOGHotfixSummary.txt One of the cause of the failure…

How to change the keys for the Encryption for an already encrypted database

Have you ever wondered how to change the keys for the encryption for an already encrypted database. For this you can use “Key Rotation”. Key rotation is the process of decrypting data with the old encryption key and encrypting the data with the new encryption key. But how to use the Key Rotation with SQL…

Regeneration of the Master Key fails when we try to take the backup of the original database and restore it on other instance of sql server on some other server

  We have a production database in which the data is encrypted. The encryption follows the following hierarchy   1) The data is encrypted using Symmetric key 2) The symmetric key was encrypted using asymmetric key 3) The asymmetric key was encrypted using the master key of the database 4) The master key of the…

INSTALLATION OF SQL EXPRESS EDITION FAILS ON WINDOWS VISTA WHILE INSTALLING MICROSOFT OFFICE ACCOUNTING 2008

  There have been a number of instances where we observed that the installation of the sql express edition on Windows Vista which also gets installed along with Microsoft Office Accounting 2008 fails which ultimately causes the installation of the Office Accounting 2008 on Windows Vista to fail. So in order to successfully install Sql…