This has to be the most popular error in taking database backups. There are many reasons for this error and there are different ways to resolve it. I recently faced this error and for a while I was taking backup and found a very interesting solution to the problem. The error was as mentioned below:
SQL SERVER – Finding if Current Week is Odd or Even – Script
Here is an interesting question I received from my friend who is working in Bank as a DBA. “Pinal, We have a requirement in bank that every 2nd and 4th week we keep more cash in our bank where as we can keep less cash on other weeks. I want…
Read MoreSQL SERVER – Reverse String Word By Word
Earlier I wrote a blog post where I have reversed the entire string which was passed to the function. You can read that over here User Defined Functions (UDF) to Reverse String. In that blog post I wrote a function which would reverse an entire string. However, recently I read…
Read MoreSQL SERVER – The Basics of the SSIS Data Flow Task – Notes from the Field #057
[Note from Pinal]: This is a new episode of Notes from the Field series. SQL Server Integration Service (SSIS) is one of the most key essential part of the entire Business Intelligence (BI) story. It is a platform for data integration and workflow applications. As wikipedia says – It features…
Read MoreSQL SERVER – How to Disable and Enable All Constraint for Table and Database
One of the most popular questions I find still coming to via email is how to enable or disable all the constraint for single table or database. Well, in this blog post we will not discuss the reasons why do you need them or what are the advantages or disadvantages…
Read MoreSQL SERVER – How to Learn SQL Server 2014 – Video Tutorial
As December begins the realization is that Year 2014 is about to come to an end. The month of November was a travel month for me. I have travelled to 6 different cities, 2 countries and 3 different conferences presenting and discussing SQL Server. While presenting at this conference I…
Read More