Forum Replies Created

Viewing 15 posts - 31 through 45 (of 65 total)

  • RE: The Elusive Conditional WHERE Clause

    How does this approach perform when competing against something like...

    where

    d1.WeekDay = coalesce(@Weekday, d1.WeekDay)

    does your method produce a better query plan? Does your version make a index seek on Weekday...

  • RE: The Elusive Conditional WHERE Clause

    How does this approach perform when competing against something like...

    where

    d1.WeekDay = coalesce(@Weekday, d1.WeekDay)

    does your method produce a better query plan? Does your version make a index seek on Weekday...

  • RE: The Elusive Conditional WHERE Clause

    How does this approach perform when competing against something like...

    where

    d1.WeekDay = coalesce(@Weekday, d1.WeekDay)

    does your method produce a better query plan? Does your version make a index seek on Weekday...

  • RE: HASHBYTES: Is CHECKSUM really required?

    Good Article Nakul,

    But it would have benefited immensely from a paragraph on fault tolerance.

    Microsoft's msdn page refers to it explicitly...

    http://msdn.microsoft.com/en-gb/library/ms189788.aspx

    As table rows increase the chance of the "Birthday Paradox" increases...

  • RE: HASHBYTES: Is CHECKSUM really required?

    Good Article Nakul,

    But it would have benefited immensely from a paragraph on fault tolerance.

    Microsoft's msdn page refers to it explicitly...

    http://msdn.microsoft.com/en-gb/library/ms189788.aspx

    As table rows increase the chance of the "Birthday Paradox" increases...

  • RE: HASHBYTES: Is CHECKSUM really required?

    Good Article Nakul,

    But it would have benefited immensely from a paragraph on fault tolerance.

    Microsoft's msdn page refers to it explicitly...

    http://msdn.microsoft.com/en-gb/library/ms189788.aspx

    As table rows increase the chance of the "Birthday Paradox" increases...

  • RE: Using a Variable for an IN Predicate

    Nice article, thank you.

    So we can make a dynamic in clause for a standard query. But we can't for the pivot clause.

    Why Microsoft, why?

  • RE: DAX Query Basics

    Thanks for the feedback Mark,

    I can look at my article a thousand times and not spot the typos. I just don't have an eye for it like others do.

    Thanks again,

    Gary

  • RE: DAX Query Basics

    Hi,

    Thanks for all your comments and feedback.

    I guess that DAX is still new and that not everyone is immediately aware of its existence. I will perhaps include more back ground...

  • RE: DAX Query Basics

    Hi,

    Thanks for all your comments and feedback.

    I guess that DAX is still new and that not everyone is immediately aware of its existence. I will perhaps include more back ground...

  • RE: DAX Query Basics

    Hi,

    Thanks for all your comments and feedback.

    I guess that DAX is still new and that not everyone is immediately aware of its existence. I will perhaps include more back ground...

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    Great Article Perry,

    Is it possible to achieve the same result using ORacle VM VirtuaBox instead of VM ware?

    Thanks,

    Gary

  • RE: The RECOMPILE Options

    Hi Suresh,

    Good article!

    Is it really necessary to include the database name in all object references? I've always included schema.object but not database name as it's impossible to deploy the same...

  • RE: The RECOMPILE Options

    To the plan cache guru's

    Is it really necessary to include the database name in all object references? I've always included schema.object but not database name as it's impossible to deploy...

  • RE: Slowly changing dimensions using T-SQL MERGE

    Great article Adam.

    Regarding cross server merging. Isn't it best to use a ETL tool for ETL tasks, making use of in-memory caching, instead of a linked server?

    Regarding checksum comparisons how...

Viewing 15 posts - 31 through 45 (of 65 total)