TAILIEUCHUNG - Microsoft SQL Server 2000 Weekend Crash Course phần 3

cài đặt rất SQL Server đi kèm với một số hệ thống cấu hình sẵn và cơ sở dữ liệu mẫu. Trong phần này, bạn sẽ tìm hiểu về chúng, mục đích của họ, và những gì bạn có thể làm gì với chúng. Tôi sẽ giải thích các nguyên tắc cơ bản thiết kế cơ sở dữ liệu cũng như quy tắc bình thường để giúp bạn bắt đầu với thiết kế cơ sở dữ liệu. | SESSION 6 SQL Server Databases Session Checklist Understanding the SQL Server system databases Exploring the SQL Server sample databases Learning the basics of relational-database design 30 Min. To Go Every SQL Server installation comes with several preconfigured system and sample databases. In this session you will learn about them their purpose and what you can do with them. I will explain the database-design fundamentals as well as rules of normalization to help you get started with database design. Understanding the SQL Server System Databases Every newborn SQL Server database system initially contains only six databases Master TempDB Model MSDB Pubs and Northwind. The first four of these are databases Pubs and Northwind are sample databases provided to help you master relational-database concepts. I describe these two in the next section. Saturday Morning 62 Although it is possible you should never try to modify any system database directly through the use of Transact-SQL statements as this may and often will render your RDBMS unusable. Consider any system database especially Master a sanctum sanctorum and treat it accordingly. The Master database The Master database contains information about your whole SQL Server system login accounts configuration settings and a record of every custom database and its location that you might have created. It also contains initialization information that SQL Server uses on startup system stored procedures precompiled chunks of Transact-SQL programs that perform various administrative tasks extended stored procedures external compiled programs callable from within SQL Server and more. System stored procedures are discussed further in Session 11 and Session 23. Always maintain a current backup of your Master database. Create a new backup as covered in Session 18 every time you change system settings such as collation order default language and so on . The TempDB database TempDB holds all temporary tables for intermediate .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.