Forum Replies Created

Viewing 15 posts - 946 through 960 (of 3,232 total)

  • RE: simple select view to retrive 40 lkh records taking 2 min

    What about your indexing information for all of the tables involved?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: simple select view to retrive 40 lkh records taking 2 min

    steveb. (10/26/2009)


    You will need the correct indexes to speed up the query.

    Can you post the table and index structure as well as your query and execution plan?

    We're still waiting...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Editng or Stopping a Stored Procedure

    I would not drop the procedure or 'blank' it out by modifying it. I would stop the process running the procedure. What initiates the procedure call?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Exceptional Report in SSIS

    You could define a variable for each of your validation types and use the RowCount transformation to get the count of the rows that go down each of the validation...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: simple select view to retrive 40 lkh records taking 2 min

    I would imagine that much of your problem lies with the UNION ALL. You are forcing the query to access your large table multiple times, 4 in this case,...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: BCP import a fixed formated file

    SSIS is very data type dependant. When importing from flat files, you always want to ensure that the source data types match your destination data types, particularly for string...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Import formatted excel spreadsheet in SQL server 2008 database?

    You can use the Data Flow complonents inside of SSIS to clean up your data or ignore invalid data.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Problem using a Searched Case statement

    You attempted to use the Simple Case Function where you needed to use the Searched Case Function.

    If you look at the BOL syntax explanation for each Case type, you'll see...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS - Send Mail Task

    It may seem counter-intuative, but the old DTS worked this way too. A failed task fails the package which means that no further tasks will be ran. As...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS - Send Mail Task

    What type of task is failing? I assume then that the task fails and fails the package? Have you tried putting the e-mail notifiction into the OnError event...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Case Statement??

    I guess the real question would be......why? Why would you ever need to do this?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Questions about bulk data movement

    This sounds to me like you need to do this one time for all of the data and then develop a process to keep the 'reporting' table up to date....

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: BCP import a fixed formated file

    By the way, I was not trying to be short. Format files are what you want to use. Read up on them and give using them a stab....

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: BCP import a fixed formated file

    Look up Format Files in BOL.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Transaktion on remote SQL Server

    What connection provider are you using?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 946 through 960 (of 3,232 total)