Viewing 3 posts - 1 through 3 (of 3 total)
This issue may occur when you have read-write permission, but don't have ddl_admin permission.
Get execute permission from your DBA to execute procedure.
Command:
Grant Execute to [userName];
Ref.
http://stackoverflow.com/questions/9321334/grant-execute-to-all-stored-procedures
July 6, 2016 at 2:08 am
Check below solution. No need to write extra lengthy code.
May 24, 2016 at 5:07 am
May be this is scale & not precision as per below query.
Select * From sys.types D Where D.name Like '%date%'
March 29, 2016 at 11:38 pm
Viewing 3 posts - 1 through 3 (of 3 total)