Forum Replies Created

Viewing 15 posts - 646 through 660 (of 3,232 total)

  • RE: Create a view with created rows.

    Here's a solution where you can use a Tally, or numbers, table to explode out the MaxInstalls value to get the total available slots for an installer and then join...

    John Rowan

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

  • RE: For Each loop Question

    Also, a description of the business reasons for this package would help. Are all of these tables created just to manage your SSIS process or are these tables used...

    John Rowan

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

  • RE: XML Data Source

    Have you configured the XSD Location to point to a valid XML Schema document? This is where SSIS will read the column for your XML data sets.

    John Rowan

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

  • RE: Create a view with created rows.

    Can you show us some sample data for those 2 tables and, more importantly, an example of the result set you want to see returned?

    John Rowan

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

  • RE: Today's Random Word!

    Waiting.....

    John Rowan

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

  • RE: Today's Random Word!

    red tape

    John Rowan

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

  • RE: Updating Table 2 with Table 1 from Lastmodifieddate

    I'm with Paul here. I'm not quite sure what you want. Wesley has been kind enough to post your sample data in a readily usable form, but it...

    John Rowan

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

  • RE: Help with Cursor

    Well, first off, the code you've posted won't pass the compiler as it contains invalid SQL statements so it can't be producing what you've shown.

    This seems like a...

    John Rowan

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

  • RE: Today's Random Word!

    Well, congrats then!

    John Rowan

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

  • RE: Today's Random Word!

    CirquedeSQLeil (2/12/2010)


    VP (unexpected)

    Is there a congrats in order?

    John Rowan

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

  • RE: Service broker not able to cope with many login event notifications ...

    I would have to disagree with the bulk-receive approach anyways. His activation procedure is using the eternal WHILE loop method as well. This will not allow SB to...

    John Rowan

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

  • RE: stored procedure problem

    First off, you don't need to use table variables to make this work. Second, it's a bit difficult to help you on this without some sample data and an...

    John Rowan

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

  • RE: Service broker not able to cope with many login event notifications ...

    I may have an additional insight for you here. I've developed a number of solutions now using Service Broker and I ran across a similar problem the first time...

    John Rowan

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

  • RE: SSIS - Resultset from SQL Server as parameter for Teradata data flow

    That's one way to go. An alternate solution would be to have your ExecuteSQL task call a stored procedure. You can then use the SP to return your...

    John Rowan

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

  • RE: how to take the backup of the datbase excluding some tables.

    Well, let's say you have a database with 3 tables: TableA, TableB, and TableC. Tables A&B contain transactional data and changes quite frequently so you want to backup these...

    John Rowan

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

Viewing 15 posts - 646 through 660 (of 3,232 total)