Forum Replies Created

Viewing 15 posts - 2,656 through 2,670 (of 2,904 total)

  • RE: Optimizing takes too many disk spaces

    You said:

    Data file grows to 71 GB,

    Transaction log file grows to 57 GB,

    are those the actual SQL Server files (.mdf and .ldf) or are they the backup files?

    If they are...

  • RE: Checking on Backup - Quick Question

    How are you doing the backups?

    To backup MS SQL you must do one of three things:

    1. use the 'native' BACKUP DATABASE commands.

    2. detach the database and backup the .mdf and...

  • RE: How we restore DB through single .MDF file

    Have you double-checked to make sure this file does not exist?

    'C:\Program Files\Microsoft SQL Server\MSSQL\data\db_papoulias_gr_log.ldf'

    It looks like SQL Server thinks it still exists.

    -SQLBIll

  • RE: Database can't be reached by users

    Marcus,

    The default instance gets the TCP Port of 1433. The next instance gets a different Port. My Ports are correct.

    Here's the solution:

    1. My database 'lost' it's owner in the move....

  • RE: URGENT: Restore fails

    There is an option in Backup Exec (I've never used the option myself, so check out your documentation) to restore to a different location; it's similar to SQL Server's WITH...

  • RE: Database can't be reached by users

    I'm the job owner. I've stopped and restarted all services several times during the day while trying to solve this.

    I'm going home soon (hopefully). I'm running the backups as me...

  • RE: Database can't be reached by users

    The backup is being done to a device in the new drive array. I recreated the devices (sp_addumpdevice) when I moved the database.

    Also, the backup does work if I do...

  • RE: public fixed DB role - a pain?

    A lot depends on your application. I have an application (third-party screwup) that runs using PUBLIC! It give PUBLIC access to just about everything. Can I change it? No way...the...

  • RE: Database can't be reached by users

    Everything worked fine until the database was moved to a new virtual server and a new array. ODBC connections worked before the move. And the ODBC connections don't change from...

  • RE: backup fails after moving db to new server

    Here's more information:

    I have a job set up that backs up this database. It's set to run as DBO. It fails. I run it under QA as me and it...

  • RE: Database can't be reached by users

    Here's more information:

    I have a job set up that backs up this database. It's set to run as DBO. It fails. I run it under QA as me and it...

  • RE: How Frequent Do you Perform Restoration Test

    Any restoration, disaster test, etc HAS to be done on the production system since I don't have a test system. Management has never seen a reason to buy a test...

  • RE: How Frequent Do you Perform Restoration Test

    We performed it once to make sure my backup and restore method actually worked. Since then it's never been tested.

    24x7, 225 GB. If I take it down for any amount...

  • RE: backup fails after moving db to new server

    I'm running the backup as a scheduled job. It's step 6 in a 6 step job. All steps are database backups and 6 is the only one that fails.

    The only...

  • RE: SSWUG and PASS

    I'm a member of SSWUG. I'm not renewing my membership. I don't like the site and haven't used it in the last 6 months. I've never gotten an answer to...

Viewing 15 posts - 2,656 through 2,670 (of 2,904 total)