Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Database management: Create a proper development environment for Oracle SQL
- In order to provide a consistent SQL execution environment in Oracle there are a number of environmental issues that should be addressed. By ignoring these issues you invite instability, acknowledged by ever-changing SQL execution plans, resulting in poor database query performance.Successful use of Oracle’s Cost-Based Optimizer CBO is heavily dependent...
- Tags: Programming languages, Databases, database management, database, Donald Burleson, development environment, SQL, execution plan, Oracle Corp., outline, Cost Based Optimizer, SQL execution plan
- Technical articles 2003-12-29
Additional Resources
- Query Plan (zip)
- Priodata Query Plan is a front-end to the most commonly used V$ views to investigate SQL execution performance in the Oracle Database. You can browse the shared cursor area looking for low-performance SQL, see all information related (taken from V$SQL view) and the complete SQL statement and its execution plan...
- Tags: SQL, Priodata Query Plan, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-03-21
- SQL Assistant for Oracle (zip)
- SQL Assistant for Oracle is a GUI-based utility for Oracle management. Features include Object Management, SQL code completion, Session manager, Extract Wizard, Logminer Wizard, Query History, Preview dependent objects, fast search FK-dependent tables, SQL code insight, asyncronic (parallel-query) execution, and execution plan parser.
- Tags: Oracle Corp., SQL, SQLap, Programming Languages, Software Development, Databases, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2007-04-20
- Cache Monitor (zip)
- Cache Monitor is the SQL development tool designed for InterSystems database Cache. It supports developers with features, like advanced SQL Query Editor with foreign key join suggestion, Cache-SQL Syntax highlighting, SQL Code completion, SQL History buffer for executed SQL commands, SQL Code formatting, Graphical SQL execution plan. Version 0.34 is...
- Tags: Monitor, SQL, Cache Monitor, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2007-05-11
- Understanding SQL Server's WITH RECOMPILE option
- Dynamic St ProcWell i guess that's the problem with only Dynamic Stored Procedure... It looks ur suggestion fits best to dynamic SP... Otherwise If SP has to work with just static veiw of relational schema in Normal Stored procedure, it should not be recompiled everytime as it might degrade the...
- Tags: naishaltopiwala@..., server, software, sproc
- Discussion threads 2005-04-12
- Cost Control: Inside the Oracle Optimizer
- Oracle's Cost-Based SQL Optimizer CBO is an extremely sophisticated component of Oracle that governs the execution for every Oracle query. The CBO has evolved into one of the world's most sophisticated software components, and it has the challenging job of evaluating any SQL statement and generating the "Best" execution plan...
- Tags: Oracle Corp., Cost Control, CBO, Tools & Techniques, Financial Services, Programming Languages, Management, Software Development, Software/Web Development
- White papers
- SQL Studio Query eXecutor (exe)
- SQL Studio Query eXecutor QX is a simple query and SQL script execution utility for Microsoft SQL Server. It features color syntax highlighting, whole script or selected statements execution, executing of SQL scripts or stored procedures, and multiple result tables. Convenient functions to save SQL code to file and open...
- Tags: Microsoft SQL Server, SQL, SQL Studio QX, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-10-06
- MSDN Webcast: A Primer to Proper SQL Server Development (Part 7 of 10): Understanding Plan Caching and Optimizing Procedure Performance (Level 200)
- This webcast on Microsoft SQL Server development focuses on ways you can optimize your stored procedures and how to make the most of the resources you have available. What happens when you execute a statement? If a plan is used, how long does it stay in cache? Can you control...
- Tags: Cache, Microsoft Developer Network, Webcast, Performance, Microsoft SQL Server, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- SQL Tuning: Introduction
- This paper is for readers who already know SQL and have an opportunity to tune SQL or the database where the SQL executes. It includes specific techniques for tuning on Oracle, Microsoft SQL Server, and IBM DB2. However, the main problem of SQL tuning is finding the optimum path to...
- Tags: SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Book chapters 2003-11-07
- Format EXPLAIN PLAN results easily with Oracle's DBMS_XPLAN
- When you need to troubleshoot inefficient SQL, one of the most important diagnostics tools at your disposal is the output of the EXPLAIN PLAN command. Find out how Oracle's DBMS_XPLAN functions can help you tune your SQL statements. One of the most important diagnostic tools in troubleshooting inefficient...
- Tags: Oracle Corp., SQL, DBMS_XPLAN.DISPLAY, Databases, Bob Watkins, Programming languages, execution plan, Explain Plan, SQL Statement, PLAN_TABLE, DBMS_XPLAN, Oracle Tips Newsletter, Listing B, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Technical articles 2006-05-16
- EMS SQL Query 2007 for SQL Server (zip)
- EMS SQL Query 2007 for SQL Server is a utility that lets you quickly and simply build SQL queries to Microsoft SQL databases. Visual building as well as direct editing of a query text is available. User-friendly graphical interface allows you to connect to databases, select tables and fields for...
- Tags: Graphical Interface, Query, Microsoft SQL Server, Server, SQL, Programming Languages, Databases, Storage, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Hardware
- Software downloads 2007-06-13
- Tune your SQL Server scripts with Query Analyzer
- I like to think of the bundled SQL Server tools as an inverted pyramid with tools for diagnosing and reviewing general issues at the top, and those for finding and diagnosing specific areas of concern at the bottom. Besides providing a handy way to write SQL scripts, Query Analyzer is...
- Tags: Databases, Microsoft SQL Server, Query Analyzer, execution plan
- Technical articles 2003-03-26
- SQL PathFinder for Oracle (msi)
- SQL Pathfinder is for Oracle SQL programmers who live in an environment where multiple versions of SQL scripts and multiple SQL execution environments exist. Pathfinder determines the SQL path that SQL Plus will use, and traces and displays all of the script dependencies for your SQL script. The dependencies are...
- Tags: Oracle Corp., SQL, SQL PathFinder, Pathfinder, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-11-21
- HOW REDUCE EXECUTION TIME OF STROE PROCEDURE
- HOW CAN I REDUCE THE EXECUTION TIME OF STORE PROCEDUREOptimise the SQL inside itAll a stored procedure is, is a pre-parsed query with some add-ons. How much performance improvement you get from it being an SP depends on how much SQL to parse and whether the server keeps it cached...
- Tags: Programming languages, pravin.mankape1@...
- Discussion threads 2007-07-19
- Teratrax Performance Monitor (msi)
- Monitor SQL Server performance on all enterprise servers from a single interface. Analyze and chart real-time and historical execution of SQL code across users and applications. Isolate SQL Server hardware utilization and correlate it with SQL statements and SPs. Be the first to know about slow and failed SQL Server...
- Tags: Microsoft SQL Server, SQL, Databases, Enterprise Software, Software, Data Management
- Software downloads 2006-06-16
- Export Query to SQL for SQL server Professional (exe)
- Export Query to SQL for Microsoft SQL Server will help you save results of a query execution as a set of INSERT SQL statements. Predefined or custom separators like 'go', two identity support modes and a few options make this tool flexible. The program has easy to learn and to...
- Tags: Microsoft SQL Server, Server, SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2008-01-14
- Monitor query performance with the SQL Server 2005 procedure cache
- In SQL Server 2005, you only need to recompile the statements inside stored procedures. This is much different than SQL Server 2000, where the entire procedure or batch may be recompiled. The benefit to the statement level recompile in SQL Server 2005 is that typically just a few statements inside...
- Tags: Monitor, Procedure, Performance, Microsoft SQL Server, Statement, Database Engine, Microsoft SQL Server 2005, Execution Plan, Tim, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Tim Chapman
- Blog posts 2008-01-17
- Export Query to SQL for SQL Server (exe)
- Export Query to SQL for Microsoft SQL Server helps to save results of a query execution as a set of insert SQL statements. Predefined or custom separators like go, two identity support modes and a few options make this tool flexible. The program has easy to learn and to use...
- Tags: Microsoft SQL Server, Server, SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2008-01-10
- Advanced Database Query Automaton (msi)
- Advanced Database Query Automaton is a scriptable relational database client utility that allows execution of SQL Structured Query Language statements on Microsoft SQL Server and MySQL databases. Resultsets returned by select statements are automatically persisted to CSV spreadsheets. The application comes with an XML configuration file that allows users to...
- Tags: SQL, Advanced Database Query Automaton, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- Software downloads 2007-12-20
- Tweak SQL Server options to gain functionality
- xp_cmdshell has been available since at least SQL Server 7.0SQL Server has offered xp_cmdshell since SQL Server 7.0 (when I started using it - it could have existed before that) and is not new to SQL 2005. I thought I would clarify that, since this post says it is new...
- Tags: Databases, Chris.Conner@..., xp_cmdshell, Microsoft SQL Server, server
- Discussion threads 2007-06-19
- << Previous
- page 1 of 1
- Next >>