Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 2,487 total)

  • RE: Alternative to DTS wizard

    The reason I raise this is because I did some work for a client that had a DTS solution involving just Excel spreadsheets and no SQL server. MS told them...

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

  • RE: Monitor Growth & Performance

    Take a look at Microsofts SQL Health and History Tool.

    http://www.microsoft.com/downloads/details.aspx?FamilyID=EEDD10D6-75F7-4763-86DE-D2347B8B5F89&displaylang=en

     

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

  • RE: Alternative to DTS wizard

    I think you'll run into licensing issues by distributing the necessary DTS runtime files with your MSDE install anyway.

    As for the MSDE management GUI, there are quite a few out there....

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

  • RE: How to protect value of password written in tables

    What sort of WEB applications are we talking about here? ASP.NET, ASP, PHP, etc...

    I'm not the most authoritive person to speak on encryption methods. I don't know about other languages, but...

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

  • RE: Automated Database Build from scripts

    Mark

    I'm sure that everyone you talk to knows how "GREAT" your program is, but this doesn't mean that other products will work better in a given environment. In the posters...

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

  • RE: DTS pull with dynamic sql

    For SQL 7 there is a little executable called scriptpkg that saves the packages to VB files. It's usually located in the DTS samples folder.

    If you can find it,...

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

  • RE: DTS - Suggestion on using look ups

    What about writing the T-SQL statement outside of DTS. Are the databases on the same server? If so, then why use DTS?

    If not, then use DTS to pump the...

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

  • RE: DTS - Suggestion on using look ups

    Using Lookups will switch the Datapump into row-by-row processing. This will significantly degrade the throughput of the datapump.

    How much data are you loading? If it's not a lot then using...

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

  • RE: How to protect value of password written in tables

    Best method is to handle the encryption at the client end. That way you're not passing un-encrypted data which can be intercepted before it gets to the server.

    If you...

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

  • RE: SQL Mail generates Demo 19 errors and Hangs

    How about an easy alternative that doesn't require calling a application external to SQL Server? Try xp_smtp_sendmail from http://www.sqldev.net

    Take a look at Bill Wunder's series of articles for replacing...

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

  • RE: DTS pull with dynamic sql

    "Set oDataPump = oPkg.Tasks("DTSStep_DTSDataPumpTask_1").CustomTask"

    You'll want the task name here, not the step name. Check disconnected edit to get the right name.

     

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

  • RE: Automated Database Build from scripts

    "abort a script from within a script"

    Is this to abort a T-SQL script or, the script that's calling OSQL? If you do a raiserror in the script that's executing...

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

  • RE: Oops, we have a 1.3 TB Database

    Are you sure you're reading that right? Books Online says

    Database size1,048,516 TB3
    Databases per instance of SQL Server32,767
    Filegroups per database256
    Files per database32,767
    File...

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

  • RE: Automated Database Build from scripts

    How about using OSQL to run the scripts?

     

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

  • RE: Executing a step in a DTS package from Another DTS package

    Mike

    I use a central error reporting package that is called via script in all of the On Error paths. There doesn't seem to be any performance issues and I have 8-10...

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

Viewing 15 posts - 1,171 through 1,185 (of 2,487 total)