Forum Replies Created

Viewing 15 posts - 241 through 255 (of 260 total)

  • RE: Database Mirroring Suspended - Could not redo log record.

    Not to scare you, but "Could not redo log record" sounds like Corrupted/Suspect Mirror database to me...(I could be wrong)

    Any traces of Storage Issues,Network issues on your Mirrored server or...

  • RE: SQL cluster 2012 installation

    Did you worked with your Domain admins to verify the entries(CNOs and/or VCOs) in DNS? Looks like your domain already has a SQL Server Instance with the same name which...

  • RE: Changing the SQL Server license key

    Not sure why you would want to change a working key which has been already licensed...As long as you've purchased license(it's just paper work) to use standard eiditon you should...

  • RE: DB Offline

    Why do you need exact syntax here?

    It wont give you exact T-SQL and i don't think it's needed in your case. If it says Type as "database" and DDL...

  • RE: Mirroring Failover/Failback history

    You can simply look for the respective database recovery events in the SQL Server Error Log and keep track of them. When DB mirroring failover happens, SQL Server will perform...

  • RE: Error for checkdb for master database

    Even the DBCC WITH TABLOCK option will through the same error if database have more then one connection...which might be the case here.

    It's recommended to use NTFS formatted Volumes for...

  • RE: Error for checkdb for master database

    1.Make sure Service account has permissions at the Root level of the Drive.

    2.Check for FAT32/NTFS - If FAT32, I think you need to specify TABLOCK option(Am not 100% Sure though)

    For...

  • RE: Totally lost on creating a linked server from 2008R2 to Oracle

    Are you sure, Named Pipes, Shared Memory and TCP/IP protocols are enabled on SQL Server and it is set to run in Mixed Mode Authentication?

  • RE: DB Offline

    Krishna-Are you sure, you looked at SQL Server trace files thoroughly? As Gail already mentioned SQL Server will maintain only few trc files with 20 MB limit by default. For...

  • RE: Availability Group Question

    SQL Server Failover Cluster Instances are not mandatory for AGs. All you need is a Windows Cluster and standalone SQL Instances to make it work(All the Servers(nodes) participating in AlwaysON...

  • RE: SQL: Installation

    AFAIK, It's not possible. Installing Windows VM using Hypervisor on top of your Linux Box might help you if at all it's allowed by your OS.

  • RE: The server principal "xxx" is not able to access the database

    When you say " I have created the same login in Instance02", are you sure you've created the login with the same SID, not just the name?

  • RE: MySQL to MSSQL

    Making use of Microsoft SQL Server Migration Assistant(SSMA) for MySQL is the best bet as the starting point IMO. I used SSMA for Oracle very recently with fruitful results.

    You can...

  • RE: Database went into Restoring State for unknown reason

    But for "BACKUP LOG DB_Name...........WITH NORECOVERY" to run successfully, SQL server needs exclusive access on the respective database right? If there's any active session in the Database, it won't let...

  • RE: SQl server restarted

    The SQL Log clearly shows SQL Service has been stopped because of Server Shutdown. To be able to identify what triggered this, investigate Windows logs(Application/System/Setup/Security) from Event viewer(Not just the...

Viewing 15 posts - 241 through 255 (of 260 total)