 |
|
| Time : |
3 : 24 |
|
|
SQL Injection Demo |
|
 |
|
| Time : |
16 : 19 |
|
|
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 ; |
|
 |
|
| Time : |
9 : 31 |
|
|
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 |
|
 |
|
| Time : |
62 : 4 |
|
|
Renowned Oracle PL/SQL expert, Steven Feuerstein, presents "PL/SQL Best Practices" -- offering high-level principles to guide our work. |
|
 |
|
| Time : |
7 : 55 |
|
|
Configuracion de SQL SERVER para usarlo con Visual Studio 2005, Creacion de un usuario, creacion de una base de datos y una tabla. |
|
 |
|
| Time : |
0 : 44 |
|
|
Tracing SQL Queries
http://www.fastwave.gr.jp/diarysrv/misuzilla/200606c.html#20060630-1 |
|
 |
|
| Time : |
62 : 46 |
|
|
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. |
|
 |
|
| Time : |
5 : 54 |
|
|
Video transcription of a presentation that was given before several groups of IT managers in a big international bank. |
|
 |
|
| Time : |
87 : 2 |
|
|
Jeremy Cole host the April 9, 2007 My SQL Community meeting: |
|
 |
|
| Time : |
9 : 54 |
|
|
http://idealprogrammer.com presents SQL Server 2005 Video Tutorial Series. In this first 10-minute video, you will learn how to install SQL Server 2005 Express and the SQL Server Management Studio. |
|
|
 |
|
| Time : |
7 : 6 |
|
|
For Infinity Exists Full Disclosure's first Website Hacking episode, we demonstrate how to exploit a security vulnerability occurring in a website's database to extract password hashes. Sql (Structured Query Language) is a computer language designed for the retrieval and management of data in a system's database. The Attack, known as Sql Injection, manipulates Sql statements before they are sent to the Sql Server, allowing the Attacker to create, change, or retrieve data stored in the database. Sql Injection is a hard concept to understand, so we made a video that encompasses all our knowledge on the subject to make it easier for our viewers to grasp.
Part 2 of 2
http://infinityexists.com/videos/episode11/ |
|
 |
|
| Time : |
6 : 53 |
|
|
Step by step making some tables with SQLPlus on an Oracle System |
|
 |
|
| Time : |
0 : 30 |
|
|
アイデア0001: まばたきが実装されました。
アイデア0002: HasMeganeプロパティが実装されました。 |
|
 |
|
| Time : |
10 : 0 |
|
|
Bucharest, March 20, 2008
Jonathan Perera - Platform Application Manager, Microsoft Corp.
Demo:
Zoli Herczeg - ISV Evangelist, Developer & Platform Evangelism division, Microsoft Romania
Gartner placed Microsoft BI portfolio in the Magic Quadrant for industry leadership vision and ability to execute it. |
|
 |
|
| Time : |
4 : 26 |
|
|
Tune in as EMC's Chad Sakac, senior practice manager for databases and messaging, discusses the challenges of deploying a large database environment. Chad outlines the features and functionalities of SQL Server 2005 and how they were used for Project REAL—a reference architecture built jointly by Microsoft and EMC.
For More Information Visit EMC: http://www.emc.com/solutions/microsoft/sql_server/index.jsp |
|
 |
|
| Time : |
38 : 19 |
|
|
a user registration using php and mysql, much better than the other one, also double the length.
source available at http://neoblob.com/phpsquad |
|
 |
|
| Time : |
7 : 25 |
|
|
SQL Server 2008 includes Auditing (server and database)
SQL Server 2008 now enables you to configure server and database level audit specifications. These specifications include server operations such as management changes and database actions such as data manipulation language (DML) and data definition language (DDL) operations. The output of the audits can be sent to a file, Windows Security event log, or the Windows Application event log. |
|
 |
|
| Time : |
6 : 34 |
|
|
Learn how to utilize the SQL Adapter in your BizTalk solutions. Email biztalk@unitekconsulting.com for a hi-res version. |
|
 |
|
| Time : |
8 : 7 |
|
|
The SQL on rails April Fools' 2006 screencast. |
|
 |
|
| Time : |
45 : 58 |
|
|
Gain insight into best practices for SQL Server optimization and ways to alleviate many root causes that can impact performance of your SQL Server database. Kevin also will discuss how to manage for planned and unplanned changes, speed time to implementation of your applications and ensure that your databases are running as they should.
You will learn how to:
* Identify the root cause of bottlenecks that hinder performance of your SQL Server environment
* Diagnose and fix T-SQL errors in development before code goes into production
* Learn new best practices for project planning and formatting your code
* Ensure that your code is scalable, optimized and validated
* Resolve 60-80% of the performance bottlenecks attributed to poorly written SQL |
|
 |
|
| Time : |
10 : 33 |
|
|
SQL Server 2008 includes GROUPING SETS:
Grouping Sets is an extension to the GROUP BY clause that lets users define multiple groupings in the same query. Grouping Sets produces a single result set that is equivalent to a UNION ALL of differently grouped rows, making aggregation querying and reporting easier and faster. |
|
 |
|
| Time : |
2 : 59 |
|
|
See Simon transform from a bullied, picked-on and despised Database Administrator to a rising star DBA using Idera SQL Server management and performance tools. |
|
 |
|
| Time : |
8 : 24 |
|
|
From webscutity.com. Demo of application firewall. |
|
 |
|
| Time : |
7 : 57 |
|
|
For Infinity Exists Full Disclosure's first Website Hacking episode, we demonstrate how to exploit a security vulnerability occurring in a website's database to extract password hashes. Sql (Structured Query Language) is a computer language designed for the retrieval and management of data in a system's database. The Attack, known as Sql Injection, manipulates Sql statements before they are sent to the Sql Server, allowing the Attacker to create, change, or retrieve data stored in the database. Sql Injection is a hard concept to understand, so we made a video that encompasses all our knowledge on the subject to make it easier for our viewers to grasp.
Part 1 of 2
http://infinityexists.com/videos/episode11/ |
|
 |
|
| Time : |
9 : 28 |
|
|
SQL Server 2008 includes Data Profiling Task:
The Data Profiling task is a new task in the Integration Services toolbox. You can use this task inside an Integration Services package to profile data that is stored in SQL Server. The information provided by the profile helps you identify potential problems with data quality.
The Data Profiling task provides profiles that help identify data quality problems within individual columns and with column relationships:
Profiles that help identify problems within individual columns
· The distribution of lengths in the column values.
· The percentage of null values.
· The distribution of values in the column.
· Column statistics for numeric columns.
· Regular expressions that match string columns.
Profiles that help identify problems with column relationships
· Candidate key columns.
· Functional dependencies between columns.
· The inclusion of the set of values in one column in the set of values in another column. |
|
 |
|
| Time : |
63 : 12 |
|
|
Kevin Kline will offer insight into best practices for SQL Server 2005 set up, configuration and queries. He will also discuss tuning for both the server and hardware to help an application perform better after it is deployed. This presentation will offer a better understanding of several SQL Server performance related areas including:
* Hardware design
* SQL Server configuration settings
* Database configuration settings
* Application design
* SQL Tuning |
|
 |
|
| Time : |
3 : 7 |
|
|
SQL Server 2008 includes T-SQL IntelliSense:
Transact-SQL IntelliSense provides intelligent aids for Transact SQL scripting that make language references easily accessible for database developers. When coding, you do not need to leave the Database Query Editor to perform searches on T-SQL language elements or your database metadata. You can keep your context, find the information you need, insert T-SQL language elements directly into your code, and even have IntelliSense complete your typing for you. This can speed up software development by reducing the amount of keyboard input required and minimize references to external documentation. |
|
 |
|
| Time : |
4 : 46 |
|
|
SQL Server History |
|
 |
|
| Time : |
1 : 49 |
|
|
Hacking demonstration using SQL injection
get the original file here:
http://rapidshare.com/files/16310360/inj.avi
get more video at http://r3mu.dr.ag |
|
 |
|
| Time : |
8 : 5 |
|
|
The Data Collector is a system that can collect data from any TSQL query like DMVs, Windows Performance Counters, and the SQL Trace. It bundles any selection of these items into a Collection Set. This data is then stored in a relational database known as the management data warehouse. Microsoft provides three bundled collectors, however you can create custom data collectors via T-SQL and API. |
|
 |
|
| Time : |
3 : 23 |
|
|
SQL Server Overview |
|
 |
|
| Time : |
4 : 57 |
|
|
LearnSqlServer.com has a great free video on the three main types of backups. This video is an excellent introduction to the different types of SQL Server backups - the full backup, the differential backup and the transaction log backup. EVERY administrator and developer should have a strong understanding of the types of backups in SQL Server 2000. Do you need to watch this video? Answer this question, "Which of the following backup types clear out the online transaction log (truncate the log) - full, differential, and/or transaction log backup?" Did you get the right answer? Oh - you don't know if you got the right answer? Then you're guessing and you should watch this video!
Author: Scott Whigham |
|
 |
|
| Time : |
3 : 24 |
|
|
Preparing To Install SQL Server 2005 |
|
 |
|
| Time : |
9 : 52 |
|
|
In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins! First 15 mins attached here and the full hour available for free at JumpstartTV.com if you like more. |
|
 |
|
| Time : |
4 : 27 |
|
|
Hardware Requirements for SQL Server 2005 |
|
 |
|
| Time : |
9 : 54 |
|
|
Aqui mais de 1.600 vídeo aulas no site www.informaticon.com.br. Desenvolvido pelo professor Neri Aldoir Neitzke, pós-graduado em Desenvolvimento para Web, professor da Universidade Ulbra e proprietário da Informaticon, email
videoaulas@informaticon.com.br 0xx543330-1222 Carazinho-RS Brasil Obs.: No youtube.com, as video aulas não estão nítidas e apenas a metade das vídeo aulas estão aqui. Caso queira, posso enviar um dvd com centenas de vídeo aulas originais com alta
qualidade, e você ainda vai receber todo o código fonte. |
|
 |
|
| Time : |
4 : 27 |
|
|
SQL Server Editions |
|
 |
|
| Time : |
10 : 35 |
|
|
Aqui mais de 1.600 vídeo aulas no site www.informaticon.com.br. Desenvolvido pelo professor Neri Aldoir Neitzke, pós-graduado em Desenvolvimento para Web, professor da Universidade Ulbra e proprietário da Informaticon, email
videoaulas@informaticon.com.br 0xx543330-1222 Carazinho-RS Brasil Obs.: No youtube.com, as video aulas não estão nítidas e apenas a metade das vídeo aulas estão aqui. Caso queira, posso enviar um dvd com centenas de vídeo aulas originais com alta
qualidade, e você ainda vai receber todo o código fonte. |
|
 |
|
| Time : |
7 : 14 |
|
|
Sql injection invadindo site usando strings muito simples qualquer um pode tar envadindo com sql injection nao tem secredo... |
|
 |
|
| Time : |
7 : 5 |
|
|
SQL Server 2008 includes Cache Transform:
The Cache Transform transformation writes data from a connected data source in the data flow to a Cache connection manager. The cache can be populated from text files, XML files, Excel files, etc.; you are not limited to only populating the cache from an OLE DB source. The Lookup transformation in a package performs lookups on the data using the Cache connection manager.
You can configure the Cache connection manager to save the data to a cache file (.caw). The cache file can be populated once and reused throughout the ETL process within multiple Lookup transformations for performing surrogate key lookups and populating the data warehouse. |
|
 |
|
| Time : |
75 : 19 |
|
|
Find out how Quest can reduce your development and administration costs by automating the process of SQL tuning. In this webcast, you will learn:
* The value of SQL tuning to you and your organization
* What the ideal solution looks like
* How to use the key functions and new features in Quest SQL Optimizer for Oracle v7.2 |
|
 |
|
| Time : |
5 : 44 |
|
|
Learn about expanded SQL Server 2005 database mirroring capabilities from EMC's Chad Sakac, senior practice manager for databases and messaging. And see how EMC RecoverPoint solutions—with consistency technology, compression, and continuous data replication—can help your SQL Server 2005 environment survive a total site disaster.
http://www.emc.com/solutions/microsoft/sql_server/index.jsp |
|
 |
|
| Time : |
64 : 30 |
|
|
Since the release of SQL Server 2005, companies have been investing heavily in SQL Server for their business-critical applications. DBAs are now challenged with supporting ever-growing datasets and making efficient use of allocated disk space in both production and enterprise storage environments. Yet DBAs seldom have a clear picture of their data storage and therefore cannot determine whether they are getting a worthwhile return on their storage investment or if an out-of-disk situation is looming.
In this presentation, Kevin will address these challenges and explore methodologies to help you efficiently use allocated disk space for enterprise storage and production environments. |
|
 |
|
| Time : |
4 : 32 |
|
|
Default & Named Instances |
|
 |
|
| Time : |
9 : 26 |
|
|
SQL trainer Scott Whigham walks you through the default installation of SQL Server 2005 in this video, part 1 in a series on installing SQL Server 2005. In this video you'll learn about the instances, folders, services, and options chosen during the default install. |
|
 |
|
| Time : |
2 : 49 |
|
|
http://www.databasetastechallenge.com/game -What's better? Oracle 11g or Microsoft SQL Server 2005? You decide!!! |
|
 |
|
| Time : |
33 : 34 |
|
|
Ask The Expert: Everything you wanted to know about SQL Server Database Backup and Recovery, but were afraid to ask.
This archived webcast features Quest Product Manager, Bob Boule, leading an open forum on Backup and Recovery for SQL Server databases, giving the audience a chance to ask questions or discuss anything regarding backup and recovery. |
|
 |
|
| Time : |
3 : 39 |
|
|
Installation Part 2 |
|
 |
|
| Time : |
5 : 54 |
|
|
Ergänzender Screencast zum Artikel "SQL-Injection Teil2 - MS-SQL". Beispielhaft wird ein Angriff auf eine Webanwendung unter Microsoft IIS mit Anbundung an einen SQL Server gezeigt. Der zugehörige Artikel ist unter http://www.computer-security.de/content/view/997 abrufbar.
Teil 1 von 2 / Part 1 of 2
Teil2: http://www.youtube.com/watch?v=gI0FL5c55hs |
|
 |
|
| Time : |
2 : 7 |
|
|
Introduction |
|
 |
|
| Time : |
4 : 9 |
|
|
Working with Previous Versions |
|
 |
|
| Time : |
6 : 32 |
|
|
SQL injection for user names and passwords. |
|
 |
|
| Time : |
7 : 14 |
|
|
http://ComputerVideoS.110mb.com
This is a demostration of a very simple and consise application which tells how we can connect to SQL Server 2000 or you can even connect to SQL Server 2005 with it.
Just watch this video and you will learn all that in no time!
Note: SUBSCRIBE TO THIS VIDEO TO GET UPDATED ABOUT MORE FREE TRAINING VIDEOS!
http://computerVideoS.110mb.com
Enjoy! |
|
 |
|
| Time : |
5 : 9 |
|
|
Installation Part 1 |
|
 |
|
| Time : |
57 : 51 |
|
|
This presentation will help you understand Microsoft tuning techniques. It will teach tips and tricks for making queries perform better, and how to use tools to tune SQL. |
|
 |
|
| Time : |
2 : 2 |
|
|
Getting into the admin control panel of a vunerable website. |
|
 |
|
| Time : |
2 : 51 |
|
|
Changing & Deleting |
|
 |
|