blah blah blah is here! blah blah » Close

0
votes
1 answers

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?

0
votes
0 answers

Access control repository for all the applications

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). ...

1
votes
0 answers

Updating the Active directory

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 ...

1
votes
1 answers

Breaking SQL queries in C# .net

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 ...

Feedback