Activity overview
Latest activity by aboyko
Just realized that my previous post is incomplete:
Here is an example of what SQL Compare refuses to believe:
CREATE TABLE TableDecIdentity1 (
identity_col decimal(28, 0) IDENTITY (-9999999999999999999999999000, 1) NOT NULL
)
Thanks again,
Alex. / comments
Just realized that my previous post is incomplete:
Here is an example of what SQL Compare refuses to believe:
CREATE TABLE TableDecIdentity1 (
identity_col decimal(28, 0) IDENTITY (-999999999999999...
"Value was either too large or too small for an Int64" error
Hi,
I'm getting the subj error on extremum values for decimal(28,0) primary keys. Any help would be appreciated - I really needed this working about an hour ago
SQL Compare v.3.2.0.5
Thanks,
Alex.