Viewing 15 posts - 211 through 225 (of 1,354 total)
Applying CU1 to SP2 resolved the issues we were having. If you use SSAS and apply SP2, you should plan to apply CU1 as well.
June 6, 2018 at 11:13 am
I have it installed on SQL Server, we are noticing weird Lazywrites/issue not sure if it is because of this. Can you please elaborate a little bit on what...
June 6, 2018 at 11:12 am
Thanks. That's helpful. That means that MS is aware of the issue and addressing it via a CU.
June 6, 2018 at 7:43 am
The modern analytical platforms which I referred to do not need denormalizaion, they actually work much much better on a normalized set which means that there is hardly any...
June 1, 2018 at 8:54 am
Many developers find it easier to drop everything denormalized in XML, JSON or CSV and will complain because the query is taking a lot of time when trying to...
May 31, 2018 at 8:54 am
Normalisation may be a disadvantage when Warehousing data which is going to be read-only.
Data Warehouses aren't denormalized. They have a different set of design rules which gives them...
May 31, 2018 at 8:21 am
When I import from Excel, I create a table with all the columns as nvarchar(255) NULL. This is the same data type as the cells. Once I have the data,...
May 29, 2018 at 7:57 am
May 25, 2018 at 6:28 am
"How you say something is often more important than what you are saying." Don't know who said that, but very true. I worked with a consultant who didn't think that...
May 15, 2018 at 7:16 am
I knew that only two rows met the criteria. But the case statement was so convoluted an answer of returning an error seemed possible. Oh well.
April 27, 2018 at 8:12 am
I've had similar experiences coming from non-SQL server sources. What exactly is "snowflake"? Not sure that's enough to look it up given that it is an actual word and a...
April 26, 2018 at 7:22 am
As I already said, knowing the version would be helpful. If it's 2012+ I would ask why you need to use proxy accounts rather than the managed service accounts. It's...
April 25, 2018 at 2:09 pm
More information is needed. If you're using SQL 2012+, you may be able to use the manage service accounts. Or if the job is reading from a database, the SQL...
April 25, 2018 at 1:56 pm
I gave up trying to be so formal about the nature of data. ISBN numbers are unique, so while a fully normalized table would contain pointers to...
April 24, 2018 at 1:43 pm
Viewing 15 posts - 211 through 225 (of 1,354 total)