Ngày tải lên: 29/03/2014, 22:20
... 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 ... example, CustomerOrders and IntranetUsers) . This is the best way to differentiate between SQL keywords such as SELECT , UPDATE , and DELETE in your SQL statements and your table names, which ... Language (SQL) was born. While System R was a great success for proving the relational database concept and creating SQL, it was never a commercial success for IBM. They did, however, release SQL/ DS...
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
... Professional ADO.NET 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 ... 277 Enumerating SQL Servers 278 Connection Pooling 279 Password Management 280 Building a SQL Connection with the SqlConnectionStringBuilder Class 281 SQL Server Types (SqlTypes) 283 Structures 284 Using SqlTypes ... consulting and development for such companies as Coca-Cola, Bechtel National, Magnatron, and Lucent Technologies, among others. Products and services have included work with ASP, ADO, XML, and SQL Server, ...
Ngày tải lên: 12/12/2013, 21:16
Professional SQL Server™ 2005 CLR Programming with Stored Procedures, Functions, Triggers, Aggregates, and Types docx
Ngày tải lên: 05/03/2014, 20:20
PROFESSIONAL MICROSOFT® SQL SERVER® 2012 REPORTING SERVICES doc
Ngày tải lên: 14/03/2014, 09:20
Professional ADO dot NET 2 Programming with SQL Server 2005 Oracle and MySQL doc
Ngày tải lên: 14/03/2014, 19:20
Microsoft SQL Server 2012 High-Performance T-SQL Using Window Functions pdf
Ngày tải lên: 16/03/2014, 00:20
Professional ADO.NET 2 Programming with SQL Server 2005, Oracle, and MySQL potx
Ngày tải lên: 27/06/2014, 12:20
microsoft press ebook introducing microsoft sql server 2012
Ngày tải lên: 06/08/2013, 17:32
Tài liệu SQL Server MVP Deep Dives- P11 pdf
... with SQL Server for more than eight years and has been a Microsoft MVP for SQL Server for the past six years. He also runs http: //www.sqldbatips.com, home of popular free SQL tools and ... of SQL Server 2005 arrived in my mailbox. It is also impossible to distinguish, by name alone, between DMV s and DMF s. When using SQL Server Management Studio in SQL Server 2008, and ... set of instance- and database-level objects Server Audit and Server Audit Specification at the instance level, and Database Audit Specification at the database level. SQL Server 2005 introduced...
Ngày tải lên: 15/12/2013, 13:15
Tài liệu Microsoft Windows PowerShell và SQL Server 2005 SMO – Phần 10 pdf
... [reflection.assembly]::LoadWithPartialName("Microsoft.SqlSe rver.Smo") | out-null $MyScripter=new- object ("Microsoft.SqlServer.Management.Smo.Scripter") $srv=New-Object "Microsoft.SqlServer.Management.Smo .Server& quot; ... = N'C:\Program Files\Microsoft SQL Server\ MSSQL.1\MSSQL\DATA\admin_log.LDF' , SIZE = 76 8KB , MAXSIZE = 2048GB , FILEGROWTH = 10%) COLLATE SQL_ Latin1_General_CP1_CI_AS EXEC dbo.sp_dbcmptlevel ... dưới (Hình 1.5) ./ScriptSQL "HOME\SQLEXPRESS" "VixiaTrack" "Tables" > C:\MyScript1 .sql Hình 1.5 Microsoft Windows PowerShell và SQL Server 2005 SMO – Phần...
Ngày tải lên: 22/12/2013, 02:16
Tài liệu Sams SQL Server 2005 Management and Administration Oct 2007 ppt
... 59 Administering the SQL Server Agent Properties 59 Administering SQL Server Agent Jobs 61 Administering SQL Server Alerts and Operators 63 Administering SQL Server Proxies 63 Administering SQL Server ... Administering SQL Server Replication 209 Part II: Managing SQL Server 2005 7 Conducting a SQL Server 2005 Health Check 261 8 SQL Server 2005 Maintenance Practices 289 9 Managing and Optimizing SQL Server ... operating system and applications such as SQL Server 2005. Chapter 22: Performance Tuning and Troubleshooting SQL Server 2005 After the SQL Server 2005 platform is placed in operation and is being monitored,...
Ngày tải lên: 17/01/2014, 00:20
Tài liệu PL-SQL User''''s Guide and Reference pdf
... in the Oracle server. Figure 1–4 PL /SQL Engine PL /SQL Engine Oracle SQL Statement Executor PL /SQL Block Procedural Statement Executor PL /SQL Block SQL procedural Advantages of PL /SQL Overview ... Integration with SQL The PL /SQL and SQL languages are tightly integrated. PL /SQL supports all the SQL datatypes and the non-value NULL. That allows you manipulate Oracle data easily and efficiently. ... collection types, exception handling, and information hiding. PL /SQL also offers seamless SQL access, tight integration with the Oracle server and tools, portability, and security. This guide explains...
Ngày tải lên: 17/01/2014, 09:20
Tài liệu Module 7: Server Cluster Maintenance and Troubleshooting ppt
... type cmd and then click OK. 9. In the command prompt, type cd\program files\resource kit and then press ENTER. 10. In the command prompt, type clusrest and press ENTER. Module 7: Server Cluster ... node, and cluster disks. Lead-in A backup of the cluster includes the system state, the node, and the cluster disk. Note 16 Module 7: Server Cluster Maintenance and Troubleshooting Troubleshooting ... backup and restoration procedures. Both nodes will uninstall Cluster service. Module 7: Server Cluster Maintenance and Troubleshooting 11 Troubleshooting Cluster Service Troubleshooting...
Ngày tải lên: 18/01/2014, 05:20
Tài liệu Microsoft Windows Power Shell và SQL Server 2005 SMO - Phần IV pdf
... $SQLSERVER ) $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString = " ;Server= $SQLSERVER;Database=master;Integrated Security=True" $SqlCmd ... " $SqlCmd.Connection = $SqlConnection $SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter $SqlAdapter.SelectCommand = $SqlCmd $DataSet = New-Object System.Data.DataSet $SqlAdapter.Fill($DataSet) ... " $SqlCmd.Connection = $SqlConnection $SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter $SqlAdapter.SelectCommand = $SqlCmd $DataSet = New-Object System.Data.DataSet $SqlAdapter.Fill($DataSet)...
Ngày tải lên: 19/01/2014, 21:20
Tài liệu Microsoft Windows PowerShell và SQL Server 2005 SMO - Phần III pdf
... System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString = " ;Server= $SQLSERVER;Database=$DATABASE;Integrated Security=True" $SqlCmd = New-Object System.Data.SqlClient.SqlCommand ... Security=True" $SqlCmd = New-Object System.Data.SqlClient.SqlCommand $SqlCmd.CommandText = "select name from sysobjects where type='P'" $SqlCmd.Connection = $SqlConnection $SqlAdapter ... param ( [string] $SQLSERVER, [string] $Database ) $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString = " ;Server= $SQLSERVER;Database=$DATABASE;Integrated...
Ngày tải lên: 19/01/2014, 21:20
Tài liệu PL/SQL User''''s Guide and Reference pdf
... 9-13 Separating Cursor Specs and Bodies with Packages 9-14 10 Handling PL /SQL Errors Overview of PL /SQL Runtime Error Handling 10-1 Guidelines for Avoiding and Handling PL /SQL Errors and Exceptions 10-3 Advantages ... to or from an Exception Handler 10-14 Retrieving the Error Code and Error Message: SQLCODE and SQLERRM 10-14 Catching Unhandled Exceptions 10-15 Tips for Handling PL /SQL Errors 10-15 Continuing ... applications. Chapter 10, "Handling PL /SQL Errors" Shows how to detect and handle PL /SQL errors using exceptions and handlers. Chapter 11, "Tuning PL /SQL Applications for Performance" Shows...
Ngày tải lên: 24/01/2014, 08:20