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)
 problem about MARS

Author  Topic 

9318047
Starting Member

1 Post

Posted - 2008-06-18 : 08:14:58
The MARS provide us to use a single sqlconnection object to serving mutiple query at the same time, but how can I use different isolation level other then READCOMMITED , I build a wen storge site and put the file in the database, however , with READCOMMITED , one file can be download by only one user at the same time, could I just change the default level for all application? or there is a better way?
   

- Advertisement -