Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Cant open symmetric key

Author  Topic 

naurispunk
Starting Member

2 Posts

Posted - 2009-11-11 : 08:12:58
Hi

I have visual basic app that used one coneection. To avoid data reader conflicts i created another connection for fetching data in background.

But the problem is that although i open symmetric key in both connections. The other connection (they both use same login) doesnt open symmetric key and i cant get data i need.

Is it possible even possible to open the same symmetric key for two conections at the same time that use the same login?
   

- Advertisement -