Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)

  • RE: How SSIS and Other Tools Obtain Metadata

    Renato, this is a very useful and interesting article. Can you tell us how this code from your example works? It looks like you are evaluating the status of...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: How SQL Server Chooses the Type of Join

    Wouldn't it be more effective to either call two different stored procedures (one for wide date ranges, one for narrow) or use the HINT option to force the JOIN type?...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Free SQL Prompt 2.0 valuable, but flawed; V3.0 being built from scratc

    Functionality aside, there was a significant customer miscommunication issue which happened with the release of v2.0. Confusing your customers is bad business.

    Hopefully v3 is so great that we can overlook...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: execute DTS packages

    This was also cross-posted in the DTS forums. I believe the thread there answers the question pretty completely.

     

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

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: execute DTS in a trigger

    Why not have the process that updates the view also initiate creation of the text file? In other words, if there is a front-end or batch process that modifies the...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: connecting access database from sql query analyser

    Suresh, there are three approaches:

    1) preferably, move the data into SQL Server, and link the tables back into Access. You can even rename the linked tables in Access back to...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Changing Server Name in a DTS package

    Kevin, probably the user ID which the job runs under doesn't have privileges on that remote server. I.e., if you run the package directly, it runs under your login. If...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: configuring smtp connection on dts in VS2005

    Some likely causes for this error message are discussed in the link below (I found this by simply Googling your error message). Good luck!

    http://systemwebmail.com/faq/4.3.11.aspx

     

    System.Web.Mail is working correctly, and is...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: inserting from within a function. can it be done ?

    I guess working at 2 AM on a "very large system designed by someone else" can really put a person on edge.

    I guess I'll stay out of this thread...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Access Email

    Minh, which line of your code throws that error?

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: inserting from within a function. can it be done ?

    It seems like you'd do well to just use an intermediate table to hold the results of these missing records. I take it this is some kind of ad hoc,...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Print Query Analyzer SQL in Colour?

    You really can't beat EditPad for versatility (http://www.jgsoft.com). It has built-in libraries for every conceivable flavor of SQL (including T-SQL), and also handles any other kind of text editor...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Access Email

    Minh, the email you have in this example is a string, but you do not have it in quotes.

     

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: exporting data from a view

    Actually, there are lots of options. This is probably a non-exhaustive list:

    • Link VIEW into Access using ODBC connection
    • Import VIEW into Access using ODBC connection (it will turn into an...

    Andy Hilliard
    Owl Creek Consulting[/url]

  • RE: Access Email

    I think the way to do this is to open a recordset which contains the data to be placed in the message body. Then simply use DoCmd.SendObject to send the...

    Andy Hilliard
    Owl Creek Consulting[/url]

Viewing 15 posts - 1 through 15 (of 23 total)