Viewing 4 posts - 1 through 5 (of 5 total)
In regards nchar and nvarchar, its purely down to the 3rd party design for this.
There's a lot of this throughout their table designs, however they have very little willingness to...
December 5, 2016 at 10:17 am
Thanks for that advice & info.
I've checked our db server this morning and the results for the HEAP query have come back as '0' for both columns.
However, there was a...
December 5, 2016 at 2:51 am
Data Types:
a.client = nvarchar(25), not null
a.status = nvarchar(1), not null
a.attribute_id = nvarchar(4), not null
December 2, 2016 at 4:43 pm
SQL 2012 Standard Edition original SQL Instance
Migration of the SQL is to a new instance on the same VM Server.
The migration was due to application upgrades requiring this, not DB...
December 2, 2016 at 6:25 am
Viewing 4 posts - 1 through 5 (of 5 total)