Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 3,232 total)

  • RE: Help

    Yes, Lowell is correct.  There are only a few options here.  Either the program HTTP.exe does not exist, or it cannot be found in your PATH.  If you do have...

    John Rowan

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

  • RE: Help

    What happens if you run the same command from a DOS prompt?

    John Rowan

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

  • RE: Query tables from selected server(s)

    You cannot have a variable of any data type except type TABLE in a FROM clause in a DML statement.  A table variable is not a  variable that hold the table...

    John Rowan

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

  • RE: Setting values in DTS transformation

    I'm a bit confused by your ActiveX script.  Did you say that you have a data pump task?  From your initial post, I was under the impression that you had...

    John Rowan

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

  • RE: Setting values in DTS transformation

    If you need to dynamically popluate a destination column from another table, you need to use a lookup.  Have you tried this yet?

    John Rowan

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

  • RE: Setting values in DTS transformation

    I guess I don't quite follow what you are saying.  Can you describe in more detail your multiple file scenario?

    John Rowan

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

  • RE: Setting values in DTS transformation

    This should do it:

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=342506

    John Rowan

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

  • RE: TOUGH DTS problem...

    Yes, the browser comes in very handy and saves you from having to remember (and type) all of your object names. 

    John Rowan

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

  • RE: TOUGH DTS problem...

    I the data pump, view the transformations.  Delete your existing transformations and create a new one.  You will be prompted for the type of transformation you would like to create,...

    John Rowan

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

  • RE: Question about Execution plan and...hardware??

    It may also help if you post the execution plans or at least tell us what the differences are. 

    John Rowan

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

  • RE: Joining a SQL 2000 server to a domain afterwards....

    Have you tried to register the local SQL Server in EM?  If your Domain User account has been added as a local admin, I doubt it is a permissions issue...

    John Rowan

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

  • RE: Total Server Memory vs. Target Server Memory

    SQL Server will more often than not use all of the memory available to it.  I can see on a system that is not very busy or where the requests...

    John Rowan

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

  • RE: Excessive Paging

    With 16 GB, I woud give at least 14 GB to SQL Server.  I don't know if it is a rule of thumb or not, but I will usually give...

    John Rowan

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

  • RE: DTS Connection

    Use UNC paths and Windows security instead of mapped drives. 

    John Rowan

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

  • RE: T-SQL Help

    I would suggest creating a numbers table and using a split function if you don't already have one.  Search this site for dbo.Split and you should find plenty of posts...

    John Rowan

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

Viewing 15 posts - 2,416 through 2,430 (of 3,232 total)