Tài liệu MASTERING SQL SERVER 2000- P19 pptx
... SQL Server locking. You learned how to view the current locks on a SQL Server, how to prevent deadlocks, and how to customize SQL Server s locking behavior. You also saw how you can use SQL Server s ... The SQL Server process ID. SQL Server assigns a unique number to each active process. dbid: The SQL Server database ID for the database containing the lock. To see the...
Ngày tải lên: 26/01/2014, 08:20
... second instance of SQL Server running on your machine. To do this, please refer to Appendix B: “Installing Microsoft SQL Server 2000.” 1. Open Enterprise Manager from the SQL Server 2000 group ... steps: 1. Right-click the SQLServerAgent in Enterprise Manager on the master server and select Manage Target Servers. 2. In the Target Server dialog box, select the \SECOND server...
Ngày tải lên: 21/01/2014, 08:20
... INTRODUCING SQL SERVER 1 1 Introduction to SQL Server 2000 3 2 Overview of Database Concepts 31 3 Overview of SQL Server 61 4 Database Design and Normalization 105 PART II TRANSACT -SQL 135 5 Transact -SQL ... DEVELOPMENT WITH SQL SERVER 721 19 ADO and SQL Server 723 20 SQL- DMO 761 21 SQL Namespace 797 22 Data Transformation Services 817 23 The Web Assistant Wizard 8...
Ngày tải lên: 24/12/2013, 02:17
Tài liệu MASTERING SQL SERVER 2000- P2 ppt
... Microsoft’s TerraServer (http://www .terraserver.microsoft.com). In the rest of this book, you’ll learn about various aspects of SQL Server: • Part 1 will teach you basic SQL Server and database ... Transact -SQL. • Part 3 examines the basic SQL Server objects in more detail. • Part 4 covers administrative tasks. • Part 5 reviews the developer tools that ship with SQL Server....
Ngày tải lên: 24/12/2013, 02:17
Tài liệu MASTERING SQL SERVER 2000- P3 ppt
... can also slow SQL Server down. When an ad hoc query is sent to SQL Server the first time, it cannot be exe- cuted right away; it must first be compiled. To compile a query, SQL Server must read the ... understanding of some of the things SQL Server stores in a database, you should know how it stores them. Let’s peer into the depths of SQL Server s storage concepts. SQL S...
Ngày tải lên: 24/12/2013, 02:17
Tài liệu MASTERING SQL SERVER 2000- P4 docx
... developer working with SQL Server, is that most basic SQL is the same from product to product. What you learn by learning the SQL imple- mented by SQL Server is close enough to ANSI SQL- 92 to give you ... TRANSACT -SQL OVERVIEW AND BASICS 138 N ow that you’ve had a broad overview of SQL Server and the process of database design, it’s time to learn how to work within SQL S...
Ngày tải lên: 24/12/2013, 02:17
Tài liệu MASTERING SQL SERVER 2000- P5 doc
... each statement. Using SQL Server Enterprise Manager SQL Query Analyzer is not the only tool that will let you execute SQL statements. You can also use the tools within SQL Server Enterprise Manager ... to remove this watermark. CHAPTER 5 • TRANSACT -SQL OVERVIEW AND BASICS 180 To launch SQL Server Enterprise Manager, choose Programs ➢ Microsoft SQL Server ➢ Enterprise Man...
Ngày tải lên: 24/12/2013, 02:18
Tài liệu MASTERING SQL SERVER 2000- P6 ppt
... of linking servers allows one SQL Server to log in to another data- base server, just the way you log in with Query Analyzer. This allows SQL Server to perform queries on the remote server on ... across many servers. To get to that multiserver data, you need to link your servers and perform linked server queries. Linked Server Queries A growing number of companies have more tha...
Ngày tải lên: 24/12/2013, 02:18
Tài liệu MASTERING SQL SERVER 2000- P7 doc
... creating linked servers, see Chapter 6. Figure 8.5 shows in SQL Server Enterprise Manager that the MOOCOW server knows about a linked server named BIGREDBARN, which is also a Microsoft SQL Server. If ... a cursor. • The cursor_name is an arbitrary SQL identifier that will identify this cursor in subsequent T -SQL statements. • INSENSITIVE tells SQL Server to establish a temp...
Ngày tải lên: 21/01/2014, 08:20
Tài liệu MASTERING SQL SERVER 2000- P8 pdf
... create or delete server roles. Linked Servers Linked servers are servers that SQL Server Enterprise Manager knows about, but that are not necessarily Microsoft SQL Servers. A linked server might ... display. FIGURE 9.24 Entries in a SQL Server activity log NOTE You’ll learn more about interpreting SQL Server logs in Chapter 16. THE SQL SERVER ENTERPRISE MANAGER TREE Digg...
Ngày tải lên: 21/01/2014, 08:20