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 |
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2006-11-28 : 05:36:25
|
Hi,What is the definition of SQL Server Architecture?Thanks |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-28 : 05:40:21
|
RDMS.Relational Database Management System.Which class are you taking?Peter LarssonHelsingborg, Sweden |
 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2006-11-28 : 05:53:59
|
Hi,I am not taking a class. I am trying to learn aboout the inside of sql server i.e. Architecture. I came up to an article that mentions sql server Architecture but do not understand the exact meaning of it. i.e. Does this refer to logins, security, database setups, etc...?Thanks |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-11-28 : 06:29:17
|
SQL Architecture is such a broad topic that it can fill entire book.In SQL Server help, there is complete topic on architecture.For your information, SQL Architecture contains but not limited to:1. Analysis services2. Replication3. English query4. Database engine5. DTS6. Client and Network libraries7. Security8. Full text serviceHarsh AthalyeIndia."Nothing is Impossible" |
 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2006-11-28 : 07:21:11
|
I see.This is clear now.Thanks |
 |
|
|
|
|