votes
Timer/SLQ Job
We have a request tracking system where system automatically takes the action like closing, abandon, escalate the request after certain duration. How to automate the actions?
blah blah blah is here! blah blah » Close
We have a request tracking system where system automatically takes the action like closing, abandon, escalate the request after certain duration. How to automate the actions?
We have many applications. All the applications are having there one access control. I am planning to build a central access control repository. All the application should refer this repository for access (We can say it one point contact). ...
I have a requirement to update certain properties (like company, physicalDeliveryOfficeName, info, homephone, Pager, mobile, telephoneNumber, department, ipPhone) of employees in Active Directory (LDAP). There are more than 100,000 employ ...
Hi, I have set of queries in a file like /*Start of file*/ Select * from Employee Update EmpDetails Set Location = 'NY' Insert into Employee1 Select * From Employee Insert into EMployee1 Values ('1', 'Mick', 'John') Delete from Emploo ...