Forum Replies Created

Viewing 15 posts - 586 through 600 (of 2,487 total)

  • RE: using dts to create .txt file on a different server

    What is the error you're getting? Is there anything in the Event log?

     

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

  • RE: Problem on a Job submitted by an alert

    Two things,

    1) Check the "Delay between reposnses..." option on the "Response" tab of the Alert properties dialog. It may be the response delay that is preventing the job from being run.

    2)...

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

  • RE: Update master database

    Alex

    Are you able to create a llinked server to the production database? If so, you can simplify you DTS package to a series of delete/update/insert procedures for each table.

    eg:

    INSERT...

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

  • RE: Max number of records SQL Server 2000 can process

    To get an idea of the numbers possible given an appropriate setup, take a look at the results posted at http://www.tpc.org

    The current price/performance leader is a SQL Server 2005...

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

  • RE: How to get SQL server''''s default backup directory programmaticaly?

    "This way we can keep the records of the user initiated backups and restores in a different "administrative" database and offer users some sort of version control for their...

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

  • RE: SQL n00b trying to empty data from a database

    Truncate table won't work if there are Foreign Keys defined.

     

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

  • RE: Show just the parameter part

    Your best option would be to build your own aspx page.

    You can retrieve a list of parameters for a report via the web service. Take a look at the GetReportParameters method. One...

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

  • RE: SSC Memory Issues?

    Your call, live with the "smiley" delay, or just go plain text. Myself I couldn't live without the smilies

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

  • RE: How to get SQL server''''s default backup directory programmaticaly?

    Hmmm ... I've never had to change my code yet 

    My routine creates a unique filename that includes database name, backup type and datetime. Database is...

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

  • RE: SQL/DATABASE help!!

    kwaan, just a tip for the future. Folks around here a pretty adept at detecting homework assigments and generally leave them alone. Giving...

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

  • RE: SSC Memory Issues?

    If you want to get rid of the "smiley" delay, there is an option on your profile,

    "Disable WYISWYG Forum Editor (faster page display)"

     

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

  • RE: DTS Question

    Running the package against a different server/database has nothing to do with the startup parameters. These are used for determining the location of the package.

    To run the package against a...

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

  • RE: SQL Server name changed

    I'm presuming you have stored procedures in one database that reference data in another database. There is really no way to avoid some editing when the database name changes. You...

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

  • RE: Backup methodology

    This is very simple, check Books Online.  Under the "Backing Up and Restoring Databases" topic there is a section headed "Managing Backups" which details how to verify a backup.

     

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

  • RE: Backup methodology

    Take a look in the script library,

    http://www.sqlservercentral.com/Scripts/

    There are a number of scripts that provide backup functionality, pick one that suits your needs the best.

     

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

Viewing 15 posts - 586 through 600 (of 2,487 total)