February 24, 2008 at 7:53 am
Hi to sql dba's
iam new to sql dba....... can any body give a documents about the sql server architecture & diagram.
Thank you
koteswarrao.y
February 24, 2008 at 8:39 am
Sure... it's all in Books Online (comes free with SQL Server).
Look in the index for "architecture [SQL Server]"...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2008 at 2:01 pm
Hi
Check out the below link
http://msdn2.microsoft.com/en-us/library/aa933154(SQL.80).aspx
Thanks -- Vj
May 28, 2010 at 1:16 am
Have a look
Source : http://blog.sqlauthority.com/2007/12/08/sql-server-generic-architecture-image/
Thanks
Manish
- Manish
May 28, 2010 at 3:15 am
Have a look
Source : http://blog.sqlauthority.com/2007/12/08/sql-server-generic-architecture-image/
Thanks
Manish
- Manish
August 28, 2010 at 12:17 pm
i got architecture from your forum, but i need brief explanation about sql sever architecture to understand very clearly, so please send the explanation, my mail ID is j.venugr@gmail.com
August 28, 2010 at 1:18 pm
SQL Server is huge, and the explanation would be pages and pages.
Please go read some documentation. There are good explanations here: http://msdn.microsoft.com/en-us/library/cc280361%28v=SQL.100%29.aspx
If there's something specific you don't understand, ask. Otherwise, do some research.
August 29, 2010 at 6:57 am
j.venugr (8/28/2010)
i got architecture from your forum, but i need brief explanation about sql sever architecture to understand very clearly, so please send the explanation, my mail ID is j.venugr@gmail.com
It's easy... it's like anything else in computers... stuff comes in, gets processed, and is output in one form or another. If you want the details so you can "understand very clearly", then please read Books Online about the architechture as I previously suggested.
And, no... I'm not being a smart guy here... the question you've asked is kind of like "How does the engine on my car make it go?". "Brief explanation" won't help you "understand very clearly". If you want that level of understanding, you're simply going to have to hit the books.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2010 at 12:52 pm
Jeff Moden (8/29/2010)
"How does the engine on my car make it go?".
🙂 Lets not start discussing the 4 stroke engine here!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 29, 2010 at 1:39 pm
Jeff Moden (8/29/2010)
It's easy... it's like anything else in computers... stuff comes in,
gets processed, and is output in one form or another.
The input & output I understand. It's the part in the middle I have trouble with.
June 6, 2011 at 6:39 am
In the architecure given by manish Relational engine is not visible.Where is it?
Thanks
June 8, 2011 at 3:52 am
homebrew01 (8/29/2010)
The input & output I understand. It's the part in the middle I have trouble with.
ha ha excellent 🙂
to the op:
see http://msdn.microsoft.com/en-US/library/ms179276(v=SQL.90).aspx for physical database architecture and http://msdn.microsoft.com/en-us/library/ms189559(v=SQL.90).aspx for engine architecture.
Read these books, then ask questions on anything you dont understand. The pros here (do I fit into that category yet?? lol) are always happy to assist people who are putting effort into learning the product already. No-one will email you with a magical 2-page document that explains everything. No such document exists or even could exist as the product is too massive.
Happy learning!
EDIT: Haha didnt see the original post date there lol
Ben
^ Thats me!
----------------------------------------
01010111011010000110000101110100 01100001 0110001101101111011011010111000001101100011001010111010001100101 01110100011010010110110101100101 011101110110000101110011011101000110010101110010
----------------------------------------
June 8, 2011 at 4:07 am
forsqlserver (6/6/2011)
In the architecure given by manish Relational engine is not visible.Where is it?
There's no such component. The entire thing put together is a relational database system.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 8, 2011 at 4:28 am
Thanks Gila,
U mean to say database engine is relational engine.
then why in below ink it has two parts:Relational DBengine and Physical database Architecure
http://msdn.microsoft.com/en-US/library/ms191135(v=SQL.90).aspx
Thanks
June 8, 2011 at 4:47 am
This post not covers full SQL architecture, But its help.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply