Kaarthik
Kaarthik

Reputation: 1

Loopback connection using CLR with same user credentials, outside current transaction

I want to create new connection in a clr assembly having

Found solutions for both cases individually

  1. Use sqlConn.ContextConnection = true;
  2. Use sqlConn.IntegratedSecurity = true;

but I want both conditions satisfied together

Basically i want to simulate autonomous connection in oracle using CLR instead of the extended stored procedure method suggested in this solution

Upvotes: 0

Views: 99

Answers (0)

Related Questions