Forum Replies Created

Viewing 15 posts - 46 through 60 (of 73 total)

  • RE: Question of the Day for 09 Jul 2004

    This question is just down right confusing and not very clear, as indicated by the number of "WRONG??" answers! It should be discarded.

  • RE: maintenance backup failing

    I had been told trhat backing up to a remote device or UNC was not supported by Microsoft. We have had varying luck with this. Sometimes it works, sometimes it...

  • RE: SQL Easting Memory

    Sql Server should slowly release the memory. We have had an issue with this same situation running under Windows 2003 OS in a clustered environment. For this and other reasons, we...

  • RE: new SQL server registration problem

    Is this SQL Server running on your work station? If so, is it running under your user accounts? If so, have you changed your password lately? If nothing else works,...

  • RE: new SQL server registration problem

    Did you try using your login? Try using SA and the proper password.

  • RE: Production DB Replication to Test

    Assuming you have the backup on the same machine:::

    The fisrt thing to do is kill the spid's in the database:

    DECLARE @spid varchar (10)

    DECLARE @spidconv varchar (4)

    DECLARE @sql nvarchar(1000)

    DECLARE...

  • RE: new SQL server registration problem

    Or in this case, ISQL?

  • RE: new SQL server registration problem

    Can you access SQL Server from osql command line?

  • RE: Production DB Replication to Test

    I have run into the same situation. I set up a job to copy the database backup to another server (which you will not have to do) and restore the...

  • RE: New Job Tasks?

    Oh, one more thing!

     

    TEST, TEST and TEST all your backup/restore and disaster recovery plans!!!

  • RE: New Job Tasks?

    Just a few more things off the top of my head:

    Do check the maintenance plans for all!

    Check disaster recovery plans, contigencies!

    Change password for SQL service accounts and SA!!!!

    Get data models,...

  • RE: How do you test a database ?

    I would also add to the list:

    Backup and restore testing, along with transaction dumps and differentials (if used.) PRACTICE restoring and applying these. Also, update (or create) Disaster recovery procedures for...

  • RE: Question of the Day for 02 Mar 2004

    Don't deduct points from those that answered the other correct way. Remember, there is more than one way to get the job done. One way may be better, but that does...

  • RE: Question of the Day for 02 Mar 2004

     BOL says

    B. Enable the 'text in row' option for table 'orders' in the Northwind database, and set the inline limit to 1000.
    EXEC sp_tableoption 'orders',...

  • RE: Recovery of database is 0% complete

    One reason could be what was happening to the database at the time of shutdown. SQL Server has to apply all active transactions then backout all uncommitted tranasctions. So, depending on...

Viewing 15 posts - 46 through 60 (of 73 total)