Viewing 5 posts - 1 through 5 (of 5 total)
I am always focused on reportablity (is that a word) and providing the least amount of code as well as complete 100% referential integrity. When migrating data from OLTP system...
March 3, 2017 at 8:26 am
From my experience, not much if any.
The way that the SSIS engine does these conversion, it has to create a separate stream.
You simply move the complexity from SQL Server (well...
December 15, 2016 at 9:43 am
There is nothing wrong with nvarchar/nchar fields.
Unless you look at all the double operations that must occur, and the extra disk space required to store as nvarchar/nchar.
The size of my...
December 15, 2016 at 8:24 am
Sarah: Depends on the character. If the characters are non-printable the return blanks. Otherwise they map to non-extended code chars.
I work with overseas (Non-US) data and have to...
December 15, 2016 at 8:14 am
Non-ascii (control characters) in SQL field.
Normally, I wouldn't worry about these, however, if you are running a Data Warehouse and use these as dimension attributes, keys, etc. OLAP processing...
December 15, 2016 at 7:55 am
Viewing 5 posts - 1 through 5 (of 5 total)