| |
Search videos for sql |
|
|
|
|
SQL Injection
SQL Injection Demo
Length: 205
Rating: 4.50 (276 ratings)
Tags: SQl Injection
|

Play |
|
|
Common Mistakes in Oracle PL/SQL Programming
You did WHAT?
You wrote an explicit cursor? You declared a variable using the VARCHAR2 datatype? You raised an exception to skip over unnecessary lines of code?
If slip-ups like these sound familiar (or if you don't know why these are mistakes), join Quest for a one-hour Webcast featuring guest speaker, Steven Feuerstein, as he examines common mistakes in Oracle PL/SQL programming. Learn how to correct mistakes to improve the maintainability and performance of your application.
This Webcast will also demonstrate CodeXpert — a powerful feature available within Toad® that will help you avoid common mistakes and ensure you implement PL/SQL best practices in your daily activities.
About the Guest Speaker:
Steven Feuerstein is considered one of the world's leading experts on the Oracle PL/SQL language, having written nine published books on PL/SQL (all from O'Reilly & Associates). Steven has been developing software since 1980, spent five years with Oracle (1987-1992) and serves as a Senior Technology Advisor to Quest Software.
Length: 3767
Rating: 4.70 (49 ratings)
Tags: Oracle PLSQL Programming Steven Feuerstein Quest Software Toad best practices
|

Play |
|
|
PHP Tutorial // User Registration w/ SQL
PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php, sql and phpmyadmin.
For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default '',
`password` varchar(50) NOT NULL default '',
`email` varchar(40) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Length: 980
Rating: 3.80 (191 ratings)
Tags: tutorial php sql mysql phpmyadmin lgo666 computers video sexy
|

Play |
|
|
SQL Best Practices in less than 20 minutes 1/3
Video transcription of a presentation that was given before several groups of IT managers in a big international bank.
Length: 354
Rating: 4.60 (10 ratings)
Tags: SQL database performance best practices roughsea faroult
|

Play |
|
|
PL/SQL Best Practices with Steven Feuerstein
Renowned Oracle PL/SQL expert, Steven Feuerstein, presents "PL/SQL Best Practices" -- offering high-level principles to guide our work.
Length: 3724
Rating: 4.80 (29 ratings)
Tags: pl sql oracle best practices steven feuerstein quest software
|

Play |
|
|
Yuki Nagato meets Microsoft SQL Server 2005
Tracing SQL Queries
http://www.fastwave.gr.jp/diarysrv/misuzilla/200606c.html#20060630-1
Length: 44
Rating: 4.70 (11 ratings)
Tags: SQLServer Windows Haruhi Nagato
|

Play |
|
|
PHP Tutorial // User Registration w/ SQL 2 [Better]
a user registration using php and mysql, much better than the other one, also double the length.
source available at http://neoblob.com/phpsquad
Length: 2299
Rating: 4.50 (70 ratings)
Tags: tutorial php sql mysql phpmyadmin lgo666 computers video sexy
|

Play |
|
|
An Introduction to SQL Server Reporting Services (Pt. 1)
This video, part one in a six-part series, talks about what SQL Server Reporting Services (SSRS) is and designed for the absolute beginner - someone who wants a high-level overview of Reporting Services. If you want to get a solid Technology Overview of Reporting Services, this is it.
Highlights from this video:
* Concepts of Server-Based Reporting
* Where is the report stored?
* What are .rdl files?
* Data sources (OLE-DB, ODBC, XML)
* Licensing options
* Types of reports available
and much more.
Author: Scott Whigham
Length: 571
Rating: 4.70 (7 ratings)
Tags: ssrs sql server reporting services
|

Play |
|
|