|
Download SQL Server Tools: Performance Tuning, Database Compare, and
Management!
SQL Server performance, development and management tools to help database professionals increase productivity by
utilizing an efficient approach to database management.
| |
Teratrax Performance Monitor
- Monitor SQL Server performance enterprise-wide (Real-time &
history)
- Receive performance alerts (uptime, failed jobs, deadlocks, blocks,
etc...)
- Tune application performance: SQL code, jobs, memory, cache, and
disk
- Product Website
Download Free Copy
|
| |
Teratrax Database Compare
- Compare SQL Server database schemas & content
- Generate SQL script to synchronize destination database
- Move database changes from development to production
- Product Website Download Free
Copy
|
| |
Teratrax Database Manager
- Streamlined SQL Server & MSDE administration with Intellisense query
editor
- Effortless backup & restore with compression, scheduling, &
individual table backups
- Quick data import & export (Excel, CSV, XML, HTML)
- Product Website Download Free
Trial
|
| |
Teratrax Job Scheduler
- Schedule SQL & backup jobs for SQL Servers locally & remotely in
just a few minutes
- Advanced job agent with support for SQL Server 2005 & SQL Server
Express
- Receive e-mail notification when jobs run or when jobs fail
- Product Website Download Free
Trial
|
|
Related ArticlesMigrating changes made to SQL Server
databases to production
Almost all developers use a dedicated development server where they make
changes to data and schemas instead of changing production servers directly.
Every company that uses SQL Server is faced with the challenge of migrating
changes made on a development server to staging and production servers.
Developers have to plan which method they should use to achieve a seamless
migration.
Read
more...
Advantages of SQL Server 2005 (64-bit)
64-bit processors are expected to dominate the markets by the end of 2007. It is
clear that the industry is moving towards the 64-bit platform fast, especially
for server hardware. The move towards the 64-bit platform has been driven by
lower hardware prices, especially after the introduction of x64 architecture by
both Intel (EM64T) and AMD (AMD64).
Read more...
Understanding DDL Triggers in SQL Server 2005
Much like regular DML triggers, DDL triggers fire in response to an
event happening on the server. However, DDL triggers do not fire in
response to UPDATE, INSERT, or DELETE statements on a table or view.
Instead, they fire in response to Data Definition Language (DDL)
statements that start with the keywords CREATE, ALTER, and DROP.
Read more...
Understanding VARCHAR(MAX) in SQL Server 2005
In SQL Server 2000 and SQL Server 7, a row cannot exceed 8000 bytes in
size. This means that a VARBINARY column can only store 8000 bytes (assuming
it is the only column in a table), a VARCHAR column can store up to 8000
characters and an NVARCHAR column can store up to 4000 characters (2 bytes
per unicode character). This limitation stems from the 8 KB internal page
size SQL Server uses to save data to disk.
Read more...
|
|
|