Tag Archives: sql server

Script all Primary Keys, Foreign Keys in a SQL Server using T-SQL

Script all Primary Keys, Foreign Keys in a SQL Server using T-SQL Find the relationships between tables in sql server Get Primary Key and Foreign Key details using T-SQL   How to find all related tables of a given table? … Continue reading

Posted in SQL Development, SQL Scripts | Tagged , , , , , , | Leave a comment

Cumulative update package 4 for SQL Server 2012 is available

      Cumulative update package 4 for SQL Server 2012 is available How to obtain Cumulative Update 4 for SQL Server 2012 A supported cumulative update package is now available from Microsoft. However, it is intended to correct only … Continue reading

Posted in Miscellaneous | Tagged , , , | 1 Comment

SSIS Error Derived Column Failed because Truncation Occurred

SSIS Error Derived Column Failed because Truncation Occurred Error Message: SSIS Error Derived Column Failed because Truncation Occurred: This is an error occurred while executing a SSIS package. The exact error message is “component “Derived Column” (20)” failed because truncation … Continue reading

Posted in MSBI, SSIS | Tagged , , , | 6 Comments