Forum Replies Created

Viewing 15 posts - 10,471 through 10,485 (of 59,065 total)

  • RE: Small negative numbers

    Heh... I also find it interesting that most people didn't bark out an "It Depends".  Right-sizing is certainly important but so are other considerations such as implicit casts during joins,...

  • RE: Building Better Training Opportunities

    Heh... there's nothing more challenging than real life.  If you want some problems to work on for training, look at the code you have.  Develop a "Continuous Improvement Project" where...

  • RE: What can be the benefits of copy_only backup

    I think the biggest benefit is that you can move a "copy only" file anywhere you want it, lose it, or delete it, and it won't affect the possible restores...

  • RE: Converting Binary Numbers To Hex

    Steve Jones - SSC Editor - Tuesday, November 27, 2018 9:35 AM

    Jeff Moden - Tuesday, November 27,...

  • RE: Converting Binary Numbers To Hex

    I'm curious, Steve.  With the understanding that the largest positive value you can calculate for BIGINT only occupies 63 bits (and you are only taking positive values into consideration in...

  • RE: Converting Binary Numbers To Hex

    Phil Factor - Tuesday, November 27, 2018 5:45 AM

    Yes, it is an interesting topic with some useful applications
    I did a bit on...

  • RE: Inserting a new row into a table using a cursor

    jcelko212 32090 - Monday, November 26, 2018 12:02 PM

    josetur12 - Saturday, November 24, 2018 11:36 AM

  • RE: OPENROWSET

    Budd - Monday, November 26, 2018 9:28 AM

    WHT DOES THIS--
    select top 1 a.* into #t
    from openrowset('SQLNCLI', 'Server=localhost;Trusted_Connection=yes;','SET NOCOUNT ON;SET FMTONLY OFF;...

  • RE: OPENROWSET

    Phil Parkin - Monday, November 26, 2018 9:39 AM

    Why are you using OPENROWSET to do this and not issuing the commands directly?

    Heh......

  • RE: parse string and check for valid date

    Bruin - Monday, November 26, 2018 9:45 AM

    How could that be accomplished(example) if no header available.

     Thanks.

    Read the first row anyway just to...

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Monday, November 26, 2018 2:25 PM

    Anyone else just hear the adult noises from a Charlie Brown movie when Mr....

  • RE: High memory utilization on SQL Server

    Sreekanth B - Monday, November 26, 2018 10:36 AM

    Jeff Moden - Monday, November 26, 2018 9:48 AM

  • RE: Reindexing and Log files

    scarr030 - Monday, November 26, 2018 10:42 AM

    Maybe I'm misunderstanding your post, but the reindexing job wasn't running, yet the logs...

  • RE: Reindexing and Log files

    scarr030 - Monday, November 26, 2018 8:58 AM

    Okay, well the reindexing job was not causing the issue. The job only runs once...

  • RE: High memory utilization on SQL Server

    You're paying through the nose for the Enterprise Edition, you have 750 databases, and you're trying to do it all on 1/2 of 98GB?  My recommendation would be to first...

Viewing 15 posts - 10,471 through 10,485 (of 59,065 total)