With sql server
-
Enterprise JavaBean Là công nghệ nằm ở server-side Hỗ trợ đặc biệt cho các ứng dụng client-server: Xử lí giao tác (transaction) Mô hình dữ liệu phân tán Các ứng dụng portable Ưu điểm Phát triển và triển khaiứng dụng dựa trên công nghệ này dễ dàng. Tách biệt việc xử lý nghiệp vụ với hệ thống code.
26p trinh02 28-01-2013 50 9 Download
-
Quản Trị Mạng - Trong bài viết dưới đây, chúng tôi sẽ giúp các bạn phân biệt một số điểm khác biệt cơ bản giữa 2 cú pháp DELETE và TRUNCATE TABLE trong ứng dụng Microsoft SQL Server. Về mặt cơ bản thì cả 2 câu lệnh này đều giúp chúng ta xóa bỏ dữ liệu, nhưng về bản chất thì lại không phải như vậy. Câu lệnh DELETE: Cú pháp chung: [ WITH [ ,...n ] ] DELETE [ TOP ( expression ) [ PERCENT ] ] [ FROM ] { table_name [ WITH ( [ ...n...
5p abcdef_43 03-11-2011 105 7 Download
-
Phpbb 2.0.5 Sql Injection Password, disclosure Exploit #!/usr/bin/perl -w # # # phpBB password disclosure vuln. # - rick patel # # There is a sql injection vuln which exists in /viewtopic.php file. The variable is $topic_id # which gets passed directly to sql server in query. Attacker could pass a special sql string which # can used to see md5 password hash for any user (!) for phpBB. This pass can be later used with # autologin or cracked using john. # # Details: # # this is checking done for $topic_id in viewtopic.php: # # if ( isset($HTTP_GET_VARS[POST_TOPIC_URL])...
3p tt1991tt 20-02-2011 214 9 Download
-
http://wwww.company.com/product/price.asp?id=1 and 1=convert(int,@@version) --sp_password select price from product where id=1 and 1=convert(int,@@version)--sp_password Syntax error converting the nvarchar value 'Microsoft SQL Server 7.00 - 7.00.623 (Intel X86) Nov 23 1998 21:08:09 Copyright (c) 1988-1998 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 3)' to a column of data type int. 'sp_password' was found in the text of this event.-- The text has been replaced with this comment for...
6p mrduonganhtuan 16-02-2011 215 49 Download
-
There is a sql injection vuln which exists in /viewtopic.php file. The variable is $topic_id # which gets passed directly to sql server in query. Attacker could pass a special sql string which # can used to see md5 password hash for any user (!) for phpBB. This pass can be later used with
4p ad_uit 09-01-2011 273 17 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P53:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 45 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P52:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 45 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P51:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 49 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P50:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 29 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P49:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 45 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P48:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 44 2 Download
-
Microsoft SQL Server 2005 Developer’s Guide- P47:SQL Server 2005 is a feature-rich release that provides a host of new tools and technologies for the database developer. This book is written to help database developers and DBAs become productive immediately with the new features and capabilities found in SQL Server 2005.
10p venus2468 07-11-2010 42 3 Download
-
Microsoft SQL Server 2000 Data Transformation Services- P16: Data Transformation Services in Microsoft SQL Server 2000 is a powerful tool for moving data. It’s easy to use, especially when you’re creating transformation packages with the DTS Wizard. But it’s also a flexible tool that you can customize to gain a high degree of control over the transformation of your data.
5p baby246 19-08-2010 65 4 Download
-
Thực hiện cập nhật hàng loạt với ADO và SQL Server Sự khác biệt lớn nhất giữa phần này và một trong những trang trước là một thực tế là trong phần cuối, một recordset đang được dân cư sử dụng một đối tượng Command.
3p luvpro 06-08-2010 67 2 Download
-
Tạo SQL Server Đối tượng với ActiveX Data Objects Đó là giá trị phải đề cập đến một ví dụ của việc tạo ra một đối tượng bảng mới với các lĩnh vực và khóa chính quy định, mặc dù phần lớn các công việc của việc tạo ra các đối tượng sử dụng ADO và SQL Server được thực hiện trong T-SQL Báo cáo mà bạn tạo
2p luvpro 06-08-2010 93 3 Download
-
4,2 Thêm và dòng Delete trong một Dataset với ADO.NET Một lần nữa bằng cách sử dụng OleDbDataAdapter và OleDbCommandBuilder đối tượng, điều này thế nào-Để cho bạn thấy làm thế nào để sử dụng điều khiển cởi ra với các tập dữ liệu để thêm và xóa các hàng từ SQL Server.
6p luvpro 06-08-2010 133 16 Download
-
[ Team LiB ] Recipe 8.11 Using a Single Stored Procedure to Update Multiple Changes to a SQL Server Database Problem You need to update a SQL Server 2000 database with changes to multiple rows in a DataSet by executing a single stored procedure.
7p luvpro 04-08-2010 159 20 Download
-
[ Team LiB ] Recipe 9.11 Reading and Writing Binary Data with SQL Server Problem You need to read and write binary data from and to a SQL Server 2000 database. Solution Use the techniques from the following example
10p luvpro 04-08-2010 152 11 Download
-
[ Team LiB ] Recipe 9.5 Performing a Bulk Insert with SQL Server Problem Given many records in an XML file that you need to add to a SQL Server 2000 database, you need to perform a bulk insert with optimal performance.
5p luvpro 04-08-2010 114 12 Download
-
[ Team LiB ] Recip 6.4 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 provider.
5p luvpro 04-08-2010 166 41 Download