Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,353 total)

  • RE: SQL Server 2016 SP2 Issue with Analysis Services

    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...

  • RE: SQL Server 2016 SP2 Issue with Analysis Services

    Thanks.  That's helpful.  That means that MS is aware of the issue and addressing it via a CU.

  • RE: Why Normalization is not good

    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...

  • RE: Why Normalization is not good

    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...

  • RE: Why Normalization is not good

    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...

  • RE: Value violated integrity constraints on data import

    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,...

  • RE: How to Design Dimensional Model?

    xsevensinzx - Friday, May 18, 2018 6:19 AM

    I would start by picking up a book on the subject. Here is a good...

  • RE: Does the Tone matter?

    "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...

  • RE: Filtering a CAST

    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.

  • RE: Snowflake to SQL

    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...

  • RE: SSIS Package Not running via SQL agent

    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...

  • RE: SSIS Package Not running via SQL agent

    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...

  • RE: Normalization

    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...

  • RE: Where Clause Logic

    ...
    WHERE ID = 1234
    AND Title =

  • RE: Where Clause Logic

    ID of '1234' (call this employee field).

    Is this sufficient to ID an individual employee?  Are you trying to preserve the recordset from the original...

Viewing 15 posts - 211 through 225 (of 1,353 total)