Forum Replies Created

Viewing 15 posts - 241 through 255 (of 2,488 total)

  • RE: Limit on Number of Concurrent Jobs ins SQL Agent

    Hmmm ... ok I'm out of ideas. Looks like you've tried all the avenues I can think off.

    I'd say the next step would be a support call to MS

    --------------------
    Colt 45 - the original point and click interface

  • RE: Limit on Number of Concurrent Jobs ins SQL Agent

    Ok, with that server setup you shouldn't run into any of the limitations imposed on the lower editions.

    When you try to start them manually is this done via EM, or...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Limit on Number of Concurrent Jobs ins SQL Agent

    Strange.

    Couple of things that should have been covered up front. What OS and SQL version are you running?

    Are these jobs scheduled, or are you manually starting all of them?

    --------------------
    Colt 45 - the original point and click interface

  • RE: Limit on Number of Concurrent Jobs ins SQL Agent

    Take a look at the Qn in this article about Concurrent Sql Server Agent Jobs

    http://www.microsoft.com/technet/technetmag/issues/2006/10/SQLQA/?related=/technet/technetmag/issues/2006/10/SQLQA

    --------------------
    Colt 45 - the original point and click interface

  • RE: Should tables be clustered?

    Don't follow contrived "best practice" if it doesn't suit your business requirements. In the document referenced by Alzdba, under the heading "Test Methodology", they basically admit to cooking the tests...

    --------------------
    Colt 45 - the original point and click interface

  • RE: tab

    The magic number is 9.

    Put this link in your favourites

    http://www.asciitable.com/

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQLAgentMail with Lotus Notes

    Glad you found a solution that worked for you. Just be aware that the sp_OA* procedures used in that article are notrious for memory leaks.

    --------------------
    Colt 45 - the original point and click interface

  • RE: dts package sql query

    Why would you be using an ExecuteSQL task? If you've defined the connections, then just add a datapump between them.

    If you're stuck on using the ExecuteSQL task then you'll need...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQLAgentMail with Lotus Notes

    Another option for email is XPSMTP available from http://www.sqldev.net

    --------------------
    Colt 45 - the original point and click interface

  • RE: activeX script help...beginner

    For the data driven query, have you specified both the insert and update statements?

    Is there a specific reason why you can't pump the data to the source and the run...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Global Variables and Variable INI file

    At a guess I'd say that the profile that the DTS package is running under doesn't contain the INI file setting in it's environment.

    How about just passing the INI file...

    --------------------
    Colt 45 - the original point and click interface

  • RE: activeX script help...beginner

    The SQL Statement you execute in DTS won't know about the connections defined within the package.

    Best way to do this would be to have a Datapump task transfer the data...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Strange Performance Query

    Execution plan would also be useful

    --------------------
    Colt 45 - the original point and click interface

  • RE: 2 Scripts for enabling mail sending from sql server, not working in 2005

    Why would you go to all this trouble? Just setup Database Mail instead it uses SMTP.

    --------------------
    Colt 45 - the original point and click interface

  • RE: winzip parameter in xpsmtp

    You'd just compress the file before attaching it. There are a number of command-line compression tools. One we've used extensively is GZip (www.gzip.org).

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 241 through 255 (of 2,488 total)