show/hide this revision's text 2 added 713 characters in body; edited body; deleted 1 characters in body

Could be an an 'access denied error'.

  1. Make sure the account the SQLSERVER service is running under is member of the local windows group SQLServer2005DTSUser$[instancename]. Where [instancename] refers to the name of the SQL Server instance in question.
  2. Maks sure the the windows group has FULL NTFS Modify permissions to (NTFS) on the folder and the database files within this folder (files typically have .mdf and .ldf extensions) extensions).
  3. If still in trouble make sure the folderSID of the Windows group mathces the one in the registry for the current SQL Server instance:

Go to SQL Server registry key to replace the obsolete SID with the current one. Those registry keys can be found like following example (you might need to replace \MSSQL.1\ with the one matching your instance number).

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Setup]

The group your're looking for is: SQLGroup

show/hide this revision's text 1

Could be an an 'access denied error'. Make sure the account the SQLSERVER service is running under has FULL NTFS permissions to the folder and the database files (typically .mdf and .ldf extensions) in the folder.