Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 3,348 total)

  • RE: Temp Tables

    sestell1 (6/25/2012)


    I was always under the impression that there was no reason to create indexes on table variables because they exist only in memory.

    Does anyone know what SQL Server actually...

  • RE: Temp Tables

    Haining (6/23/2012)


    Should it be dependent on the version of SQL Server targeted on?

    (...)

    This is contradicted to the later version SQL Server on Limitations and Restrictions for table variable. Reference: http://msdn.microsoft.com/en-us/library/ms175010%28v=sql.105%29.aspx

    No,...

  • RE: Temp Tables

    When I answered the question, I *knew* I was taking a gamble on the intended interpretation.

    What convinced me to pick the "wrong" answer was the wording: "can have primary keys...

  • RE: Index defaults 1

    Robert-378556 (6/22/2012)


    Any answer can be valid as anything unspecified can follow - any alter table, drop table, even drop database.

    It's like a question "Guess what I'm thinking about".

    That's why I...

  • RE: SSIS 2012 - Native Client

    Lon-860191 (6/22/2012)


    While the question was great, the answer was wrong, two versions back from 2012 is 2008 2005 is not supported accroding to your reference.

    Thanks for the question though.

    You forget...

  • RE: Restricting updates?

    codebyo (6/22/2012)


    Thanks for the question and thanks to Hugo for the detailed explanation.

    This could be a useful code to set some fields from a a few restricted rows to some...

  • RE: Restricting updates?

    Koen Verbeeck (6/22/2012)


    Very interesting question. I never use this syntax with the correlated subquery, so it would have been nice to give a bit more explanation on that.

    Logically (actual execution...

  • RE: Database size in SQL Server 2012

    Revenant (6/20/2012)


    Koen Verbeeck (6/20/2012)


    paul.knibbs (6/20/2012)


    a kilobyte has always been 1024 bytes as far as I'm concerned.

    For me, a kilobyte is still 1000 bytes. kilo = 1000

    Sure. If a prospective employer...

  • RE: Database size in SQL Server 2012

    paul.knibbs (6/20/2012)


    Hugo Kornelis (6/20/2012)

    SQL Server itself does impose this limit. As specified at the link included in the explanation, SQL Server has a limitation of 32767 (the maximum value in...

  • RE: Database size in SQL Server 2012

    Ernie Schlangen (6/20/2012)


    So the real question to me is whether the 524 PB limit is imposed by SQL Server regardless of the file system in use. If so, shouldn't...

  • RE: Database size in SQL Server 2012

    tommyh (6/19/2012)


    If one wants be really picky "Depends on File System" is actually the right answer.

    You can install 2012 on FAT32 and that have a limit to 4GB/file. The...

  • RE: INTERSECT 2

    Sean Lange (6/19/2012)


    Thomas Abraham (6/19/2012)


    Appreciate the question. Had to think for a minute, as I almost never use OUTER joins.

    I suspect you actually use outer joins far more frequently...

  • RE: Index defaults 1

    dogramone (6/14/2012)


    Hugo, Sorry if you thought I was trying to enter into a flame war, that was not the intent.

    To all others that have read my previous post and feel...

  • RE: Index defaults 1

    dogramone (6/14/2012)


    If the questions had said other constraints AND indexes were being added then it was a no brained "it depends".

    It is not possible to add indexes in a CREATE...

  • RE: Index defaults 1

    venoym (6/14/2012)


    All of that above being said, The only thing I might be able to recommend is to add or alter the line to mention the possibility of a UNIQUE...

Viewing 15 posts - 2,086 through 2,100 (of 3,348 total)