Posts Tagged 'SQL'

2 Quick Methods to Find All Forwarded Emails in Your Outlook

If you would like to rapidly find all emails which you've forwarded to others in your Outlook, you can read this article. Here we will share 2 efficient ways with you. As we all know, the forwarded emails contain a blue right arrow in icon. It is easy to recognize it among a great number of emails. At times, you may want to check all the forwarded in your Outlook. In this case, for convenience, you have to find out and gather them in the same place. Outlook doesn’t provide direct criteria...

Read more »

4 Workarounds when Unique Constraint Prevents You from Inserting a New Record in SQL Server

If you failed to insert a new record into a table because of the unique constraint, do not miss to read this article. It will help you to solve this problem. In this article, we will introduce 4 methods to solve the problem when you fail to insert a new record because it violates the unique constraint of the table in SQL Server. A Real Case: Now let’s see a real case. We have a database named “Product” and there is a table called “DataNumenProduct” in the database. There are two fields in...

Read more »