Activity overview
Latest activity by mcsolas
Lockup when comparing certain tables
I have the data compare successfully comparing all types of tables in my database. However, when I try and compare certain ones, it just wont work. They are, structurally speaking, very similar. I ...
Need to generate scripts with
SET NUMERIC_ROUNDABORT, ANSI_WARNINGS OFF
GO
SET ANSI_PADDING, CONCAT_NULL_YIELDS_NULL, ARITHABORT, QUOTED_IDENTIFIER, ANSI_NULLS ON
GO
Thats how I fixed the script before the trick is that I cant ...