Introduction to ApexSQL Log

Introduction to ApexSQL Log


Audit, revert or replay SQL Server database changes including the ones that have occurred before the product was installed. Restore damaged or missing data and objects. Capture information on the user, application and host used to make each change. Schedule auditing unattended and review the automatically generated comprehensive auditing reports. Get your 14-day free trial at http://www.apexsql.com/Download.aspx?
Closed Caption:

welcome to this introduction to apex
equal log apex equal log is a sequel
server transaction log reader which not
only allows you to view data and your
transaction logs in a format you can
understand but also rollback changes
recover data and determine who made
those changes in this video I will show
you how to view the data in your log for
a specified period find out who
performed a certain action on the
database identify all the operations
which form part of the same transaction
and roll back any unwanted changes this
script add some rose into the production
. unit measure table then updates the
production . product table and then
deletes the Rose it added now let's look
at this data and apex equal log
first you'll connect to the database we
will select adventureworks
we will only use the online transaction
log we only want to view changes made in
the last couple of minutes so we will
select custom and specified today's date
and then we can type the time in here
apex equal log also offers other filter
capabilities like operations and tables
but for the purpose of this
demonstration we will just focus on date
and time you can view the results in
three different ways open results in
grid this option displays the results in
a grid and allows additional filtering
advanced transaction selection and
operation export results to file this
option exports the results to a
specified file format create undo and
redo script the supported file formats
are HTML XML sequel csv and sequel book
files create batch file this option
creates a batch file for process
automation you will be able to choose
your output type path scripting options
and export results into a specified file
type including HTML XML sequel csv and
sequel book we will use open results in
grid
as you can see here we have the inserts
here we have the update and here we have
the deletes
if you click on any of these operations
you can see the operation details the
row history the undue script the redo
script
and the transaction information such as
when it occurred and who did it
the grid filter on the left-hand side
allows you to filter the grid on the
right-hand side so if you select a date
range here it will be a subset of a date
range previously selected if you want to
export a row you can check it right
click on it and export it as an XML csv
HTML sequel script or sequel book file
now let's have a look at transactions
first we will run another scripture on a
transaction it begins a transaction that
I perform some tasks which should be
done as a unit and then commit the
transaction
if the schema an object name is shown as
unknown it means the object has been
dropped and the object name is no longer
available if you don't want to see
dropped operations you can go to data
operations and uncheck the show
operations on drop table checkbox
we have created a transaction that
performed for operations the nice thing
of apex equal log is you can see which
operation from part of a transaction by
right-clicking on it and selecting the
Select transaction option from the
context menu which will then select all
of the operations that occurred within
that transaction and then you can create
an undo or redo script for the entire
transaction
these are just a few of the useful
features of apex equal log please
download our free trial to try it out
for yourself
thank you for watching this video

Video Length: 03:53
Uploaded By: ApexSQL software
View Count: 23,673

Related Software Products
Apex SQL Edit
Apex SQL Edit

Published By:
Apex SQL tools

Description:
Apex SQL edit is an integrated SQL database editing tool/IDE. Apex SQL Edit provides source control integration with Visual Source Safe, Vault, Microsoft Team System and a variety of other SCC-compliant source control systems. ApexSQL Edit provides powerful features like intelliprompt, customizable snippets, object explorer, sql formatting, data editing, build queries visually and many other features. Whether you are a single developer or on a large team fully integrated with source control, ...

Apex SQL Audit
Apex SQL Audit

Published By:
Apex SQL

Description:
Apex SQL Audit proves a comprehensive, enterprise level active data auditing tool for Microsoft SQL Server Database auditing. This Apex SQL Auditing tool is both configurable and scriptable and ships with the power of Microsoft VBScript parser. Whether you are relatively new to SQL Server and just need an easy to use tool or you are an advanced user who is comfortable creating your own Audit architecture and modifying trigger templates – Apex SQL Audit is the perfect SQL Server active ...

Apex SQL Log
Apex SQL Log

Published By:
Apex SQL

Description:
Apex SQL Log is a powerful SQL database auditing and recovery tool that analyzes SQL Server's own Transaction Log to display information on data and structural changes. Since Apex SQL Log reads the Transaction Log, no database overhead is required and audits can be done on changes made even before the SQL log tool was installed. Apex SQL Log shows computer, user (including NT User), and the application that made the change and shows a full history of the audited record. Apex SQL Log includes ...

Apex SQL Script
Apex SQL Script

Published By:
Apex SQL

Description:
Apex SQL Script converts databases to scripts, .net exe's and deployment packages. Apex SQL Script creates insert scripts from any Microsoft SQL Server database that can be archived, emailed, checked into source control, run against another database etc. Apex SQL Script handles Identity fields and Apex SQL Script can auto-sequence the scripting order of tables to avoid referential integrity violations even when re-loading an entire database. Apex SQL Script integrates with a variety of ...


Related Videos
Oracle APEX Tutorial (03 of 20) - Run scripts to create tables & sequences
Oracle APEX Tutorial (03 of 20) - Run scripts to create tables & sequences

This video shows how to use tools in the SQL Workshop to upload and run SQL scripts. Scripts are available through a URL so you can work along with the videos. The URL is shown in the first 3 or 4 videos. This video series will demonstrate several APEX features: building tables, importing data, building forms and reports, shared components, and more. URL for scripts: http://web.nmsu.edu/~jkreie/oracle/Da... hr / bClosed Caption:/b we now want to build some tables ...
Video Length: 03:35
Uploaded By: Jennifer Kreie
View Count: 39,144

Oracle APEX Tutorial (06 of 20) - Import data using tools in SQL Workshop
Oracle APEX Tutorial (06 of 20) - Import data using tools in SQL Workshop

This video uses a utility in SQL Workshop tools to upload data into a table. The file with data is included with the SQL scripts are available through a URL which is shown in the first 3 or 4 videos. This video series will demonstrate several APEX features: building tables, importing data, building forms and reports, shared components, and more. hr / bClosed Caption:/b now we'll use a feature in a pix that allows us to import data that's already been created ...
Video Length: 02:56
Uploaded By: Jennifer Kreie
View Count: 26,597

Introduction to ApexSQL Recover
Introduction to ApexSQL Recover

Recover lost, missing or corrupted data due to DELETE, TRUNCATE and DROP operations. Recover tables and data from backups without restoring them. Recover from corrupt or detached databases. Recover deleted and online BLOBs as files. Get your fully functional 14-day free trial at http://www.apexsql.com/Download.aspx? hr / bClosed Caption:/b welcome to this introduction to apex equal recover apex equal recover is an invaluable tool when it comes tobr ...
Video Length: 03:46
Uploaded By: ApexSQL software
View Count: 23,041

02 of  13 - Oracle APEX 5 - Run SQL scripts to create tables, sequences, triggers and insert data
02 of 13 - Oracle APEX 5 - Run SQL scripts to create tables, sequences, triggers and insert data

This video in the APEX 5 tutorial series show how to use SQL Scripts (part of SQL Workshop) to run scripts that create tables, sequences (to generate unique values for primary keys), triggers and insert data (INSERT INTO statements). SQL scripts for this series are available to download at: http://web.nmsu.edu/~jkreie/oracle/Da... or by request at http://db.kreie.net hr / bClosed Caption:/b hi this is one video in a series ofbr ...
Video Length: 09:07
Uploaded By: Jennifer Kreie
View Count: 21,788

06 of  13 - Oracle APEX 5 - Define UI (user interface) defaults; modify a navigation menu item
06 of 13 - Oracle APEX 5 - Define UI (user interface) defaults; modify a navigation menu item

This is one in a series of videos about creating an application using Oracle APEX 5. In this video we look at the user interface (UI) defaults for columns in tables and how to change these. Changing UI defaults to user-friendly text will help make APEX-generated reports and forms easier to read and use. We also look at how to change a navigation menu item so that it opens a different report page. This edit is done in the Shared Components section of APEX. SQL scripts for this ...
Video Length: 12:04
Uploaded By: Jennifer Kreie
View Count: 20,139

Introduction to ApexSQL Complete
Introduction to ApexSQL Complete

Auto-complete SQL keywords, database, schema, object and parameter names. Fill in SQL fragments, such as JOIN statements or cross-database queries, in a single click. Review object's script and description without interrupting coding. Jumpstart code writing using built-in snippets for commonly used SQL statements, and enjoy the many more productivity features directly inside SQL Server Management Studio and Visual Studio -- for FREE. Get it for free at http://www.apexsql.com/Download.aspx?
Video Length: 03:09
Uploaded By: ApexSQL software
View Count: 17,403

Oracle APEX 4.2.4 Tutorial  (03 of 22) - Use SQL Workshop to create tables from SQL scripts.
Oracle APEX 4.2.4 Tutorial (03 of 22) - Use SQL Workshop to create tables from SQL scripts.

This video shows how to use SQL Workshop to upload SQL scripts and run them. In the examples shown there is a script to create tables. The data model for these tables is also explained. The script is available to use if you want to work along with the videos. The URL for the scripts in this video series is given at the beginning of the video. hr / bClosed Caption:/b oracle apex is a developer tool that enables us to create working applications on a ...
Video Length: 03:34
Uploaded By: Jennifer Kreie
View Count: 17,054

Oracle APEX 4.2.4 Tutorial (04 of 22) - Create triggers and insert data into tables
Oracle APEX 4.2.4 Tutorial (04 of 22) - Create triggers and insert data into tables

This video show how to upload SQL scripts in SQL Workshop, a tool without APEX, and run these scripts to create triggers and insert data in tables. (The tables were created in the previous video.) This video also show an example of updating a to-do item in the Team Development tool in APEX. hr / bClosed Caption:/b oracle apex is a developer tool that enables us to createfont color="#E5E5E5" working/font applications on a database infont color="#CCCCCC" ...
Video Length: 03:41
Uploaded By: Jennifer Kreie
View Count: 15,871

Database Level Auditing in SQL Server 2008 R2
Database Level Auditing in SQL Server 2008 R2

In this video, you will learn how to setup database level auditing in SQL Server 2008 R2. For more information please visit www.thomasliddle.com. hr / bClosed Caption:/b hellofont color="#CCCCCC" and welcome my name/fontfont color="#E5E5E5" is/fontfont color="#CCCCCC" Thomas/font littlefont color="#E5E5E5" sequel server DBA and I've been/font font color="#E5E5E5"to deviate now for about 10 years and/font today we're going to talk ...
Video Length: 07:57
Uploaded By: Thomas Liddle
View Count: 13,282

Introduction to ApexSQL Restore
Introduction to ApexSQL Restore

Attach both native and natively compressed SQL database and transaction log backups as live databases, accessible via SQL Server Management Studio, Visual Studio or any third party tool. Mount single or multiple backup files including full, differential and transaction log backups and increase your productivity in continuous integration environments, quickly revert inadvertent or malicious changes and balance heavy report loads. Get your fully functional 14-day free trial at ...
Video Length: 02:21
Uploaded By: ApexSQL software
View Count: 1,840

Copyright © 2025, Ivertech. All rights reserved.