Comments
3 comments
-
Your version will not work with Denali because as Aaron Bertrand says
DATABASEPROPERTY()
You should use DATABASEPROPERTYEX() or, better yet, get your database-related metadata from catalog views such as sys.databases. Chances are, DATABASEPROPERTYEX() will find its way out of the product at some point, too.
in this blog post http://sqlblog.com/blogs/aaron_bertrand ... g-now.aspx
Chris -
Hi,
Yes, we're aware of this issue with the UI, and will obviously address this. Note that during the work to release v6.5, we tested the engine against the then-current CTP of "Denali", and it worked fine. So this is a UI issue, not an engine issue.
Best regards,
Colin. -
Thanks Colin and Chris. I will complete the installation manually, and test my SQL code that calls the backup.
Add comment
Please sign in to leave a comment.
‘DATABASEPROPERTY’ is not a recognized built-in function name.