where in the sql server does it keep it's info on the License ID and the company name which has purchased/used it's software? I am currently having a slight problem with this at the moment , the sql server cant seem to pick up the License ID and the Company so i cant save anything at the moment.
[Error]
Error Validating changes: [Microsoft][OBDC SQL Server Driver][SQL Server] Invalid object name 'Licenses'. [SELECT Company License ID FROM Licenses]
from this error i assume that the sql engine is trying to pick up the License and company name from it's db, i have not written any sql statement's at the moment i have just tried to save a configuration of an entity that is running over the sql server and it is closely bonded with the sql server. So my query is do i have to create a table with a License ID and Company Field or does the software place it somewhere within the db , i would really appreciate some help on this .
thx