Skip to main content

Home/ Groups/ Software Tutorials for Visual Learners
adie afton

MySQL 5.0 New Features: Triggers - 0 views

  •  
    Whenever I want to show actual code, such as something that comes directly from the screen of my mysql client program, I switch to a Courier font, which looks different from the regular text font.
adie afton

MySQL 5.0 New Features: Data Dictionary - 0 views

  •  
    MySQL now has a new "database" named INFORMATION_SCHEMA. It is a virtual database only; there will never be a need to create a file by that name, and the MySQL server itself creates and populates the tables therein.
adie afton

mySQL 5.0 New Features - 0 views

  •  
    MySQL user who wants to know "what's new" in version 5. The short answer is "stored procedures, triggers, views, and information schema".
adie afton

MySQL Tip: How To Check, Repair & Optimize All Tables in All Databases - 0 views

  •  
    mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
adie afton

How to start/stop MySQL server on Linux - 0 views

  •  
    This will kill the mysqld process. However the best way to stop (because it stops properly) is obviously
adie afton

How To Export MS Access Database To MySQL Database - 0 views

  •  
    Here are few tips (with undocumented features) to help you export huge MS Access database (production database with real data) to MySQL
adie afton

MySQL SQL Delete Notes - 0 views

  •  
    To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table.
adie afton

To make SQL Queries Case Sensitive - 0 views

  •  
    To make SQL Queries Case Sensitive using Collation.You can make SQL Queries Case sensitive at the column level or Table level or DataBase level.
adie afton

Getting all stored procedures from a database - 0 views

  •  
    Here how you can get all the stored procedure from a database. Hey not only the name but the stored procedures definitions also.
adie afton

Difference between TOP clause in SQL 2000 and SQL 2005 - 0 views

  •  
    Generally TOP clause is used to perform SELECT on top n results. This feature of TOP is extended in SQL 2005 so that we can also use expression apart from int, bigint and percent to perform query and also extended to be used in UPDATE and DELETE statements.
adie afton

SQL Keys - 0 views

  •  
    In SQL, keys are used to maintain referential integrity among relations. Put simply, this means keys allow tables to reference each other, and each reference will be "correct" every time.
adie afton

SQL Perl/PL Overview - 0 views

  •  
    The following examples make use of PostgreSQL's implementation of PL/Perl, but the examples should be relevant and similar to other procedural language extensions in most databases that support such additions.
adie afton

What's New in SQL Server 2005-Enhancements for Data Base Administrators. - 0 views

  •  
    The SQL Server Management Studio is a one point access to a number of services - the relational database, the Integration services, Analysis services, Reporting services, Notification Services and SQL Mobile.
adie afton

SQL Server 2005 - Service Broker - 0 views

  •  
    The process of sending and receiving asynchronous messages by different processes in SQL Server 2005 is enabled by the Service Broker.
adie afton

Why Software Engineers Use Interface Testing - 0 views

  •  
    In software development, testing is a crucial part of the whole process. Many software engineers have considered interface testing as one of the most important tests they have to conduct in order to guarantee the quality of their products.
adie afton

Frame Work - 0 views

  •  
    Frame work is a Generic work designed by an expert and followed by many people to perfom a particular task in an effective , efficient and optimized way.
adie afton

Modular Frame work - 0 views

  •  
    This is also a general frame work that can be used by some people.
adie afton

Batch testing - 0 views

  •  
    Batch testing is a process of executing a group of tests at a time.
adie afton

Keyword Driven frame work - 0 views

  •  
    This is also a general frame work that can be used by most of people.
adie afton

Software Interface Testing and Other Types of Software Testing - 0 views

  •  
    Software interface testing is just one among the many types of software testing that are used by software engineers for software development. Automated testing is one of the most common software test approaches these days. With this, engineers would not have to perform tests or quality assurance manually.
‹ Previous 21 - 40 of 137 Next › Last »
Showing 20 items per page