Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 2,488 total)

  • RE: DTS - Execute SQL Task - Using Parameters

    You can't assign parameters for extended stored procedures the same way as normal procedures. I think its something to do with retrieving the metadata.

    However you can work around it...

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

  • RE: SQL 2000 Runtime

    If you're running the eval version, then you can "upgrade" to the licensed version by just installing over the top. If the eval expires, best option is to uninstall before...

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

  • RE: Error 557

    Take a look at the T-SQL BULK INSERT command.

     

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

  • RE: Error 557

    This is just the sort of thing I was meaning in my post on your other thread

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=175907#bm176305

    Programming something a certain way, because the other system has it that way...

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

  • RE: Error 557

    Does you have to have a function that calls the procedure? Can you change your function to a stored procedure instead?

     

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

  • RE: How to call rdl file from .NET

    Yes you can do this. Check the topic called 'Reporting Services Programming' in the Reporting Services Books Online. It has all the information you need.

     

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

  • RE: Creating Standard Backups Via MSSQL Enterprise Manager

    Best bet is to take the path of many before you and roll your own backup and maintenance routine.

    Take a browse through the Script Library here and I'm sure you'll...

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

  • RE: Trouble With Query Analyzer

    I recall seeing something about this in the MS KB. There was a hotfix or something for it.

     

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

  • RE: Disk Space - DTS

    1. You cannot retrieve the password from a DTS connection. This is by design as a security measure.

    2. We use SQLH2 for this.

    http://www.microsoft.com/downloads/details.aspx?FamilyID=eedd10d6-75f7-4763-86de-d2347b8b5f89&DisplayLang=en

     

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

  • RE: Trouble running SQLH2

    You just have the name of the server by itself

    eg: ServerName not \\ServerName\SQLH2PerfCollectorData$

     

     

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

  • RE: SqlServerAgent cann''''t see mail profile only created with Outlook

    The main reason I like xp_smtp_sendmail is the simplicity. No fiddling with profiles, no restarting SQL Services to reconnect to Exchange. No security holes from running Outlook on the server.

    Just...

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

  • RE: SqlServerAgent cann''''t see mail profile only created with Outlook

    See my earlier post. You would have everything setup and running by now

     

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

  • RE: Trouble running SQLH2

    The "Invalid class ..." error is covered in the doco as well. You need to install the WMI provider on the machine that you're gathering data from. In Windows Server...

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

  • RE: BCP HUGE TEXT FILE

    What batch size are you using for the import? You could set it at say 1,000,000 rows and put the database in simple recovery mode. Then for each 1,000,000 rows that...

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

  • RE: DTS using xp_cmdshell

    Rather weird convoluted way of running a package.

    I believe that the antiquated way to use parameters in batch files is %1 not %1%

     

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

Viewing 15 posts - 1,261 through 1,275 (of 2,488 total)