Forum Replies Created

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

  • 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)...

  • 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...
  • 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...

  • 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...

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

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

     

  • 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...

  • RE: SSC Memory Issues?

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

  • 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...

  • 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...

  • 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)"

     

  • 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...

  • 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...

  • 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.

     

  • 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.

     

  • RE: Backup methodology

    " ... But sometimes in the future, it may become full. So need to shrink/truncate it, right?  ... "

    As per my previous post, "Unless you're experiencing a large amount of...

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