srussell705
Programmer
I have a vendor from an epicor reseller that is demanding I put in log-ins with dbo access to my SQL Server for all my users of their product.
Sorry but that isn't going to happen!
The reports are created and have a connection string defined for the dataConnection. Well at least it is defined for the tables that the report uses. there is a "command" table that just is a summary SQL statement giving starting #s for the report to base off of.
How do I set a global set of SQL UserIDs / PW that I create for ALL of my reporting?
I see Report User(s) by work environment, so Accounting has one as does Sales. Each will have access to their necessary area of the db.
Currently when I try to run the report I get a SQL Server login box.
TIA
__Stephen
Sorry but that isn't going to happen!
The reports are created and have a connection string defined for the dataConnection. Well at least it is defined for the tables that the report uses. there is a "command" table that just is a summary SQL statement giving starting #s for the report to base off of.
How do I set a global set of SQL UserIDs / PW that I create for ALL of my reporting?
I see Report User(s) by work environment, so Accounting has one as does Sales. Each will have access to their necessary area of the db.
Currently when I try to run the report I get a SQL Server login box.
TIA
__Stephen