ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Mastering SQLServer 2000

دانلود کتاب تسلط بر SQLServer 2000

Mastering SQLServer 2000

مشخصات کتاب

Mastering SQLServer 2000

دسته بندی: پایگاه داده ها
ویرایش: 1 
نویسندگان: , ,   
سری:  
ISBN (شابک) : 0782126278 
ناشر: Sybex 
سال نشر: 2000 
تعداد صفحات: 1232 
زبان: English  
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 26 مگابایت 

قیمت کتاب (تومان) : 58,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 17


در صورت تبدیل فایل کتاب Mastering SQLServer 2000 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب تسلط بر SQLServer 2000 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب تسلط بر SQLServer 2000

کامل. معتبر. کاربردی. تنها کتاب SQL Server که نیاز دارید. تسلط بر SQL Server 2000 یکی از منابع ضروری برای هر کسی است که با آخرین نسخه SQL Server کار می کند. چه پایگاه داده های SQL Server را بسازید یا مدیریت کنید یا برنامه هایی بنویسید که با آنها ارتباط برقرار کنند، دانش پیش زمینه و دستورالعمل های عملی مورد نیاز برای انجام هر کار، از ابتدایی ترین تا پیشرفته ترین، را خواهید یافت. پوشش شامل: درک معماری SQL Server طراحی یک پایگاه داده نرمال شده کارآمد نوشتن دستورات و دسته های Transact-SQL ایجاد پایگاه داده ایجاد جداول و viewsایجاد رویه های ذخیره شده و تریگرهامدیریت SQL Serverمدیریت امنیت SQL Serverطراحی برنامه های کاربردی با استفاده از ADO,SQL-SQL-Servis با استفاده از ADO,SQL-SQL-Transting-SQL-Servising-Internet-SQL-Sp. عملکرد SQL Server درک و مدیریت تکرار استفاده از سرویس های تجزیه و تحلیل برای تجزیه و تحلیل داده ها با استفاده از مایکروسافت انگلیسی Query عیب یابی مشکلات رایج


توضیحاتی درمورد کتاب به خارجی

Complete. Authoritative. Practical. The only SQL Server book you need.Mastering SQL Server 2000 is the one indispensable resource for anyone working with the latest version of SQL Server. Whether you build or administer SQL Server databases or write applications that communicate with them, you'll find the background knowledge and the practical instruction you need to accomplish any task, from the most basic to the most advanced. Coverage includes:Understanding SQL Server architectureDesigning an efficient normalized databaseWriting Transact-SQL statements and batchesCreating databasesCreating tables and viewsCreating stored procedures and triggersAdministering SQL ServerManaging SQL Server securityDesigning applications using ADO, SQL-DMO, and SQL-NSUsing Data Transformation ServicesIntegrating SQL Server with the InternetOptimizing SQL Server performanceUnderstanding and managing replicationUsing Analysis Services to analyze dataUsing Microsoft English QueryTroubleshooting common problems



فهرست مطالب

CONTENTS......Page 14
Introduction......Page 28
PART I • INTRODUCING SQL SERVER......Page 32
1 Introduction to SQL Server 2000......Page 34
Tour for DBAs......Page 35
Tour for Developers......Page 47
Tour for Users......Page 55
Summary......Page 60
2 Overview of Database Concepts......Page 62
Databases......Page 63
Tables......Page 67
Views......Page 75
Stored Procedures......Page 83
Ownership and Security......Page 86
Jobs, Alerts, and Operators......Page 87
Replication......Page 88
Application Programming Interfaces......Page 89
Summary......Page 90
3 Overview of SQL Server......Page 92
Programs Installed with SQL Server......Page 93
Parts of a Database......Page 113
SQL Server Storage Concepts......Page 128
Summary......Page 132
4 Database Design and Normalization......Page 136
What Is Normalization?......Page 137
First Normal Form......Page 145
Second Normal Form......Page 149
Third Normal Form......Page 151
Boyce-Codd Normal Form......Page 152
Advanced Normalization......Page 154
Denormalization......Page 156
Tools for Normalization in SQL Server......Page 159
Summary......Page 164
PART II • TRANSACT-SQL......Page 166
5 Transact-SQL Overview and Basics......Page 168
What Is Transact-SQL?......Page 169
T-SQL Syntax and Conventions......Page 180
Datatypes......Page 184
Operators......Page 191
Variables......Page 193
Functions......Page 197
Executing T-SQL......Page 206
Summary......Page 217
6 SELECT Queries......Page 218
Using Basic SELECT Queries......Page 219
Using JOINs......Page 226
Turning Result Sets into Reports......Page 232
Full-Text Searching......Page 248
Linked Server Queries......Page 262
Summary......Page 263
7 Action Queries......Page 266
What Are Action Queries?......Page 267
Delete Queries......Page 268
Update Queries......Page 273
Insert Queries......Page 288
Summary......Page 294
8 Advanced Transact-SQL......Page 296
Transactions......Page 297
Rowset Functions......Page 307
Cursors......Page 315
Using the System Tables and Information Schema Views......Page 326
Optimizer Hints......Page 332
Summary......Page 334
PART III • DIGGING INTO SQL SERVER......Page 336
9 Using SQL Server Enterprise Manager......Page 338
The Microsoft Management Console (MMC)......Page 339
The SQL Server Enterprise Manager Tree......Page 341
SQL Server Wizards......Page 377
Customizing MMC......Page 395
Summary......Page 398
10 Databases......Page 400
Database Basics......Page 401
Planning for Capacity......Page 404
Creating Databases......Page 405
Modifying Databases......Page 417
Summary......Page 434
11 Tables......Page 436
Planning Tables......Page 437
Creating Tables......Page 443
Restricting the Data......Page 448
Using Database Diagrams......Page 471
Summary......Page 476
12 Indexing......Page 478
Index Architecture......Page 479
Creating Indexes......Page 493
Summary......Page 500
13 Views......Page 502
Using Views to Partition Tables......Page 503
Using Views to Join Tables......Page 515
Modifying Data through a View......Page 522
Working with Indexed Views......Page 526
Using Distributed Partitioned Views......Page 532
Using Information Schema Views......Page 533
Summary......Page 536
14 Stored Procedures......Page 538
Understanding Stored Procedures......Page 539
Summary......Page 566
15 Using Triggers......Page 568
Understanding Triggers......Page 569
Advanced Considerations......Page 591
Summary......Page 600
PART IV • ADMINISTERING SQL SERVER......Page 602
16 Basic Administrative Tasks......Page 604
Backing Up Your Data......Page 605
Restoring Databases......Page 627
Devising a Backup Strategy......Page 635
Maintaining Indexes......Page 639
Reading the Logs......Page 644
Copying Databases......Page 645
Summary......Page 651
17 Automating Administration......Page 654
Automation Basics......Page 656
Configuring Mail Support......Page 658
Creating Operators......Page 660
Creating Jobs......Page 662
Creating Alerts......Page 678
Using the Database Maintenance Plan Wizard......Page 691
Working with SQL Mail......Page 702
Summary......Page 704
18 Security and SQL Server 2000......Page 706
Understanding Security Modes......Page 707
SQL Server Logins......Page 711
Fixed Server Roles......Page 719
Creating Database User Accounts......Page 722
Understanding Permissions......Page 724
Database Roles......Page 729
Permission States......Page 735
Ownership Chains......Page 739
N-Tier Security......Page 741
Monitoring SQL Server Logins with SQL Profiler......Page 743
Creating a Security Plan......Page 748
Summary......Page 750
PART V • DEVELOPMENT WITH SQL SERVER......Page 752
19 ADO and SQL Server......Page 754
The ADO Object Model......Page 755
Understanding Cursors......Page 759
Sample ADO Code......Page 763
Other ADO Libraries......Page 787
Summary......Page 791
20 SQL-DMO......Page 792
What Is SQL-DMO?......Page 793
SQL-DMO Object Model......Page 794
Sample SQL-DMO Code......Page 816
Summary......Page 826
21 SQL Namespace......Page 828
SQL-NS Object Model......Page 829
Sample SQL-NS Code......Page 835
A Sample SQL-NS Application......Page 841
Using SQL-NS with SQL-DMO......Page 845
Summary......Page 847
22 Data Transformation Services......Page 848
What Is DTS?......Page 849
DTS in the User Interface......Page 850
Programming DTS......Page 874
Summary......Page 887
23 The Web Assistant Wizard......Page 888
Why Put Data on the Web?......Page 889
Publishing Data with the Web Assistant Wizard......Page 891
Summary......Page 911
24 Integrating SQL Server with Internet Information Server......Page 912
What Is Internet Information Server?......Page 913
Active Server Pages......Page 915
Remote Data Service......Page 931
Returning Results as XML......Page 941
Querying SQL Server through HTTP......Page 943
Summary......Page 950
PART VI • ADVANCED TOPICS......Page 952
25 Locking......Page 954
Why Locking?......Page 955
Isolation Levels......Page 957
Locking Mechanics......Page 958
Viewing Current Locks......Page 962
Deadlocks......Page 967
Customizing Locking Behavior......Page 970
Application Locks......Page 973
Summary......Page 975
26 Monitoring and Optimizing SQL Server 2000......Page 976
Using Performance Monitor......Page 977
Using Query Analyzer......Page 984
Monitoring with SQL Profiler......Page 989
Tips and Techniques......Page 1002
Optimization Techniques......Page 1003
Summary......Page 1008
27 Replication......Page 1010
Understanding Replication......Page 1011
Setting Up Replication......Page 1021
Creating and Subscribing to a Transactional Publication......Page 1030
Creating and Subscribing to a Snapshot Publication......Page 1048
Creating and Subscribing to a Merge Publication......Page 1059
Using Replication Monitor......Page 1071
Summary......Page 1077
28 Analysis Services......Page 1078
Understanding OLAP......Page 1079
Analysis Services Terminology......Page 1080
Using Analysis Services......Page 1082
Advanced Capabilities of Analysis Services......Page 1094
OLAP from the Client......Page 1102
Summary......Page 1108
29 Microsoft English Query......Page 1110
What Is English Query?......Page 1111
English Query Components......Page 1112
Creating an English Query Application......Page 1115
Deploying an English Query Application......Page 1129
Summary......Page 1131
30 Troubleshooting......Page 1132
General Troubleshooting......Page 1133
Troubleshooting Setup......Page 1136
Troubleshooting Databases......Page 1137
Troubleshooting Backup and Restores......Page 1140
Troubleshooting Client Connectivity......Page 1141
Troubleshooting Replication......Page 1143
Troubleshooting Jobs and Alerts......Page 1146
Troubleshooting Mail Connectivity......Page 1147
Summary......Page 1148
Appendix A Transact-SQL Reference......Page 1150
Cursor Statements......Page 1151
Database Options......Page 1152
Deleting Records......Page 1153
Retrieving Records......Page 1154
Rowsets......Page 1155
Transactions......Page 1156
Updating Records......Page 1157
User-Defined Functions......Page 1158
Appendix B Installing Microsoft SQL Server 2000......Page 1160
The Prerequisites......Page 1161
The Setup Wizard......Page 1162
Choosing Service Accounts......Page 1167
Choosing a Collation Setting......Page 1169
Choosing Network Libraries......Page 1171
Unattended Setup......Page 1173
The Upgrade Wizard......Page 1174
Side-by-Side Upgrade Using DTS......Page 1180
Installing SQL Server Yourself......Page 1181
Installing a Second Instance......Page 1182
Troubleshooting Installation......Page 1184
Service Packs......Page 1185
A......Page 1186
B......Page 1189
C......Page 1190
D......Page 1194
E......Page 1198
F......Page 1200
G......Page 1201
I......Page 1202
L......Page 1205
M......Page 1207
N......Page 1209
O......Page 1211
P......Page 1213
Q......Page 1215
R......Page 1216
S......Page 1219
T......Page 1226
U......Page 1229
V......Page 1230
W......Page 1231
Z......Page 1232




نظرات کاربران