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.
| 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.aspxyou can't read the transaction log anyway.tran log always contains transaction data after db backup._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
|
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. |
 |
|
|
|
|
|