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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-04-20 : 09:44:59
|
kpkp72 writes "Hi guys,I remember in SQL Server 6.5, we had config.sys file, which holds the data for all the system configuration data, means the sysconfigures file data. In SQL Server 2000, where this data is stored and in which file. Which directory?Please help." |
|
Krankensteins
Starting Member
24 Posts |
Posted - 2006-04-20 : 12:53:41
|
I didn't know SQL 6.5. But I didn't know athers configs as only 3 records (master base;master log file;error log) in registrey and ather (n*) in [mater] database. |
 |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2006-04-20 : 16:41:05
|
Here's something I don't remember about 6.5. I thought that knowledge was branded in there, too. What information are you looking for? We can probably help better from that angle. sp_configure will still allow you to see and set most values, but some have been relegated to the registry (such as login auditing level, and authentication options). |
 |
|
|
|
|