Forum Replies Created

Viewing 15 posts - 151 through 165 (of 717 total)

  • RE: The BIT data type

    Thanks for the interesting question!

  • RE: Operators

    Tom.Thomson (3/29/2011)


    If ARITHABORT is ON and ANSI WARNINGS off, arithmetic overlow causes the batch to be aborted. See the second sentence of the remarks section of this BoL page.

    SELECT @i+=1...

  • RE: Patch Week

    george sibbald (3/29/2011)


    UMG, you talk about THE development server and THE production server, do you only have one of each? If that is the situation you can afford to apply...

  • RE: Patch Week

    Nadrek (3/29/2011)


    That's easy to imagine; transactions started prior to time X get the prior version, transactions started on or after time X get the new version. Thus, any one...

  • RE: Patch Week

    Nadrek (3/28/2011)


    If MS wants to go with the CU approach, then MS should design the system such that CU's can be applied (and rolled back!) realtime, without any outage. ...

  • RE: Patch Week

    Steve Jones - SSC Editor (3/27/2011)


    At the same time, we have CU6 for R2 and no CTP for the first Service Pack. Granted the RTM quality of R2 was very...

  • RE: Operators

    Thanks for the question!

  • RE: Deleting large number of rows from a table & a heap in a VLDB

    Thanks for the article, and the discussion, there is a lot of good information here.

  • RE: RAID 5 Parity

    happycat59 (3/25/2011)


    Steve - whilst you may not have heard of checksum (Vs parity) in relation to RAID 5 , try searching google for "RAID 5 checksum". I do agree...

  • RE: RAID 5 Parity

    Thanks for the question Steve!

  • RE: How convert dd-Mon-yy to yyyymmdd

    I just noticed that the formats, both source and final, you list in the subject don't match what you have in your code, so I'm not sure which is supposed...

  • RE: How convert dd-Mon-yy to yyyymmdd

    Lisset (3/23/2011)


    Hi everybody I want to convert data like '27-Ene-11' to format yyyy-mm-dd, for this I'm using the script:

    select convert(char(8),cast('27 Ene 11' as smalldatetime),112)

    and show the error :

    Msg 241, Level...

  • RE: Linked Server query - "Invalid Object Name"

    I suspect that there is a setting that is different on the third server. Try checking all the settings by right clicking on the linked server and scripting it out...

  • RE: Port number for SQL server service status

    CirquedeSQLeil (3/24/2011)


    TCP 1433 should be changed in most cases to a different port number. This port can be changed but whichever port you decide on for the TCP stack...

  • RE: Log shipping from SQL SERVER 2008 R2 64bit(Standard) to SQL SERVER 2008 R2 32bit(Standard)

    That should work fine, there is noting in the DB/backups that are specific to the CPU architecture. (x68 vs. x64)

Viewing 15 posts - 151 through 165 (of 717 total)