How can you check if a Credential already exists in a SQL Server instance, so as to avoid an error when running a DROP CREDENTIAL ?
Normally I use the SCRIPT AS ... and DROP And CREATE To feature in SSMS to create the script, but the CREDENTIAL doesn’t have that option
1 Answer