About 50 results
Open links in new tab
  1. Getting error Cannot open backup device. Operating system error 2 …

    Oct 14, 2021 · I have created simple database connectivity using Visual C# 2010 professional and SQL server 2008. I want to deploy the project to other machine. I am keeping database backup file in …

  2. Index was outside the bounds of the array when Restoring database

    Mar 26, 2012 · Index was outside the bounds of the array. (Microsoft.SqlServer.Smo) ------------------------------ Program Location: at Microsoft.SqlServer.Management.Smo.BitStorage ...

  3. Display copied files in a listview1 - social.msdn.microsoft.com

    Dec 9, 2009 · What I'm trying to do is that I have a listView1 and a checkbox. When I click on the checkbox and click a button. it starts coping files from one folder to another. I want to be able to see …

  4. can a deleted package in ssis be retrieved?

    Sep 26, 2013 · Have you deleted the package from the repository database (SSISDB in SQL Server 2012, msdb in SQL Server 2008R2 and before) and do you have a backup of that database? There …

  5. MSDB log file size is more than 3 GB...

    Feb 20, 2017 · If you are concerned about the log size of your MSDB database, try to shrink it once after the first log backup to a size that you expect it to be. A 1GB log size with regular log backups would …

  6. Exception Details: System.Data.SqlClient.SqlException: Invalid object …

    Oct 7, 2021 · After i upload my web site to the server and changed the connection string in the web.config to the new address of the Databse, having this problem.

  7. How to delete a specific .bak file using Maintenance plans

    May 6, 2008 · If I use, search folder and delete file based on extension option and If I give *.bak, it also deleted all the backups including trasactional backup after 1 day, which we would like to keep for 3 …

  8. How to restore a database from a bak file

    Oct 7, 2021 · Question 0 Sign in to vote User583282017 posted Dear, I want to know what are the carious waye to get the full backup of a database (Including data,indexes,constraints etc), my hosting …

  9. Doesn't restart sql server rollback uncommitted transaction?

    Sep 7, 2010 · The transaction would be rolled back when the database goes through recovery, but if the transaction used up log file space, it wouldn't be returned to the system unless you explicitly shrink …

  10. Current Drive letter? - social.msdn.microsoft.com

    Sep 14, 2011 · Locate the drive and path to make sure the files exist? Get the ComputerName (for SQL) Build the ConnectionString & connect to SQL (using #2 + "./sqlexpress") using ADO Using ADO to …