Ngày tải lên: 26/11/2013, 13:16
A study on semantic and syntactic features of words and phrases in quotation marks in english and vietnamese economic magazines
Ngày tải lên: 26/11/2013, 13:18
A contrastive study of grammatical and semantic features of words and idiom denoting unhappiness in english and vietnamese
Ngày tải lên: 26/11/2013, 13:29
A contrastive analysis of grammatical and semantic features of words and idioms related to hearing in english and vietnamese
Ngày tải lên: 26/11/2013, 13:31
Semantic features of english and vietnamese idioms of happiness and sadness
Ngày tải lên: 22/12/2013, 12:54
Tài liệu Using ADO.NET and SQL Server DBMS Transactions Together doc
... Using ADO.NET and SQL Server DBMS Transactions Together Problem You need to use a DBMS transaction within a SQL Server stored procedure from an ADO.NET transaction with the SQL Server .NET data ... // Create command in the transaction with parameters. SqlCommand cmd = new SqlCommand("InsertCategories_Transacted", conn, tran); cmd.CommandType = CommandType.StoredProcedure; ... stored procedure and checks if they correspond to SQL Server error 266, which is the mismatch between the starting and exiting stored procedure transaction count values as a result of the stored...
Ngày tải lên: 21/01/2014, 11:20
Tài liệu Executing Batch Updates with ADO and SQL Server doc
... up the Command object to use the SQL string. cmd.ActiveConnection = cnn cmd.CommandText = strSQL cmd.CommandType = ADODB.CommandTypeEnum.adCmdText ' Execute the command cmd.Execute() ... can also use the Insert and Delete statements to perform other bulk operations with the Command object. One of the last tasks that is useful to perform using ADO with SQL Server is to create objects ... to display the before and after data, as seen in Figure A.6. Figure A.6. Although they're not pretty, you can see the values of the OrderID and DeliveryDate before and after the routine...
Ngày tải lên: 21/01/2014, 12:20
.NET Enterprise Design with Visual Basic .NET and SQL Server 2000 docx
Ngày tải lên: 22/03/2014, 14:20
The Best of Simple Talk: SQL Server Crib Sheet Compendium pot
... with SQL Server, and whatever flavor of Windows server you're running, that perform these measurements. An entire industry has grown around monitoring and measuring performance of SQL Server ... Profiler collects information on events within SQL Server. The broad categories of events are as follows: Page 57 Chapter 7: SQL Server Performance Crib Sheet Page 63 of 90 Chapter 7: SQL Server ... sources and are concerned only with the reliability and viability of the data in the warehouse. Page 36 Chapter 5: SQL Server Data Warehouse Crib Sheet Page 8 of 90 Chapter 1: SQL Server Security...
Ngày tải lên: 24/03/2014, 03:22
oracle and sql manual
... PL /SQL language. Running SQL* Plus Commands You can use SQL* Plus commands to manipulate SQL commands and PL /SQL blocks and to format and print query results. SQL* Plus treats SQL* Plus commands ... store SQL* Plus commands in the SQL buffer. Understanding SQL* Plus Command Syntax SQL* Plus commands have a different syntax from SQL commands or PL /SQL blocks. Continuing a Long SQL* Plus Command ... commands, you can enter SQL* Plus commands (as well as one or more SQL commands or PL /SQL blocks) into the buffer. You must enter the SQL* Plus commands first, and the SQL command(s) or PL/SQL...
Ngày tải lên: 07/04/2014, 15:50
comparative management cost study of oracle database 10g and microsoft sql server 2000
... Study Oracle Database 10g and Microsoft SQL Server 2000 23 Appendix III - Detailed Test Results Time (mins) Complexity (steps) Task Description SQL Server Oracle SQL Server Oracle ... Cost Study of Oracle Database 10g and Microsoft SQL Server 2000 May 25, 2004 Edison Group, Inc. / Comparative Management Cost Study Oracle Database 10g and Microsoft SQL Server 2000 ... for Oracle Database 10g and to account for recommended practices for Microsoft SQL Server 2000. To this end, the Edison Group also consulted Oracle and SQL Server database administrators and...
Ngày tải lên: 18/02/2014, 15:53
Tài liệu Microsoft SQL Server and Oracle® Database: A Comparative Study on Total Cost of Administration (TCA) docx
... Microsoft $88,812 6,784 $13.09 Oracle $101,042 5,567 $18.15 Table 3: Total Cost of Administration (TCA) Microsoft SQL Server and Oracle Database: A Comparative Study on Total Cost of ... (53%) of the organizations had ten or less production Oracle Database servers. On average organizations had more Microsoft SQL Server production servers than Oracle Database; 107 Microsoft databases ... per server for the Oracle Databases as the Microsoft SQL Server databases; 716 average users per Oracle database, verses 328 users per Microsoft database. While the users for the Microsoft SQL...
Ngày tải lên: 19/02/2014, 12:20
Tài liệu Professional ADO.NET 2 Programming with SQL Server 2005, Oracle and MySQL (P2) ppt
... later commercialized and released by Computer Associates in the 1980s. Over the next couple of decades, databases continued to evolve. Modern databases such as Oracle, Microsoft SQL Server, MySQL, and LDAP ... improved greatly over time to handle very high transaction volume, to work with large amounts of data, and to offer high scalability and reliability. The Birth of Universal Data Access At first, ... syntax. Summary Now that you know some of the history behind how technologies such as ADO.NET and Microsoft SQL Server have evolved, you should have a clearer vision of where these technologies are...
Ngày tải lên: 12/12/2013, 21:16
Tài liệu Professional ADO.NET 2 Programming with SQL Server 2005, Oracle and MySQL (P1) docx
... 2 Programming with SQL Server 2005, Oracle , and MySQL® 01_584375 ffirs.qxd 10/28/05 10:49 PM Page i Professional ADO.NET 2 Programming with SQL Server 2005, Oracle , and MySQL® Wallace B. McClure Gregory ... are very tightly related. Many of the new features in ADO.NET 2.0 are designed to be used with Microsoft SQL Server 2005, and many of the new features found in SQL 2005 require ADO.NET 2.0 to ... 280 Building a SQL Connection with the SqlConnectionStringBuilder Class 281 SQL Server Types (SqlTypes) 283 Structures 284 Using SqlTypes 287 Using SqlDbType 290 Bulk Copy with SQL Server 291 Provider...
Ngày tải lên: 12/12/2013, 21:16
Professional ADO dot NET 2 Programming with SQL Server 2005 Oracle and MySQL doc
... are very tightly related. Many of the new features in ADO.NET 2.0 are designed to be used with Microsoft SQL Server 2005, and many of the new features found in SQL 2005 require ADO.NET 2.0 to ... data source instead of the generic ODBC and OLE-DB code, some of the overhead is also avoided. The original release of ADO.NET included a SQL provider and an OLE-DB provider, with the ODBC and Oracle providers ... Manchester, England. He has been involved with ASP.NET since its inception, and has developed a deep understand- ing of the platform. As a Microsoft MVP (Most Valuable Professional), member of the ASPInsiders,...
Ngày tải lên: 14/03/2014, 19:20
Professional ADO.NET 2 Programming with SQL Server 2005, Oracle, and MySQL potx
... are very tightly related. Many of the new features in ADO.NET 2.0 are designed to be used with Microsoft SQL Server 2005, and many of the new features found in SQL 2005 require ADO.NET 2.0 to ... data source instead of the generic ODBC and OLE-DB code, some of the overhead is also avoided. The original release of ADO.NET included a SQL provider and an OLE-DB provider, with the ODBC and Oracle providers ... later commercialized and released by Computer Associates in the 1980s. Over the next couple of decades, databases continued to evolve. Modern databases such as Oracle, Microsoft SQL Server, MySQL, and LDAP...
Ngày tải lên: 27/06/2014, 12:20
Backup And Restore SQL Server
... trên. Chúng ta hãy dùng một ví dụ sau để làm rõ vấn đề. Ví dụ: Bài 4: Backup And Restore SQL Server Tác giả: Vovisoft.com Chiến Lược Phục Hồi Dữ Liệu (Data Restoration Strategy) Có một điều mà ... Ta có thể schedule cho SQL Server backup định kỳ. Restore Database Trước khi restore database ta phải xác định được thứ tự file cần restore. Các thông tin này được SQL Server chứa trong msdb ... tiếp tục restore các file backup còn lại (SQL Server sẽ log các transaction được roll back trong undo log file và khi ta restore backup file kế tiếp SQL Server sẽ trả lại trạng thái no recovery...
Ngày tải lên: 25/08/2012, 09:00
Design and Implement a SQL Server Database
... chỉ được Bài 3: Design and Implement a SQL Server Database Tác giả: Vovisoft.com Cấu Trúc Của SQL Server Như đã trình bày ở các bài trước một trong những đặc điểm của SQL Server 2000 là Multiple-Instance ... này được SQL Server Agent sử dụng để hoạch định các báo động và các công việc cần làm (schedule alerts and jobs). Cấu Trúc Vật Lý Của Một SQL Server Database Mỗi một database trong SQL Server ... Multiple-Instance nên khi nói đến một (SQL) Server nào đó là ta nói đến một Instance của SQL Server 2000, thông thường đó là Default Instance. Một Instance của SQL Server 2000 có 4 system databases...
Ngày tải lên: 25/08/2012, 09:00
Overview of SQL Server 2000
... command prompt. Bài 1: Overview of SQL Server 2000 Tác giả: Vovisoft.com Ðể đọc và hiểu bài viết này bạn phải có kiến thức căn bản về SQL và Access Database Giới Thiệu SQL Server 2000 SQL Server ... ý" với các server khác như Microsoft Internet Information Server (IIS), E-Commerce Server, Proxy Server SQL Server có 7 editions: • Enterprise : Chứa đầy đủ các đặc trưng của SQL Server và ... Bạn có thể Start, Stop các SQL Server services dễ dàng bằng cách double-click vào icon này. Một chút kiến thức về các Version của SQL Server SQL Server của Microsoft được thị trường chấp nhận...
Ngày tải lên: 25/08/2012, 09:00