Geometry.Net - the online learning center
Home  - Computer - Sql
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 82    Back | 1  | 2  | 3  | 4  | 5  | Next 20

         Sql:     more books (99)
  1. Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports (Wrox Programmer to Programmer) by Paul Turley, Robert M. Bruckner, 2010-04-05
  2. Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning) by Itzik Ben-Gan, Lubor Kollar, et all 2006-03-29
  3. Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer) by Paul Turley, Thiago Silva, et all 2008-12-22
  4. SQL Injection Attacks and Defense by Justin Clarke, 2009-05-15
  5. Microsoft SQL Server 2005 Administrator's Pocket Consultant (Pro-Administrator's Pocket Consultant) by William R. Stanek, 2005-11-02
  6. Professional Microsoft SQL Server 2008 Integration Services (Wrox Programmer to Programmer) by Brian Knight, Erik Veerman, et all 2008-10-06
  7. OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series) by Steve O'Hearn, 2009-11-22
  8. Learning SQL Server 2008 Reporting Services by Jayaram Krishnaswamy, 2009-03-23
  9. Microsoft® SQL Server 2008 R2 Analytics & Data Visualization by Doug Harts, Jim Dugan, et all 2010-09-09
  10. The Art of SQL by Stephane Faroult, Peter Robson, 2006-03-01
  11. Oracle PL/SQL For Dummies by Michael Rosenblum, Paul Dorsey, 2006-06-13
  12. SQL Bible by Alex Kriegel, Boris M. Trukhnov, 2008-04-07
  13. Data Mining with Microsoft SQL Server 2008 by Jamie MacLennan, ZhaoHui Tang, et all 2008-11-17
  14. Mastering Oracle SQL, 2nd Edition by Sanjay Mishra, Alan Beaulieu, 2004-06-22

61. SQL Tutorial
If you are looking for a sql tutorial, this is the site. Our sql tutorial provides the help you need to get started using sql. It covers the create, import,
http://www.baycongroup.com/tocsql.htm
var dc_AdLinkColor = 'blue' ; var dc_UnitID = 14 ; var dc_PublisherID = 4647 ; var dc_adprod = 'ADL' ; Home More Free Tutorials Educational Resources Web www.baycongroup.com Our Free Tutorials Word Basics 2007 Word Basics 2003/2002 Excel Basics PowerPoint Basics ... Flash Online Learning University of Phoenix - Obtain a Degree in Information Technology Online or on Campus. Click Here! ... Click Here! Books by
Denise Etheridge
SQL Tutorial
Table of Contents
If you are looking for a SQL tutorial, this is the site. Our SQL tutorial provides the help you need to get started using SQL. Introduction
SQL

Tables

Scalable SQL for Windows
... Privacy var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

62. SQL Power Injector Product Information
sql Power Injector is an application created in .Net 1.1 that helps the penetration tester to inject sql commands on a web page.
http://www.sqlpowerinjector.com/
/*********************************************** * AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ Product Introduction What it's not Features ... Resume Product Information Introduction SQL Power Injector is an application created in .Net 1.1 that helps the penetration tester to find and exploit SQL injections on a web page. For now it is SQL Server, Oracle, MySQL, Sybase/Adaptive Server and DB2 compliant, but it is possible to use it with any existing DBMS when using the inline injection (Normal mode). Indeed, the normal mode is basically the SQL command that someone will put in the parameter sent to the server. If the aspect of inline SQL injection is powerful in itself, its main strength dwells in the multithreaded automation of the injection. Not only there is a possibility to automate tedious and time consuming queries but you can also modify the query to get only what you want. It is obviously more useful in the blind SQL injection since the other ways to exploit the SQL injection vulnerability is more effusive and much faster when the results are displayed on the web page (union select in a HTML table and generated 500 error for instance). The automation can be realized in two ways: comparing the expected result or by time delay. The first way is generally compared against an error or difference between positive condition with a negative one and the second way will turn out positive if the time delay sent to the server equals to the one parameterized in the application.

63. SqlJunkies
Developers community site with blogs, forums, news, and events.
http://www.sqljunkies.com/
dotnetjunkies.com var s_pageName=""; var s_server="www.sqljunkies.com"; var s_channel=""; var s_pageType=""; var s_prop1=""; var s_prop2=""; var s_prop3=""; var s_prop4=""; var s_prop5=""; var s_prop6=""; var s_prop7=""; var s_prop8=""; var s_prop9=""; var s_prop10=""; /* E-commerce Variables */ var s_campaign=""; var s_state=""; var s_zip=""; var s_events=""; var s_products=""; var s_purchaseID=""; var s_eVar1=""; var s_eVar2=""; var s_eVar3=""; var s_eVar4=""; var s_eVar5=""; document.write(''); document.write(''); document.write(''); Home My Account Articles News ... Community Search: Join SqlJunkies! Member Benefits:
  • Weekly Newsletter Discussion Forums iCalendar Files Special Offers Membership is FREE!
  • Register Login Help SQL Yukon Links
  • Yukon Forums Post a Yukon Bug .NET QuickStarts 2.0
  • Dr. Dobb's Portal
  • AI C++ Database Embedded Systems ... Windows/.NET
  • 64. Database Journal: Daily Database News, Information And Tutorials For The Databas
    Multple tools for sql Server management includes monitoring, remote administration, diagnostics, etc. New sqlsecure release to support policybased security
    http://www.databasejournal.com/

    65. Oracle SQL
    This document highlights some of the differences between the sql standard and the sql dialect of Oracle 9i. Please share with us any additional differences
    http://infolab.stanford.edu/~ullman/fcdb/oracle/or-nonstandard.html
    Resources
    Oracle 9i SQL versus Standard SQL
    This document highlights some of the differences between the SQL standard and the SQL dialect of Oracle 9i. Please share with us any additional differences that you may find.
    Basic SQL Features
    Oracle does not support AS in FROM clauses, but you can still specify tuple variables without AS from Relation1 u, Relation2 v On the other hand, Oracle does support AS in SELECT clauses, although the use of AS is completely optional. The set-difference operator in Oracle is called MINUS rather than EXCEPT . There is no bag-difference operator corresponding to EXCEPT ALL . The bag-intersection operator INTERSECT ALL is not implemented either. However, the bag-union operator UNION ALL is supported. In Oracle, you must always prefix an attribute reference with the table name whenever this attribute name appears in more than one table in the FROM clause. For example, suppose that we have tables

    66. Microsoft SQL Server Tips, Tricks, Podcasts, Videocasts And More - Microsoft SQL
    Microsoft sql Server help and articles, newsletter, list servers, discussion boards, scripts, Oracle database integration, SOAP links and articles,
    http://www.sswug.org/
    Join Login Why Join? AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','468','height','60','src','http://www.sswug.org/abm/banners/468x60_powergadgets?url=http://www.sswug.org/abm/abmc.aspx?b=819','quality','high','bgcolor','#FFFFFF','allowScriptAccess','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.sswug.org/abm/banners/468x60_powergadgets?url=http://www.sswug.org/abm/abmc.aspx?b=819' ); Search SSWUG:
    HOME

    Register / Join
    Login Webcasts/Video Shows SQL Server Conference Watch SSWUGtv Podcasts Webcast Directory Platforms Microsoft SQL Server Oracle Databases IBM's DB2 MySQL Databases ... XML Technologies Major Sections Business Intelligence White Paper Library Product Directory Database Script Library ... List Servers Site Options Employers: Post Jobs Find a Job Popular Articles Browse Tags About SSWUG.ORG About SSWUG Write for SSWUG Request Product Review Advertise on SSWUG.ORG ... Contact Us Other Resources Office Users Group MS SQL City
    Editorial: Loading image files from a directory using SQL 2005
    Read thoughts, experiences from around the world, hear about other's work with SQL Server and much more.

    67. SQL Formatter / SQLFormatter Formats SQL Statements
    sqlinform is a free online sql Formatter for any DB (Oracle, DB2, Mysql, sqlServer, Access, Informix, etc)
    http://www.sqlinform.com/
    Online Version
    Desktop Version Help FAQ ... Guestbook Cool Links kadampa.org serlingpa.de
    What is SQLinForm?
    SQLinForm is an automatic SQL code formatter for all major databases ( ORACLE, SQL Server, DB2 / UDB, Sybase, Informix, PostgreSQL, MySQL etc) with many formatting options .
    • No installation needed. No database driver necessary. Even incomplete SQL statements or SQL statements with syntax errors are formatted Run it out of your browser It is secure. No SQL statement is transferred from the applet over the internet Written for Java and .NET environment 100% self-written, no additional licenses necessary
    What other people say:
    Try it !
    Here after, you will find the SQLinForm online version View Screenshot You will need the Java Runtime Environment 1.5

    68. Eclipse SQL Explorer
    Eclipse sql Explorer is a thin sql client that allows you to query and browse any JDBC compliant database. It supports plugins with specialized
    http://eclipsesql.sourceforge.net/
    Home Screenshots Download Forums ... Bugs
    About Eclipse SQL Explorer
    Eclipse SQL Explorer is a thin SQL client that allows you to query and browse any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2 and MySQL) and can be extended to include specialized support for other databases. The project started as a fork from the original JFaceDb project which has gone commercial and uses some of the core libraries of SQuirreL SQL The application is available as a standalone client or as a plugin for Eclipse 3.2.
    Installation Instructions
    Standalone Client To install the standalone client, download Eclipse SQL Explorer RCP. Extract the zipfile and launch sqlexplorer.exe to start the application. Eclipse Plugin Download Download the Eclipse SQL Explorer plugin and extract the zip file in your eclipse directory (requires Eclipse 3.2 or better).
    After restarting eclipse with the -clean option, a new SQL Explorer perspective should be available. Eclipse Update Site You can install and update Eclipse SQL Explorer via the eclipse update mechanism. The update site for Eclipse SQL Explorer is http://eclipsesql.sourceforge.net/

    69. Mojo - Maven 2 SQL Plugin - Introduction
    Use this plugin to execute sql statements in a combination of strings, a list files, and/or a set of files through sqlCommand, srcFiles,
    http://mojo.codehaus.org/sql-maven-plugin/
    @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @import url("./css/site.css"); Last Published: 01/25/2007 Mojo Maven Overview Examples Project Documentation
    SQL Maven Plugin
    Use this plugin to execute sql statements in a combination of strings, a list files, and/or a set of files through sqlCommand, srcFiles, and fileset configurations respectively.
    Goals Overview
    Usage
    Instructions on how to use the SQL Maven Plugin can be found here
    Examples

    70. Comparing Two SQL Databases With AdeptSQL Diff
    Adeptsql Diff is a sql schema and data comparison, difference viewer, synchronization and deployment tool for MS sql Server. With Adeptsql Diff you can
    http://www.adeptsql.com/
    Your database comparison
    and synchronization tool Diff tool: Introduction Screenshots Order now Revision history Documentation ... Adept SQL Tools Diff tool Downloads Ordering Quotes FAQ ... Contact us
    Comparing SQL schema and table data with AdeptSQL Diff
    AdeptSQL Diff is a lightning fast and intuitive tool to visually compare and synchronize two MS SQL Server databases. The program scans both databases and displays the combined schema tree view, with all differences color-marked. Navigating through the database schema tree, you can see SQL definitions for individual objects (tables, view, stored procedures, etc) compared side-by-side in the larger panel to the right of the schema tree. You can produce difference scripts for any chosen part or for the whole schema. The schema matching engine generates effective update SQL for any schema difference you need to synchronize, trying to preserve the table data whenever possible. The generated scripts are displayed in a separate debugger-style popup window where you can edit them, execute them either uninterrupted or step-by-step, set breakpoints, turn on transactions and rollback on errors. AdeptSQL Diff a perfect tool to reverse-engineer your database schema.

    71. SQL Scripter
    sql Scripter is a full and free version at the moment, only limited by an expiration date. It s possible that this may change in the future.
    http://www.sqlscripter.com/

    72. Firebird - The RDBMS That's Going Where You're Going
    Firebird is a relational database offering many ANSI sql92 features that runs on Linux, Windows, and a variety of Unix platforms.
    http://www.firebirdsql.org/
    New visitors
    ABOUT FIREBIRD

    Novice's Guide

    Frequently Asked Questions

    Firebird 2.0 Quick Start Guide
    ...
    Firebird-support email list

    Users
    More Documentation

    Report a Bug

    Downloads
    Firebird Released kits
    Developers Developers' Corner Firebird Tracker Firebird-devel email list Firebird-Architect email list No support questions in these lists please!! Community Under the Firebird Umbrella News Portal Conferences, Events Firebird Job Board ... IBPhoenix Resource Site Admin Tools Catalogue of Admin Tools is a project to build a cross-platform, lightweight GUI admin tool for Firebird completely with open source components. Alpha builds for Linux, Mac OS X and FreeBSD are available. Feedback Comments ? Suggestions ? Contact us The current sub-release is v.2.0.3. More details about Firebird 2.0.x ... Did you know that you can report bugs directly to the Project developers? There is a common-sense procedure to follow, so that your report is useful to us: we do ask that you read the article How to Report Bugs Effectively (available in several languages) before you proceed.

    73. Linux SQL Databases And Tools
    A survey of free and commercial Linux sql databases. Many of these are fullfledged DBMS with features like record locking, BLOB support, hot backups,
    http://linas.org/linux/db.html
    Promoting Linux Requires Advertising. That's What Counts. TM
    GnuCash!
    Linux SQL Databases and Tools
    All major and most minor databases are now available on Linux (with the lone exception of MS-SQL). This is a sea-change compared to summer of 1996, when this list was slim indeed, listing mSQL, Postgres and a handful of others (Solid, Empress, Adabas). But at the end of 1998 and start of 1999, all of the major commercial DB vendors (IBM, Oracle, Informix, Ingres, Sybase) made their wares available on Linux, and there has been no going back. It was around that time that I lost interest in tracking new developments closely; thus, while I do make occasional stabs at updating this page, you may discover that it contains more link-rot than there should be. This page is not a complete listing. Use the following cross-references to form a more complete picture.

    74. CERT Advisory CA-2003-04 MS-SQL Server Worm
    The CERT/CC has received reports of selfpropagating malicious code that exploits a vulnerability in the Resolution Service of Microsoft sql Server 2000 and
    http://www.cert.org/advisories/CA-2003-04.html
    customize Publications Catalog
      Secure Coding Function Extraction ... Courses
      CERT Advisory CA-2003-04 MS-SQL Server Worm
      Original release date: January 25, 2003
      Last revised: January 27, 2003
      Source: CERT/CC
      A complete revision history can be found at the end of this file.
      Systems Affected
      • Microsoft SQL Server 2000
      • Microsoft Desktop Engine (MSDE) 2000
      Overview
      The CERT/CC has received reports of self-propagating malicious code that exploits a vulnerability in the Resolution Service of Microsoft SQL Server 2000 and Microsoft Desktop Engine (MSDE) 2000. This worm is being referred to as the SQLSlammer, W32.Slammer, and Sapphire worm. The propagation of this malicious code has caused varied levels of network degradation across the Internet and the compromise of vulnerable machines.
      I. Description
      The worm targeting SQL Server computers is self-propagating malicious code that exploits the vulnerability described in VU#484891 CAN-2002-0649 ). This vulnerability allows for the execution of arbitrary code on the SQL Server computer due to a stack buffer overflow. Once the worm compromises a machine, it will try to propagate itself. The worm will craft packets of 376-bytes and send them to randomly chosen IP addresses on port 1434/udp. If the packet is sent to a vulnerable machine, this victim machine will become infected and will also begin to propagate. Beyond the scanning activity for new hosts, the current variant of this worm has no other payload.

    75. O'Reilly Media | SQL Pocket Guide
    This unique reference can be a major help to programmers who use sql in their dayto-day work. Not just an endless collection of syntax diagrams,
    http://www.oreilly.com/catalog/sqlpr/
    Tell a friend SQL Pocket Guide By  Jonathan Gennick
    First Edition March 2004
    Pages: 160
    Series: Pocket References
    Average of 3 Customer Reviews
    OUT OF PRINT . Please visit the catalog page of the latest edition
    The latest edition is also available on Safari Books Online
    Book description This unique reference can be a major help to programmers who use SQL in their day-to-day work. Not just an endless collection of syntax diagrams, this small guide addresses the language's complexity head on and leads by example. The book covers the four commonly used SQL variantsOracle, IBM DB2, Microsoft SQL Server, and MySQL. It's a concise reference to frequently used SQL statements and commonly used SQL functions.
    Full Description
    This pocket guide presents the most crucial information about SQL in a compact and easily accessible format, covering the four commonly used SQL variantsOracle, IBM DB2, Microsoft SQL Server, and MySQL. Topics include:
    • Data manipulation statements (SELECT, DELETE, INSERT, UPDATE, MERGE) and transaction control statements (START TRANSACTION, SAVEPOINT, COMMIT, ROLLBACK). Common SQL functions (date, numeric, math, trigonometric, string, conversion, aggregate)

    76. SQL Delta: Great Value SQL Database Compare Tool
    sql Delta quickly compares sql database structures and scripts the results.
    http://www.sqldelta.com/

    SQL HELP BUILDER

    SQL Help Builder is a database documenting tool generating help files from your SQL Database. You can WYSIWYG edit the results and save as a compiled help file.
    More info...
    Download
    SQL Delta Workbench

    SQL Delta Workbench provides an easier way to manage the SQL Delta command line scripts. Create new scripts or edit existing scripts plus best of all SQL Delta Workbench is free!
    More info...
    Download
    SQL Delta is a database compare and synchronization tool that performs both structure and data comparisons of SQL Server 2005, 2000 and 7 databases. SQL Delta will save you time managing your database changes, especially for developers/administrators working with development and production databases.
    Click the download link to try our free
    full featured 14 day trial. Key Features of Version 4.1

    77. SQL Farms: Database Tools That SCALE
    sql Farm Combine™ saves us a lot of time and increased our service levels because we can provide accurate and consistent rollouts time and time again.
    http://sqlfarms.com/
    HOME SERVICES SQL EDUCATION CENTER PARTNERS ... COMPANY
    - Deploy code on multiple SQL Server databases
    - Roll out projects between connected or
    - Schedule execution of code and rollouts
    - Track and audit all database changes
    Learn more...

    Automate deployment of daily admininistration tasks
    - Execute multiple SQL scripts and run queries on many
    - Run query on all servers - Get one result set
    - Scheduled deployments and scheduling management
    - Restart SQL services on all network devices - One-click password synchronization on all instances - Enterprise SQL Server configuration management Additional info... Collect data from all databases and servers - Execute distributed queries across SQL instances - Get one result set with data from all databases - Query DMVs or any data from all instances - Auto-store data results to databases or files More details... Scale out tool and framework, agent-less architecture - Rich client interfaces and command line tools - Zero remote agents or installations - Zero footprint - 100% security - 100% transparency and visibility - 100% portability Go to the home page for DBAs "

    78. Mimer SQL - Mimer Information Technology
    MIMER is a sql based relational database management system (RDBMS) targeted at mission critical client/server environments.
    http://www.mimer.com/

    MARKET
    DEVELOPER PRESS
    Mimer SQL Mobile solutions - Full function SQL databases for mobile phones and PDAs.
    Mimer SQL Embedded solutions - Zero maintenance databases embedded in volume products.
    Mimer SQL Enterprise solutions - Cost effective and high performance databases for mission critical enterprise servers.
    With Mimer SQL Mobile, your mobile device is your database server. With support for all leading smartphone and PDA brands like Motorola, Nokia, Samsung, Siemens, SonyEricsson, Acer, Dell, HP, Symbol, Toshiba, you can develop your database application once, and deploy everywhere.
    Read the full story »

    Nov 7, 2007
    Mimer joins Datang Mobile’s Arena Platform
    Mimer has been invited by Datang Mobile to join the Arena Forum. The Arena Forum, led by Datang Mobile, is focused on evolving the Arena Platform to support China’s TD-SCDMA 3G standard for mobile phones. Mimer is contributing to this platform with i...
    Oct 26, 2007 Oct 1, 2007 Jul 30, 2007

    79. SQL Effects Software
    sql Accord is an advanced sql Server database compare tool featuring flexible selections, fast performance, a unique side by side results display,
    http://www.sqleffects.com/
    Skip to main content.
    SQL Effects Software quality SQL tools for database professionals
    Navigation: Home Product Details Download Purchase ... Support Feedback It's quick and the user interface is well-implemented, with a nice balance between features and simplicity..." - Mi ke Gunderloy "It does exactly what I need, and have been looking for for, and its very easy to use... " - Ivan Teage "This has become one of my best utilities." - Gregory Hwin "What I like about your tool is this 'twin synchronized treeview'. This is really great..." - Uwe Keim "...No longer do I have to script out the database and do a manual file diff..." - Eugene Parks. "I really love SQL Accord..." - Peter Blythe. Announcements Join Our Mailing List Email: February 1st, 2007. SQL Accord MS, ASE, and CE Editions have been updated and now provide support for Vista. Details. Download March 5th, 2006. SQL Accord Community Edition for MS released. This is a free product providing robust comparison functionality. March 5th, 2006. SQL Accord 1.3.5 MS and ASE Editions released. This is a maintenance release with some minor bug fixes. Details.

    80. Instant SQL Formatter
    HOME Quick format sql code in Query Analyzer,sql Server Management Studio(SSMS), VS2003/2005 and any others editors. Try the WWW sql Designer
    http://www.wangz.net/cgi-bin/pp/gsqlparser/sqlpp/sqlformat.tpl
    Instant SQL Formatter (Ver2.8.3 Updated: 10-21-2007) Get Desktop version of this SQL Beautifier for FREE!
    HOME Quick format sql code in Query Analyzer,SQL Server Management Studio(SSMS), VS2003/2005 and any others editors. Try the WWW SQL Designer
    Bookmark this site:
    Choose a database MS ACCESS MSSQL MySQL Oracle/PLSQL Generic Output: SQL(html:span) SQL(html:font) SQL(Text) SQL(html:span,keep layout) SQL(html:font,keep layout) SQL(html:span,keep layout,modify case) SQL(html:font,keep layout,modify case) SQL(Text, keep layout, change case only) C# C# String Builder Delphi Java Java String Buffer PHP VB.NET VB/ASP VC Pro*C Pro*Cobol XML output List DB Object
    SQL Beautifier Examples:
    Output SQL: Input SQL is empty!
    Like to setup this interactive SQL Formatter on your own site or integrate it into your project, it's ready for use with .NET , COM and VCL component available just visit www.sqlparser.com for more
    SQL Formatter Web Service based on the General SQL Parser.

    Format Options: Need more options? Keywords case: Uppercase Lowercase InitCap Unchanged
    Identifier case: Uppercase Lowercase InitCap Unchanged Init cap each word
    Function case: Uppercase Lowercase InitCap Unchanged Linebreaks with comma:
    After Before Before with space List and Parameters Style: Stacked Not Stacked Stacked align: Align left Align right And/Or under Where Clause: And/Or under Where Remove linebreak before beautify: Remove Linebreak before beautify Trim Quoted Char of Each Line: Trim Quoted Char of Each Line

    Page 4     61-80 of 82    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter