Kimberly L. Tripp
  


Kimberly L. Tripp works as a speaker, writer, trainer, and consultant for her own company, SYSolutions, Inc. She writes for SQL Server Magazine, is a technical contributor for the SQL Server 2000 Resource Kit, and is coauthor of SQL Server 2000 High Availability (Microsoft Press). She is a SQL Server MVP and a Microsoft Regional Director.
Email address: kimberly@sqlskills.com
Web site: http://www.sqlskills.com

37 results found for Kimberly L. Tripp, displaying items 1 - 20

Essential Aspects of Database Design This article is only available to subscribers.  Sign up now and get instant access!

What's important to consider in designing a database? For optimal performance, you need to be mindful about three interrelated factors: indexing, maintenance, and statistics. Here's some advice to get you started in the planning process.

SQL Server Magazine

Using the newsequentialid() GUID Function This article is only available to subscribers.  Sign up now and get instant access!

In SQL Server 2005, you can use a new GUID function called newsequentialid() to populate your uniqueidentifer column.

SQL Server Magazine

Database Design for Performance This article is only available to subscribers.  Sign up now and get instant access!

In a database performance-engineering process, applying the right design techniques will ensure smooth-running operations. Here’s a laundry list of essential technical items you need to include in your process.

SQL Server Magazine

Recovering from Isolated Corruption This article is only available to subscribers.  Sign up now and get instant access!

When disaster strikes only a subset of data, take the easiest route to recovery. Why undertake a full database restoration if faster recovery options are available?

SQL Server Magazine

An Ounce of Prevention This article is only available to subscribers.  Sign up now and get instant access!

Yes, you need to plan well for disaster recovery, but consider spending as much time on disaster prevention and minimization.

SQL Server Magazine

The Best Place for Bulk_Logged This article is only available to subscribers.  Sign up now and get instant access!

If your environment can’t afford data loss, your safest bet is to use the Full database recovery model as your primary recovery model and control changes through Bulk_Logged.

SQL Server Magazine

Detailed Aggregates This article is only available to subscribers.  Sign up now and get instant access!

When you want more than just the summary data that GROUP BY can give, using COMPUTE and COMPUTE BY is the best way to get the details and aggregates.

SQL Server Magazine

Viewer Advisory This article is only available to subscribers.  Sign up now and get instant access!

Learn what you can and can't do with SQL Server views, and a few tips on better viewing habits.

SQL Server Magazine

The View from Here This article is only available to subscribers.  Sign up now and get instant access!

Part one in a series of articles that explain everything you need to know about using views and achieving the best query performance with them.

SQL Server Magazine

T-SQL Tutor Project, December 2002 This article is only available to subscribers.  Sign up now and get instant access!

Here's a small homework assignment to help you create and access views.

SQL Server Magazine

Simplify, Parameterize, Reuse This article is only available to subscribers.  Sign up now and get instant access!

Until the advent of SQL Server 2000, if you wanted to encapsulate a simple expression, you had to hard-code it in a view. Now you can use a UDF to encapsulate the expression and reuse it. Flexibility is the key.

SQL Server Magazine

T-SQL Tutor Project This article is only available to subscribers.  Sign up now and get instant access!

This homework assignment can help you further improve your ability to write scalar UDFs.

SQL Server Magazine

Datetime for Durable Databases This article is only available to subscribers.  Sign up now and get instant access!

Developers can use the tools in SQL Server 7.0 and earlier releases to script datetime data for storage in existing databases, but the scalar UDF introduced in SQL Server 2000 is more flexible, efficient, and user friendly.

SQL Server Magazine

T-SQL Tutor Project, September 2002 This article is only available to subscribers.  Sign up now and get instant access!

For this homework assignment, try your hand at creating a UDF that returns datetime data in a specified format.

SQL Server Magazine

Before Disaster Strikes This article is only available to subscribers.  Sign up now and get instant access!

Don't wait until a disaster hits your company. Make a solid backup plan and test it now to make sure that your data will survive a crash.

SQL Server Magazine

Filegroup Usage for VLDBs This article is only available to subscribers.  Sign up now and get instant access!

Decisions about where to place data within filegroups can sink or save your restore, so plan carefully.

SQL Server Magazine

Log Backups Paused for Good Reason This article is only available to subscribers.  Sign up now and get instant access!

Log backups are important to recovery, so why does SQL Server pause them during a full database backup?

SQL Server Magazine

Restoring After Isolated Disk Failure This article is only available to subscribers.  Sign up now and get instant access!

Using the file and filegroup backup strategy can help you quickly and easily recover from isolated failures.

SQL Server Magazine

Msdb Quick Tip This article is only available to subscribers.  Sign up now and get instant access!

Frequent backups of msdb will ensure that you have the information you need to restore your database after a disaster.

SQL Server Magazine

Manipulate and Calculate This article is only available to subscribers.  Sign up now and get instant access!

If you need to access and manipulate your datetime data, here are some tips and tricks that will make the job easier.

SQL Server Magazine

Add these Headlines to your Website





     [1]  2   next page