Forum Replies Created

Viewing 15 posts - 16 through 30 (of 89 total)

  • RE: B-tree

    PostXript (9/30/2009)


    Even Wikipedia doesn't know

    Good job I was sitting down, or I might have fallen down! 😛

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: DBA Database,

    Hi Pete,

    In addition, if you're looking to expand on what data to hold, it may be useful to break out the file info from the database table (you may have...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: @@TEXTSIZE

    If you haven't set that yourself, then this line from 2008 BOL will explain it:

    "The SQL Server Native Client ODBC driver and SQL Server Native Client OLE DB Provider for...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Partition SWITCH

    Nngh.. "Select ALL that apply".

    Must. Read. Question. Properly.

    Thanks for the question bythe way! 🙂

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Space required to restore a backup

    Actually, of course I knew about a full backup and checkpoints in the log... What am I.. Why... - I'll get my coat.

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Space required to restore a backup

    GilaMonster (8/26/2009)


    Used portion of data, yes. Used portion of log, no. Full backup backs just enough of the log up to ensure that the DB can be restored consistently. It's...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Space required to restore a backup

    Generally the uncompressed backup size will be equivalent to the size of the used portion of the data and log files. When you restore, however, the full size of...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: char to datetime!

    GSquared (8/19/2009)


    The question doesn't actually ask what the author thinks.

    I got it right, but only by trying to outthink the author.

    None of the answers given were actually sequitur to the...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: CheckDB

    Dietmar Weickert (8/17/2009)


    It is comprehensive and validates the logical and physical integrity of all the objects in the specified database including tables, indexes, indexed views & statistics.

    What's wrong with this...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Simple date question

    Try chucking some dates into this and see if you get the result you are after, you may need to add to your serach patterns for all the different formats...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Simple date question

    As above post, I'm in the UK and setting the default login language to "British English" will render the format "YYYY-MM-DD" useless unless actually specified with 120 in a convert...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Conversion Fun

    I agree with the above post, integer is very specific, in fact forget the odd character, even select convert(int,'0.0') will not work. select convert(decimal(2,1),'0,.0') will give the error...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Show result in single table

    satishbhargav4u (8/6/2009)

    Please not give me the solution olny tell me that what i wrote wrong and reason of error

    Fair enough! The code you wrote was wrong, the reason you...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Show result in single table

    satishbhargav4u (8/4/2009)


    But this is not a proper solution

    Hi satishbhargav4u,

    It is certainly a solution, as in it will work in place of the code that gives you an error. I...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

  • RE: Unique constraints

    sql_monkey (7/29/2009)


    I still had the page opened to the question. When I hit refresh, the tags were gone.

    LeChuck took them!!

    :crazy:

    ..puts down phone and gets coat...

    --------
    [font="Tahoma"]I love deadlines. I like the whooshing sound they make as they fly by. -Douglas Adams[/font]

Viewing 15 posts - 16 through 30 (of 89 total)