Forum Replies Created

Viewing 15 posts - 7,441 through 7,455 (of 7,484 total)

  • RE: T-SQL

    Bob Hovious (2/11/2009)


    A useful general rule, but not always possible to implement:

    * When one of the columns in the candidate key is nullable

    * When there is no candidate key (no...

  • RE: Slack SQL Server

    I'm coming rather late to this, most of my desired enhancements have already been mentioned and about those I'll say no more than that I agre with everything Jeff M...

  • RE: Restore of the Database

    Iggy (1/21/2009)


    igorg (1/21/2009)


    I agree with Warren. In MSDN its clearly written that msdb.restorehistory contains one row for each restore operation.

    For VERIFYONLY restore option column [restore_type] will contain 'V'

    V =...

  • RE: Polymorphed Proc

    DPhillips (5/11/2009)


    I still have never run into an instance where it was necessary for a piece of code to modify itself, but this borders on wild frontiers where code can...

  • RE: TSQL

    My take on ths is that SQL 2008 has introduced a serious defect! Changing to behave in this irrational manner has probably broken rather a lot of SQL. ...

  • RE: one character of data

    Christian Buettner (6/5/2009)


    I had chosen char(1) instead of varchar(1) because thats what it actually is, a fixed length string.

    And I had chosen char(1) instead of nchar(1) because I think it...

  • RE: Barriers to Virtualization

    Steve Jones - Editor (6/16/2009)


    DNS and DHCP servers do need to respond quickly, but they have low resource requirements, and I've seen many people virtualize these easily.

    Going to a VM...

  • RE: Barriers to Virtualization

    SQAPro (6/16/2009)


    Tom.Thomson (6/16/2009)


    CTD? ok you've stumped me, Circling the Drain? Close to Death? Cheaper Than Dirt? what's your meaning here? I hope I don't...

  • RE: Mr. & Mrs.Smith!

    Carlo Romagnano (5/2/2009)


    I agreed with you. I do not like unneeded parenthesis.

    I agree too, about not liking unnecessary parentheses. But I can hazard a guess as to why people...

  • RE: nvarchar

    Another sloppy question :angry:. It should read "What is the ISO name ...", but as the correct answer to the question as it stands ("nvarchar") isn't one of the...

  • RE: one character of data

    The answer is nonsense! The character might well be a Chinese one and that will not fit into char(1) or varchar(1). I work daily with text data that...

  • RE: Barriers to Virtualization

    Suggesting that "Simple servers, such as DNS, DHCP, or Active Directory Servers" are going to be easy for virtualisation seems to me a bit strange. Anyone who has to...

  • RE: Checking Up on Developers

    Manie Verster (5/11/2009)


    GilaMonster (5/11/2009)


    Manie Verster (5/11/2009)


    I never see any articles about bad DBA's, no sirree. They are the good guys. The people that so arduosly defend their databases against developers...

  • RE: Checking Up on Developers

    Most of the problems I most often have with developers are the same as the problems I most often have with DBAs. heres a list of what I think...

  • RE: Checking Up on Developers

    Greg Webb (5/8/2009)


    Indexes - well, I know the difference between clustered and nonclustered indexes and their different applications, and that a PK is alread a CI

    Oh dear, what makes you...

Viewing 15 posts - 7,441 through 7,455 (of 7,484 total)