List Object level permissions Posted by AskMeSql at 8:12 AM Post a Comment SELECT c.action, o.name, b.name FROM sys.objects oINNER JOIN sysprotects c ON o.object_id = c.idINNER JOIN sysusers b ON c.uid = b.uidWHERE o.type IN ('U','P','V')AND b.name = 'LoginName'
Could not update the metadata that indicates database is enabled for Change Data Capture. The failure occurred when executing the command SetCDCTracked(Value = 1)
Post a Comment
Post a Comment