Forum Replies Created

Viewing 15 posts - 1 through 15 (of 823 total)

  • Reply To: Lookup Table Madness

    If I understand your solution, yes I would expect to see performance problems. Far worse, you're going to have data integrity issues. Even if you contrive to load and manage...

  • RE: It's not the platform

    Steve Jones - SSC Editor (1/27/2014)


    Never had SQL run for 18 years, but I have had it run for 2. The problem I've most often seen with long running SQL...

  • RE: It's not the platform

    Saying "it's not the platform" is not at all the same thing as saying that a given application can be ported to a different platform without issues. Anyone who...

  • RE: It's not the platform

    Very true Steve. Part of SQL Server's problem is also its strength. By making SQL Server "easy" MS has ensured that there will be many "accidental DBA's" working...

  • RE: Removing TDE

    This is one of those knowledge from hard experience things...nice of you to share.

  • RE: Lessons Learned from a Large Virtualization Implementation

    Frankie-464050 (6/16/2011)


    Licensing: We have SQL Enterpise licensed our physical VM node sockets and this has allowed us to bring up as many SQL servers as the licensed nodes...

  • RE: Lessons Learned from a Large Virtualization Implementation

    I completely agree that VM should be seriously considered for development and QA environments.

    In production environments one of the constant challenges I've faced is server sprawl. The...

  • RE: Cursors for T-SQL Beginners

    codebyo (5/31/2011)


    Mad Myche (5/31/2011)


    The SELECT statement may be part of DML, it all depends on the context and who makes the decision. A straight Read-Only SELECT does no manipulation so...

  • RE: Cursors for T-SQL Beginners

    Two points:

    First off the author, and a number of posts have suggested that "other SQL DBMS systems" are optimized for cursors and that it's only SQL Server that is not....

  • RE: Beware of Search Argument (SARG) Data Types

    Thanks, and your're welcome. I'm glad to know that the article was useful.

  • RE: Logical Scan Fragmentation - Does it matter?

    Are the two tables in the same filegroup? Apart from the possibility that the two are on different disks (or arrays) and one is much slower or busier than...

  • RE: All About Transactions - Part 3

    Thanks, I've been pretty busy at work and home (but aren't we all?) The truth be told, I guess I just blew it off so long that I got...

  • RE: Decoupling in Relational Databases

    I might agree with Marvin's sentiment IF there were an accepted nomenclature for the concept addressed in the article. Yes, at a high level, it's just normalization. But...

  • RE: Decoupling in Relational Databases

    True enough, I know quite a bit about database design, and next to nothing about you, but what I do know about you is more than enough.

    There is no need...

  • RE: Decoupling in Relational Databases

    Andrei Marculescu (3/3/2010)


    Essentially the author is telling us that some time ago he was one of the worst DB developers out there and lately he has started to learn some...

Viewing 15 posts - 1 through 15 (of 823 total)