Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 3,232 total)

  • RE: Insert Script

    Well, there are a few ways you can do this. Are you trying to do a one-time insert of data or are you trying to create a re-usable automated...

    John Rowan

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

  • RE: Exporting tables & stored procedures

    What you're asking for is a bit broad. It sounds like you need to develop a change management process to propogate your schema and static data changes to your...

    John Rowan

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

  • RE: ActiveX Task to validate Last modified date of source file

    I'm just heading out of the office, so I don't have time to write the script for you, but what you'll need to do is create a file system object...

    John Rowan

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

  • RE: Please help me with this SQL sentences

    I'm not quite sure I'm following you here. It would help if you would post some sample data and an example of the result set that you are after...

    John Rowan

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

  • RE: Bulk Insert and Index Considerations

    Makes sense, thanks Jeff.

    John Rowan

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

  • RE: How to write Insert Trigger

    Are you still looking for help on this?

    I'll have to say that after reading through the post a couple of times, I'm still not quite sure what you are trying...

    John Rowan

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

  • RE: Bulk Insert and Index Considerations

    I think Jeff is reffering to ALTER TABLE SWITCH ... for partitioned tables

    Yes, this is what I thought also, but the OP had not mentioned using SQL Server 2005...

    John Rowan

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

  • RE: Bulk Insert and Index Considerations

    Not trying to be obtuse, but can you expand on this a bit Jeff? What issues are there with BCPing directly into the final table? Also, what do...

    John Rowan

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

  • RE: Congratulations to Our New MVPs

    Sincere contrats guys, way to go!!

    John Rowan

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

  • RE: eliminating duplicates

    The condition is i dont want to go for intermediate tables or have any

    additional identity column

    Who has placed these conditions on your solution? The only way I can see...

    John Rowan

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

  • RE: Get TempTable name

    I understand that you've only posted this becuase you've ran into a roadblock. All I'm saying is that in order to find the table, you have to be able...

    John Rowan

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

  • RE: Full Recovery, no tlog growth

    Unfortunately, I do not have a documented resource. I learned this last week at TechEd during a session with Paul Randall and Kimberly Tripp. I don't recall how...

    John Rowan

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

  • RE: Split text by empty spaces

    INSTR and MID are not T-SQL functions so that won't work. Search SSC for 'split function. You'll find several viable options.

    John Rowan

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

  • RE: Understanding Transaction Log Files

    It's folks like that that make way for us to make a living.

    Long live the Stupid!!

    John Rowan

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

  • RE: Showing the records random

    Actually, the only way you can guarantee the order in which SQL Server will return the rows is to use the ORDER BY clause. All SELECT statements without an...

    John Rowan

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

Viewing 15 posts - 1,666 through 1,680 (of 3,232 total)