Forum Replies Created

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

  • RE: Difference between varchar(max) and varchar(8000)

    John Mitchell-245523 - Thursday, April 12, 2018 4:51 AM

    Saurabh Dwivedy - Thursday, April 12, 2018 4:40 AM

  • RE: Difference between varchar(max) and varchar(8000)

    Here are two pieces of code I ran today to check the maximum number of characters that a VARCHAR(MAX) can accommodate.
    --===== Query 1
    DECLARE @val...

  • RE: Wide Data Frames

    Even though I selected the right choice (option a) - it says wrong answer. Not sure what’s the matter?

  • RE: TRUNCATE in TRANSACTION

    Tom.Thomson (1/6/2011)


    Saurabh Dwivedy (1/5/2011)


    Tom I wanted to ask you...what does your signature mean? I am referring to these words below

    Na tog mi gun tuit mi ach ma thuiteas tog!

    OK, here...

  • RE: TRUNCATE in TRANSACTION

    Tom.Thomson (1/5/2011)


    sjimmo (1/5/2011)


    UMG

    But have you used 8" floppy disks?

    They flew so much better across the data center. How about the 5MB platters used to make the disk packs?:-P

    5MB...

  • RE: TRUNCATE in TRANSACTION

    Speaking of craftiness I just realized that the title of the question is TRUNCATE IN TRANSACTION and if you notice - the question tests every word of it --- TRUNACATE,...

  • RE: TRUNCATE in TRANSACTION

    Fantastic question ... but just 1 point for this? I am a bit surprised πŸ™‚

    As some of you have noted - I missed the Union All too. But where I...

  • RE: Merry Christmas

    Good fun! Thanks Steve for the points-harvest πŸ˜€

  • RE: Predict the outcome of the SQL statements

    Thanks for explaining it clearly. I had missed this point.

  • RE: What will happen?

    ziangij (8/31/2010)


    DECLARE @a INT

    DECLARE @b-2 DATETIME

    SET @b-2 = @a

    implicit conversion from int to datetime works fine πŸ™‚

    Is this dependent on the sql...

  • RE: HAVING without GROUP BY

    Thanks Hugo - this is an awesome question! Tests fundamentals and has appropriate choices as well... Pls keep posting such gems!

  • RE: SSIS Precedence

    Michael Riemer (8/19/2010)


    Interesting question!

    I don't quite see how the first answer doesn't also qualify if the group is within the sequence container? Depending on the nesting you have in...

  • RE: INDEX ON TABLES

    satya.sakamuri (5/12/2010)


    its a homework assignment,thanx for the BOL link.

    This is one of the most amazing threads I have read on SQL Server Central forums in a while. A fresher...

  • RE: Full Text Search

    I suggest you refer to the following link on BOL http://msdn.microsoft.com/en-us/library/ms142591.aspx

    This should hopefully shed more insight into the nature of full-text queries. Every feature comes with a set...

  • RE: Full Text Search

    Kindly make sure that you (or the authorized DBA in your organization) have created the full-text index on the column(s) you intend to search.

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