About 9,340 results
Open links in new tab
  1. unable to take backup of SQL Server database to Azure Storage

    Oct 10, 2016 · What version of SQL Server are you using? Besides the troubleshooting tips, you may also want to try with the SQL Server Backup to Microsoft Azure tool.

  2. SQL Server 2008 install fails due to RegKeyCreate error …

    Jan 7, 2013 · 2. Uninstall the existing SQL Server 2008 and all the components from the control panel. Remember to backup the user databases before uninstalling SQL Server. 3. Backup …

  3. How to convert an ldf or mdf file to a bak?

    Sep 20, 2012 · Yes, of course. You can convert the .mdf file and .ndf file to a .bak file, there are two ways : you can use SQL Server Mangement Studio to backup your database:

  4. Importing data from .bak file - social.msdn.microsoft.com

    Dec 27, 2016 · Bak is the default extension for a SQL server backup. In this case as Naomi mentions you will need to restore this backup and then access the data from the restored …

  5. restore mdb file - social.msdn.microsoft.com

    May 12, 2015 · See Step 2, 3 and 4 from this article carefully: http://www.serverintellect.com/support/sqlserver/database-backup-ssmse/ You can follow this …

  6. Msdb corrupted on sql server - social.msdn.microsoft.com

    Jan 17, 2014 · MSDB system database files is used for scheduling alerts and jobs. since you mention that it got corrupted you can recover it by using a dedicated Database Recovery …

  7. SQL server backup Maintenance Plan is not running

    Dec 25, 2016 · I am thinking is it due to the access credentials that being used by the SQL agent? For instance, I am login as domain admin "admin.test" into the SQL server, but the SQL agent …

  8. Message Error: 18210, Severity: 16, State: 1. and Message Error: …

    Jun 18, 2013 · These are definitely not traditional SQL Server backup-to-file backups. These are some 3:rd party app (possibly NT backup) where the backup program exists while SQL Server …

  9. ISSUE: Restoring DB from Azure Blob -Error 3: cannot find the path ...

    Mar 16, 2018 · 2) For #1 to work, you need to MANUALLY create a credential via T-SQL and start the process from the beginning so the azure storage container appears on the list in the …

  10. This database file is not compatible with the current instance of SQL

    Jun 7, 2013 · I can make a backup but the backup is not compatible with the current instance of SQL so the database must be converted, you have no choise. Personally I think it's a bug in …