Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 4,745 total)

  • RE: PLEASE HELP !!!!

    What was in the 'company backup'?

    you say you reinstalled windows. did you reinstall SQL server?

    Don't want to get too technical but if you have an MSSQL.1 and .2 and .3...

    ---------------------------------------------------------------------

  • RE: database offline status and to find the table\database object location.

    select name from sys.databases where state_desc = 'offline'

    or you can use databasepropertyex or even databaseproperty (pre 2005)

    ---------------------------------------------------------------------

  • RE: SQL server back up

    Skills for database backup and more importantly recovery are with the DBAs so they should control database backup tools and strategies.

    I think you will find 99% of DBAs use SQL...

    ---------------------------------------------------------------------

  • RE: Truncate rollback

    good to learn of this new syntax change, should have specified SQL 2008 though.

    ---------------------------------------------------------------------

  • RE: What Do We Want?

    This one is very basic and simple but seems a complete no-brainer to me:

    the ability to specify who the owner of the jobs will be when creating\amending maintenance plans.

    Then you...

    ---------------------------------------------------------------------

  • RE: '-' in sql server

    whats wrong with etc in a server or database name?

    😀

    ---------------------------------------------------------------------

  • RE: SSRS with DB Mirroring for Disaster Recovery

    nice one Dave, good job.

    there is some inconsistency in the names of the backups and locations I think you may want to check and edit 😉

    ---------------------------------------------------------------------

  • RE: Reporting Services Disaster Recovery

    Great job Dave, well done.

    The automation of the process and use of proxies is a nice touch.

    There is nowhere near enough information on SSRS DR out there and this is...

    ---------------------------------------------------------------------

  • RE: Log Shipping Sync Issue

    going to have to refer you to my previous answer, there is no other possible cause of this.

    ---------------------------------------------------------------------

  • RE: Creating sql server login group for dba tasks

    State 11 means 'Valid login but server access failure'

    check in AD that the group and user are allowed to access the server.

    ---------------------------------------------------------------------

  • RE: Running SQL Server service using local account

    I have only seen that WMI message after a server rename and the local SQL accounts were orphaned,

    e.g. server\SQLServer2005MSSQLUser$server$MSSQLSERVER

    check those accounts out for file permissions (their sids will appear but...

    ---------------------------------------------------------------------

  • RE: Creating sql server login group for dba tasks

    we need the STATE value from that error message.

    Are you a member of this windows group?

    ---------------------------------------------------------------------

  • RE: needed a SQL database copy into another server

    mpalaparthi (4/19/2010)


    Hello,

    U r correct, thats the prefered method, but in that method we have to take tail log backup so I am just wondering if it interupts the...

    ---------------------------------------------------------------------

  • RE: needed a SQL database copy into another server

    why not use the full backup from the weekend, the last diff backup before 12:45, and whatever log backups you need to get to 12:45, using the stopat clause with...

    ---------------------------------------------------------------------

  • RE: Running SQL Server service using local account

    did you use configuration manager to change the account SQL runs under. Doing it that way should assign all the permissions necessary.

    ---------------------------------------------------------------------

Viewing 15 posts - 2,626 through 2,640 (of 4,745 total)