Good Day All,
I am trying to install the MediaBin 8.2 dataase on SQL Server. One of the tables, dbo.MetaData, creates a computed field which has a referrence to an undocumented funciton called "sys.fn_repl_hash_binary". In SQL Studio Mgr, you can find this in the master db, sys schema.
However, as I am working in an Enterprise environment, I am only dbowner, temporarily while we setup the db, but, once that is done, our priv.'s will revert to data_reader/writer.
The DBA's are reluctant to create the ref to the function, or grant me the permissions to create it due to security concerns. I kind of see where they are coming from.
I have to wonder - Whhhhyyyyy is HP using an undocmented function in their code ?
Soooo, the question is - what are my options ? I am thinking, to get the installation moving, I want to remove the col for now, get the db setup, and then Alter the table later.
Err msg:
The REFERENCES permission was denied on the object 'fn_repl_hash_binary', database 'mssqlsystemresource', schema 'sys'.
Comments / Suugestion please.
Thnx,
Nick - DND Canada