Skip to content

Instantly share code, notes, and snippets.

@klpatil
Created April 28, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klpatil/c2327a15ffd373862c7d1ef9dd3ba769 to your computer and use it in GitHub Desktop.
Save klpatil/c2327a15ffd373862c7d1ef9dd3ba769 to your computer and use it in GitHub Desktop.
SPD Error
SELECT * FROM [dbo].[Properties]
WHERE [Key] Like '%SPD_InstallerState%'
DELETE FROM [dbo].[Properties]
WHERE [Key] Like '%SPD_InstallerState%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment