Forum Replies Created

Viewing 15 posts - 10,111 through 10,125 (of 59,065 total)

  • RE: SQL Memory & Tempdb usage

    sqlguy7777 - Saturday, January 5, 2019 2:36 AM

    HiI agree with you completely, but we’re kind of stuck with it. The top brass...

  • RE: Insert Faster way

    RGP - Saturday, January 5, 2019 3:37 AM

    Jeff Moden - Friday, January 4, 2019 11:55 PM

    January 5, 2019 at 9:05 am

    #2018070

  • RE: Insert Faster way

    p.p.s.  BTW, what's the data type of that JOB_INFO  column?

  • RE: SQL Memory & Tempdb usage

    sqlguy7777 - Friday, January 4, 2019 10:57 PM

    Hey thanks everyone for your great responses so far.....

    "What problems are you trying to solve?"

    In...

  • RE: Insert Faster way

    p.s.  We really need to fix that 50% FILL FACTOR thing.  It's wasting a ton of memory.  We can look at that once we've solved your original problem.

  • RE: Insert Faster way

    Ok... here we go...

    First, I wanted to make sure that I had the same volume of data you have.  I'd forgotten to ask you to post the DDL...

  • RE: Insert Faster way

    RGP - Friday, January 4, 2019 7:21 PM

    Thanks Jeff, no issues at all, I’m so glad that you are so responsive to...

  • RE: Query

    Here's an example of how short the code can be thanks to sys.master_files.
     SELECT  DatabaseName           = DB_NAME(database_id)
            ,FileType               = type_desc
            ,dbFileLogicalName      = name
            ,dbFilePhysicalFilePath =...

  • RE: Query

    Nita Reddy - Friday, January 4, 2019 10:53 AM

    --My Query to get Space left in a data file.
    CREATE TABLE ##ALL_DB_Files (
    dbname...

  • RE: Query

    Nita Reddy - Friday, January 4, 2019 10:53 AM

    Question: from above query I am getting Spaceleft for XYZ database which has 4...

  • RE: Insert Faster way

    "It Depends".  What is the purpose of copying the data to the target table and what will the target table be used for?

    Also, does the target table start...

  • RE: Insert Faster way

    RGP - Friday, January 4, 2019 10:16 AM

    Jeff Moden - Thursday, January 3, 2019 6:24 PM

    January 4, 2019 at 10:56 am

    #2018024

  • RE: Shrink database only x gig a week.

    TRACEY-320982 - Friday, January 4, 2019 9:14 AM

    Great details, I got back 1 TB of space by changing to CCI indexes.  Eventually...

  • RE: How to Bulk Insert data from csv which contains double quotes to sql server 2014

    vikasjagadale8 - Friday, January 4, 2019 9:00 AM

    Jeff Moden - Friday, January 4, 2019 8:48 AM

    January 4, 2019 at 9:25 am

    #2018002

  • RE: SQL Memory & Tempdb usage

    Michael L John - Friday, January 4, 2019 8:39 AM

    What problems are you trying to solve?

    That's the question of the year,...

Viewing 15 posts - 10,111 through 10,125 (of 59,065 total)