Forum Replies Created

Viewing 15 posts - 10,081 through 10,095 (of 59,065 total)

  • RE: Does Stored Proc Complete if Machine Rebooted?

    tinausa - Monday, January 7, 2019 3:39 PM

    Thanks Eirikur, the machine that is rebooting is...

  • RE: Insert Faster way

    p.s.  You can also keep the IDENTITY column without a sort by loading up an identical staging table that has no IDENTITY column and then SWITCH it into the table...

  • RE: Translate Sql Query to Clr

    meryemkurs072 - Monday, January 7, 2019 11:49 AM

    Thank you Jeff, Solomon

    Are there other solutions for query encryption?

    Nothing that a good DBA can't...

  • RE: Insert Faster way

    RGP - Monday, January 7, 2019 10:21 AM

    Jonathan AC Roberts - Monday, January 7, 2019 9:47 AM

  • RE: Determining uncompressed size when removing Row level table compression

    phil.martin 65477 - Monday, January 7, 2019 8:09 AM

    The table in question has 30million rows and is almost 500GB in size (compressed)....

  • RE: Rebuild index taking time

    RGP - Monday, January 7, 2019 11:11 AM

    Jeff Moden - Thursday, December 20, 2018 10:49 PM

    January 7, 2019 at 11:31 am

    #2018199

  • RE: How to select the last record added to a table

    BrainDonor - Monday, January 7, 2019 7:53 AM

  • RE: Keep Column Headers Visible in SSRS

    I don't use SSRS but the question of headers does come frequently on these forums.  Now I've got a great place to point them to.  Well done.

  • RE: Synonyms

    Ivanova - Monday, January 7, 2019 1:24 AM

    In a previous role, I used synonyms to allow us to keep a fraud detection...

  • RE: Synonyms

    robert.sterbal 56890 - Sunday, January 6, 2019 9:47 PM

    How many times does the view for a table:

    select * from table_name

    get improved by...

  • RE: Shrink database only x gig a week.

    sundar329 - Monday, January 7, 2019 4:10 AM

    You may use this query to shrink data file.

    declare @src bigint,@sql varchar(250),@filename varchar(25),@shrink bigint
    set @filename='BEL_CDR'--change...

  • RE: Parsing Nested XML file

    Steve Dell - Sunday, December 23, 2018 2:07 AM

    Eirikur Eiriksson - Saturday, December 22, 2018 8:05 AM

  • RE: Determining uncompressed size when removing Row level table compression

    phil.martin 65477 - Monday, January 7, 2019 4:25 AM

    Brilliant thanks. Worked a treat

    So you're saying that going from Row Compression to No...

  • RE: Update stats

    RGP - Sunday, January 6, 2019 5:28 PM

    I have a sql agent job that runs update stats every day actually every 5...

  • Viewing 15 posts - 10,081 through 10,095 (of 59,065 total)