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
 General SQL Server Forums
 New to SQL Server Programming
 how many connections can be established to sql ser

Author  Topic 

varunragul
Starting Member

10 Posts

Posted - 2007-08-18 : 10:06:13
how many connections can be established to sql server at atime?


is the transactional log be readble in the ?

will it contain all data

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-08-18 : 10:24:18
http://weblogs.sqlteam.com/mladenp/archive/2007/07/24/60267.aspx

you can't read the transaction log anyway.
tran log always contains transaction data after db backup.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-18 : 17:05:29
Max connection is 32767, and you need third party tools to read transaction log.
Go to Top of Page
   

- Advertisement -