password
username
Sponsored by CakeMail, an email marketing software.
Newsletter preview

Mobile  |  View this email as a web page Please add SQL Server Magazine Update to your
Safe Sender list.

SQL Server Magazine Update
Subscribe Now

This email newsletter comes to you free and is supported by the following advertisers, which offer products and services in which you might be interested. Please take a moment to visit these advertisers' web sites and show your support for SQL Server Magazine.

Confio Software
Identify Bottlenecks in SQL Server Databases

SQL Server Magazine
"Real Time BI" Through Real Time Data Integration

Perspectives
  Warning: You're About to Do Something in SQL Server You Might Not Want to Do
Community
  SQL Server Magazine Instant Poll
  Check Out These Articles in the December Issue of SQL Server Magazine
  Industry Bytes: Learn about SQL Server 2008's Features on ITTV.net
  Product Watch: Automate Database Code Deployment
Events and Resources
  Events and Resources

Perspectives


Warning: You're About to Do Something in SQL Server You Might Not Want to Do

by Kalen De***y, kalen@insidesqlserver.com

In Can the Transaction Log Tell Us What Happened?, I talked about whether Microsoft should take responsibility for providing SQL Server users with a tool for reading the actual contents of the transaction log. I admitted that such a tool might be nice, but it really wasn’t something that I felt was a requirement from a database vendor. You need to take responsibility for monitoring what your system is doing, and if you want to know every command that’s sent you can set up a trace. In fact, with the log, you have no way of finding out who is reading your data because the log records only changes. For very sensitive data, you might want to know every time someone reads it, and for that you’re completely on your own.

Lately, I’ve heard people commenting (or perhaps complaining?) that not only do they want Microsoft to tell them what they’ve done when something unexpected happens, but also to warn them before it happens! The particular behavior that has come up several times recently in discussions with colleagues and clients is called auto_truncate. Most people are aware that SQL Server will automatically truncate the transaction log every time a checkpoint occurs if a database is in the SIMPLE recovery model. But it turns out that there are other situations in which the log will automatically be truncated. If SQL Server can’t back up the log, it won’t bother keeping the log records available, and it will truncate the log at every checkpoint. This behavior occurs if you've truncated the log without backing it up, using the BACKUP LOG WITH TRUNCATE_ONLY command. It also happens if you’ve never made a full database backup, or if you haven’t made a full backup since running the BACKUP LOG WITH TRUNCATE_ONLY command. So even though your database properties indicate your database is in the FULL recovery model, the log can’t be backed up.

Click here to read the rest of Warning: You're About to Do Something in SQL Server You Might Not Want to Do

Sponsor: Confio Software

Identify Bottlenecks in SQL Server Databases

Confio Software’s Ignite™ for SQL Server is the only tool that captures and graphically analyzes all the SQL Server wait type data, showing exactly which queries are waiting on critical resources and what can be done to fix them. The result is that DBAs find SQL performance problems and fix them fast. Ignite for SQL Server uses a wait-time based approach, which measure the time impact of bottlenecks inside the database and correlates them with end-user application service. Ignite Alerts provide advance notice of accumulating bottlenecks on screen or through email, cell phone, or pager messages. Ignite for SQL Server is also agentless, letting you capture performance data without installing agents on production systems. For more information, contact Confio Software at 866-266-3461 or get your free, two-week trial at www.confio.com/sqlmag.

Community


SQL Server Magazine Instant Poll

What are your plans for the SQL Server Kilimanjaro release?

Go to the SQL Server Magazine home page (www.sqlmag.com) and submit your vote for:

  • We can’t wait to implement it in our organization
  • We like to keep current and will adopt it soon after it's out
  • We're just not ready for another release of SQL Server
  • We’ll probably get there, but it's not part of our current plans
  • I’ve never even heard of Kilimanjaro



Check Out These Articles in the December Issue of SQL Server Magazine

Up in the Air over Cloud Computing
Do you want to run SQL Server and other mission-critical applications from the cloud?
www.sqlmag.com/Article/ArticleID/100580/sql_server_100580.html


Handling Arrays
One way to use arrays as input for stored procedures is to employ dynamic SQL.
www.sqlmag.com/Article/ArticleID/100453/sql_server_100453.html


Industry Bytes: Learn about SQL Server 2008's Features on ITTV.net

These videos discuss what's new in SQL Server 2008, how to upgrade to SQL Server 2008, and how to secure data in SQL Server 2008.
www.sqlmag.com/Article/ArticleID/101017/101017.html


Product Watch: Automate Database Code Deployment

JNetDirect has announced the release of the latest version of its database management and code deployment application, Combine 4.0.
www.sqlmag.com/article/articleid/100966/sql_server_blog_100966.html

Sponsor: SQL Server Magazine

"Real Time BI" Through Real Time Data Integration

Given today’s ever increasing struggle for more immediate access to real-time data and information, a new approach to data transfer is critical to the success of your business. Change data capture (CDC) is an innovative new software technology that is changing the data integration landscape. Read this white paper for an introduction to the need for CDC, typical use cases and the ideal CDC solution for your business based on your unique needs.

Download today to begin taking advantage of this exciting new development in the world of information management and "real time BI."

Events and Resources


Events and Resources

Best Practices for Deploying Microsoft Office SharePoint Server 2007
Download this must-read white paper for IT managers! In Hyper-V, a key feature of Windows Server 2008, Microsoft has provided customers an excellent virtualization tool that can be used to consolidate the number of physical servers required for a full deployment of Microsoft Office SharePoint Server 2007.

HP engineers have tested various Hyper-V configurations with Microsoft Office SharePoint Server 2007 to determine the viability of Hyper-V based solutions and have compiled a list of Hyper-V best practices with Office SharePoint Server 2007.
Download this white paper now!


Dramatically Accelerate Microsoft SharePoint
To be productive, employees, telecommuters, business partners, customers, and remote office workers must all have unimpeded access to their critical applications, such as Microsoft SharePoint. Obstacles to efficient application delivery include "chatty" TCP protocols, poorly written applications, tightened security requirements for web servers and apps, and more. Download this white paper to learn how to speed application delivery, optimize performance, and protect your servers from application-layer attacks.


Delivering Reliable and Effective Web-Based Applications
Web-based services have become critical components of organizations' line-of-business applications, and they need to be highly available to prevent workflow disruption. To achieve that high availability, you need to understand the operation of applications and be able to monitor the components that make up your Web application infrastructure. Because failing to maintain acceptable service levels can have a company-wide impact, IT must have access to the tools and techniques it needs to live up to its promises for delivering reliable, effective Web-based services.
Register for this on-demand event now!



FEATURED WHITE PAPER

Managing SQL Server Sprawl
Managing a few SQL Server databases is easy. But when a few instances become many, and those grow at the rate of 40, 50, or 100 per year, IT has a problem--one that cries out for effective consolidation. Sprawl can result in inefficient use of hardware, software, and administrative resources. Hardware and maintenance costs are magnified by such inefficiency, and poor utilization rapidly increases energy consumption. Server sprawl can also rob SQL Server users of resource availability and business productivity.
Read this white paper to explore solutions to SQL Server sprawl.



ANNOUNCEMENTS

Access Expert SQL Server Solutions for only $5.95!
With the online Monthly Pass, you can have all the thousands of articles and solutions in SQL Server Magazine right at your fingertips! You'll also receive a full digital copy of the latest issue of SQL Server Magazine!
Subscribe today!

Contact Us

Subscribe to SQL Server Magazine


SQL Server Magazine UPDATE is brought to you by SQL Server Magazine, the only magazine devoted to helping developers and DBAs master new and emerging SQL Server technologies and issues. Subscribe today. subscribe


To ensure that future email messages you receive from SQL Server Magazine UPDATE aren't mistakenly blocked by antispam software, be sure to add SQLServerMag_UPDATE@lists.sqlmag.com to your list of allowed senders and contacts.

Manage Your Account
You are subscribed as tayllorcriss@gmail.com.
To *** from this email newsletter, click here


To manage your email account, simply log on to our Email Preference Center.
Manage

View SQL Server Magazine's privacy policy.
Privacy

SQL Server Magazine is a division of Penton Media, Inc.
221 East 29th Street
Loveland, CO 80538
Attention: Customer Service Department

Copyright 2008, Penton Media, Inc. All Rights Reserved.