| |
 | Using the Event Scheduler: The Friendly Behind-the-Scenes Helper Author: tcation Length: 58 minutes, 11 seconds Rating:  |
Description: Helper Giuseppe Maxia (Sun Microsystems Inc), Andrey Hristov (SUN Microsystems) Download the PDF slides at assets.en.oreilly.com From the official conference description at www.mysqlconf.com The Event Scheduler is a framework for executing SQL commands at specific times or at regular intervals. The ...More Description: Helper Giuseppe Maxia (Sun Microsystems Inc), Andrey Hristov (SUN Microsystems) Download the PDF slides at assets.en.oreilly.com From the official conference description at www.mysqlconf.com The Event Scheduler is a framework for executing SQL commands at specific times or at regular intervals. The basics of its architecture are simple. An event is a stored routine with a starting date and time, and a recurring tag. Once defined and activated, it will run when requested. Unlike triggers, ... |
| |
| |
 | SQL Server 2008 Functions Author: baghul Length: 9 minutes, 48 seconds Rating: 5.0  |
Description: www.learningsqlserver2008.com We go over the basics of using functions. Have examples on System functions like Getdate() and then a user defined function to get Average Unit Price from a Sales Order table
Description: www.learningsqlserver2008.com We go over the basics of using functions. Have examples on System functions like Getdate() and then a user defined function to get Average Unit Price from a Sales Order table |
| |
| |
 | Database Hacking: Direct Database Access SQL Injection Attack Author: ImpervaChannel Length: 2 minutes, 50 seconds Rating: 3.75   |
Description: SQL injection is usually a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters...More Description: SQL injection is usually a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and/or commands on the backend database server through the Web ... |
| |
| |
 | Web Server Attacks Demo Author: EricHGoldman Length: 7 minutes, 19 seconds Rating:  |
Description: This is the testbed demo for a presentation on web server & web application auditing. The presentation deals with some aspects of HIPAA §164.312(a)(1). Some custom, intentionally weak web app examples were written to show a few different varieties of attack including SQL injection, password dic...More Description: This is the testbed demo for a presentation on web server & web application auditing. The presentation deals with some aspects of HIPAA §164.312(a)(1). Some custom, intentionally weak web app examples were written to show a few different varieties of attack including SQL injection, password dictionary attacks, and insufficient data validation. In the presentation, you can see how the attack works and relevant code from the application and attack standpoint. You can view the entire ... |
| |
| |
 | Step By Step Example for How to Run The Derby DB and a Sample Code that Uses it Author: lifemichael Length: 4 minutes, 49 seconds Rating:  |
Description: This short video clip explains how to run the Derby DB (Java DB) and how to compile and run a short Java code that connects it.
Description: This short video clip explains how to run the Derby DB (Java DB) and how to compile and run a short Java code that connects it. |
| |
| |
 | Google hacking codes Author: paok4ara Length: 6 minutes, 21 seconds Rating: 4.5454545   |
Description: ------------------------------ intitle:Index of passwords modified allinurl:auth_user_file.txt access denied for user using password A syntax error has occurred filetype:ihtml allinurl: admin mdb ORA-00921: unexpected end of SQL command inurl:passlist.txt Index of /backup Chatologica MetaSearch stac...More Description: ------------------------------ intitle:Index of passwords modified allinurl:auth_user_file.txt access denied for user using password A syntax error has occurred filetype:ihtml allinurl: admin mdb ORA-00921: unexpected end of SQL command inurl:passlist.txt Index of /backup Chatologica MetaSearch stack tracking: parent directory /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums parent directory DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums parent directory ... |
| |
| |
 | Automating tests for T-SQL code Author: LM728 Length: 7 minutes Rating: 5.0  |
Description: tst.codeplex.com This is a short demo of the TST tool. This is an open source tool that can be used to write and automate tests for T-SQL code. Similar to other tools like SPUnit but with a more mature set of features. Can be downloaded from http
Description: tst.codeplex.com This is a short demo of the TST tool. This is an open source tool that can be used to write and automate tests for T-SQL code. Similar to other tools like SPUnit but with a more mature set of features. Can be downloaded from http |
| |
| |
 | An Introduction to SQLite Author: googletechtalks Length: 51 minutes, 1 second Rating: 4.5185184   |
Description: . But at the top and the bottom you've got - you open and close connections to the database and this gives you a connection and then you prepare your SQL statements. You combine parameters with the SQL statements after you prepare them as you want to. Then you step through the SQL statement. You can...More Description: . But at the top and the bottom you've got - you open and close connections to the database and this gives you a connection and then you prepare your SQL statements. You combine parameters with the SQL statements after you prepare them as you want to. Then you step through the SQL statement. You can use the Column commands to access data and then you can either reset to run it again or you can finalize it, which is the destructor for the object. Here's sort of a quick example of how you ... |
| |
| |
 | Google I/O 2009 - Keynote Day 1 (full) Author: GoogleDevelopers Length: 1 hour, 28 minutes, 1 second Rating: 4.693617   |
Description: we've actually in the initial version of the platform. So we'll switch over. So, the first thing I'm gonna show you is just an example of the canvas tag in our calendar application. You can see the way we're using it is to actually get really high-performance scrolling as Greg actually scrolls up an...More Description: we've actually in the initial version of the platform. So we'll switch over. So, the first thing I'm gonna show you is just an example of the canvas tag in our calendar application. You can see the way we're using it is to actually get really high-performance scrolling as Greg actually scrolls up and down in the day view. So that's just one example there. And this example we're gonna show you is CSS transformations. So this is in our music application, and you can see that we're using ... |
| |
| |
 | Google I/O 2009 - Mercurial on BigTable Author: GoogleDevelopers Length: 47 minutes, 18 seconds Rating: 4.7894735   |
Description: talked about all of that. Great. Writing to the repository is as I described, and the only thing is you do need to lock the repository when you're doing this, so that you don't present an inconsistent state to any other instance of the hg command that happens to be running. All right, so when you-- ...More Description: talked about all of that. Great. Writing to the repository is as I described, and the only thing is you do need to lock the repository when you're doing this, so that you don't present an inconsistent state to any other instance of the hg command that happens to be running. All right, so when you-- to, say, make a new commit to the repository, we lock it and we compute the list of modified files, which--it has to be locked during that-- and we show the-- you know, we invite the user to ... |
| |