Forum Replies Created

Viewing 15 posts - 556 through 570 (of 691 total)

  • RE: Transaction Log Daily Failure

    When one fails, how did the one previous to it do?  Did it run longer than 15 minutes? What else is going on when one times out?

  • RE: renumbering lines

    I'm not completely sure what you are trying to achieve or what you are experiencing.  I suspect that you are attempting to number the records in a sequential order as...

  • RE: Corrupted DB Help Needed

    I wonder if a tool like Lumigent Log Explorer would work?  I don't know if it works on a log file that is not attached to a db.

    Steve

  • RE: Database marked SUSPECT

    I haven't seen many issues managing 7.0 with 2000 tools, but there are a few!

    Hope the sp_resetstatus works for you.

    Steve

  • RE: 6.5 Restore From UNC Path

    Not sure that you can restore from a network share.  Check Books online for the RESTORE syntax and try it from the query tool.  If all else fails, copy the...

  • RE: Database marked SUSPECT

    Did you do this from a SQL 2000 Enterprise Manager?  I have experienced this with "offline", which is not supported in 7.0. 

    You might try using sp_resetstatus to reset the...

  • RE: Restoring SQL Server without having the Data files?

    You will need to re-install SQL Server on your DR box, then restore the backups. 

    You will also have to repair permissions, as all of your db users will be...

  • RE: permissions on tables

    When you test in query analyzer, are you using the same loginid that the app uses?

  • RE: Error Notification from SQL Agent??

    You could write a stored proc to read the agent log into a table, and check the time stamp. If a new error is found, send e-mail, page, alert of your choice. 

    Steve

  • RE: Scheduling a job within a job

    Script the job (right click, all tasks, generate sql script), then pull the code out that creates the schedule.  Insert that code into your job.  Use sp_add_jobschedule to add a...

  • RE: SQL 7 Upgrade to SQL 2000

    Are you upgrading the software or just moving the databases?

    If upgrading the software, make sure that you have good backups of the databases, install 2000, and run the upgrade wizard.

    If...

  • RE: Database Restore stuck in "loading" state.

    Several years ago in a disaster recovery test, we experienced problems restoring a database that had been backed up by Veritas.  It, too, was in the 30 gb range.  We've never...

  • RE: msdb percent log used above 84%

    Based on what you said, I don't think you have a problem.  The log should automatically grow by 5mb if necessary.  BUT, you can eliminate the "percent log used" message...

  • RE: DTS load empty file

    You could write a sql script to check that the size of the file is greater than 0, if not, don't execute the dts.  The script would need to create a...

  • RE: Tables created under different username

    If you change the job to run as "SA", the user wouldn't require sa level authority.

Viewing 15 posts - 556 through 570 (of 691 total)