SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag Strategies Rss

Refine your search with one of the following additional tags (with number of items):

Miscellaneous (84)     Visual Basic 6 (6)     Performance Tuning (3)     Basic Querying (1)    
SQL Server 7, 2000 (64)     Worst Practices (6)     SQL Server 6.5 (3)     Data Mining (1)    
System Development Life Cycle (58)     Advanced Querying (5)     Book Reviews (2)     Data Modeling (1)    
Disaster Recovery (43)     Performance Tuning and Scaling (5)     Certifications (2)     Data Warehousing (1)    
Security (40)     Stored Procedures (5)     Data Types (2)     KPIs (1)    
Administering (35)     .Net (4)     Development (2)     News (1)    
Programming (26)     Best Practices (4)     DTS (2)     OLAP Server (1)    
Database Design (19)     Career (4)     Indexing (2)     Rants (1)    
T-SQL (19)     Installation (4)     Other (2)     SQL Puzzles (1)    
Availability (16)     Replication (4)     Product Reviews (2)     SQL Server 2005 - TSQL (1)    
Naming Standards (15)     Reviews (4)     SQL Server 2005 - Security (2)     SQLServerCentral.com (1)    
Best and Worst Practices (10)     SQL-DMO (4)     XML (2)     SS2K5 - High Availability (1)    
Configuring (10)     Administration (3)     Advanced (1)     State of the Business (1)    
SQL Server 2005 (9)     Basics (3)     Analysis Services (1)     XSL (1)    
Backup and Recovery (8)     Monitoring (3)    

Search for any content tagged Strategies

   Items 1 to 20 of 229    Next 20 >>
 

Log Shipping vs. Replication

SQL Server high availability. Log shipping or replication, clustering or some other solution. It's a challenge and as companies grow more dependent on their databases, it's one that more and more DBAs face everyday. Paul Ibison has taken a look at how log shipping and replication can be compared in the quest for high availability.   Read more...
By Paul Ibison 2008/06/27 (first posted: 2004/06/17) | Source: SQLServerCentral.com | Category: Replication
Rating: |  Discuss |  Briefcase | 30,942 reads

Best Practices for Database Design

One of the few things that SQL Server does not automatically help you with is the design of your tales, views, and other database objects. Having standards and design techniques can greatly ease the maintenance of your schema as well as ease the transition to having others work with the database. New author J.D. Gonzalez brings us some of his naming techniques to keep things organized.   Read more...
By J.D. Gonzalez 2008/06/20 (first posted: 2005/04/06) | Source: SQLServerCentral.com | Category: Naming Standards
Rating: |  Discuss |  Briefcase | 30,790 reads

Tracking Database Schema Changes with DbPro

Tracking changes to your development environments is important to ensure that your deployments to production go smoothly. Jacob Sebastion brings us a look at how well the Visual Studio Team System Edition for Database Professionals can help you with this task.   Read more...
Rating: |  Discuss |  Briefcase | 4,952 reads

Is XML the Answer?

New Author! Don Peterson writes his first article for us and explores why he considers XML to be...bad! There are some interesting points made here and if you've haven't thought about what XML means to you as a DBA, it's a subject worth spending some time on.   Read more...
By Don Peterson 2008/05/02 (first posted: 2003/10/07) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 63,291 reads

Keyword Searching in SQL Server

Have you ever wanted to ensure that keywords in your data are easily searchable? Have you struggled with full-text search? New author Michael Ahmadi brings us an interesting idea for a keyword tracking and searching subsystem based on T-SQL and triggers.   Read more...
By Michael Ahmadi 2007/04/09 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 8,081 reads

Enterprise Architecture – Connect-the-Dots for Adults, Part 4

This article, part 4 in a series, discusses how to use, publish, maintain and govern the enterprise architecture.  Read more...
By Additional Articles 2008/01/29 | Source: TDAN | Category: Strategies
Rating: (not yet rated)  Rate this |  Briefcase | 1,182 reads

Step-by-Step Guide to Clustering Windows 2000 and SQL Server 2000

In this next article of the SQL Server in the Enterprise Series, we'll explore how to cluster Windows 2000 and SQL Server 2000 in a step-by-step manner. After this article, you should be able to cluster a SQL Server 2000 machine for failover availability in an Active/Active cluster.   Read more...
By Brian Knight 2008/01/18 (first posted: 2002/07/12) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 144,920 reads

Putting Unit Tests to Work

Testing is an important part of any software development process, but it's a part that many of us skimp on or ignore because of the tedious nature of testing. Longtime author Grant Fritchey has been working with Visual Studio Team Edition for Database Professionals and has written us an article on how you can make your unit testing easier.   Read more...
Rating: |  Discuss |  Briefcase | 6,606 reads

Application Locks (or Mutexes) in SQL Server 2005

Application locks aren't a well known area of locking in SQL Server, but they can be very useful for special scenarios. They work in an analogous way to the lock() construct in .Net and are basicaly user defined mutexes in SQL Server.  Read more...
By Additional Articles 2008/01/15 | Source: SQLTeam.com | Category: Strategies
Rating:  Rate this |  Briefcase | 1,635 reads

SQL Stored Procedure to Log Updates, Independent of Database Structure

How many DBAs need a solution to track those changes made for multiple systems? Auditing is becoming more and more prevalent in all systems and having a good solution can really make your DBA job interesting. New author Keren Ramot brings us his technique that works indepedent of the database structure.   Read more...
By Keren Ramot 2007/02/12 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 15,011 reads

Are key performance indicators a true measure?

Some managers love to look solely at numbers when assessing performance, and key performance indicators (KPIs) are right up their street. But how useful are they in the context of software development  Read more...
By Additional Articles 2007/10/12 | Source: Builder.com | Category: Strategies
Rating: (not yet rated)  Rate this |  Briefcase | 1,663 reads

Partitioning - Part 2

Continuing on with a look at SQL Server 205 partitioning features, Andy Warren delves into archiving techniques.   Read more...
By Andy Warren 2007/10/08 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 5,454 reads

The Troubleshooting List

SQL Server guru Andy Warren brings us a list of things that he considers when things go wrong. Read about some of the common sense approaches to solving performance and other problems.   Read more...
By Andy Warren 2007/10/03 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 3,964 reads

SQL Server and SOX

The Sarbanes-Oxley act has changed many IT jobs, usually requiring more work and documentation. Johan Bijnens brings us a list of some things his team has had to do to comply with SOX regulations.   Read more...
By Johan Bijnens 2007/10/02 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 2,941 reads

Working Your SOX Off

The Sarbanes-Oxley act has drastically changed the jobs of many DBAs with the audit and reporting requirements this act entails. Brandie Tarvin brings us some hints about how you can go about complying with the new requirements.   Read more...
By Brandie Tarvin 2007/10/01 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 3,363 reads

Stop SQL Injection Attacks Before They Stop You

This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, Using .NET features to prevent attacks, and Importance of handling exceptions  Read more...
By Additional Articles 2007/09/19 | Source: MSDN Communities | Category: Security
Rating:  Rate this |  Briefcase | 2,827 reads

Close These Loopholes - Testing Database Modifications

In the latest in their popular series on 'Unit Testing' database development work , Alex K and Alex S give some examples of unit testing Database Modifications  Read more...
Rating:  Rate this |  Briefcase | 1,392 reads

What Specification Server Should I Buy?

Simon Sabin is always cagey about giving advice on the sort of hardware to run SQL Server on, but admits to some general rules.   Read more...
By Additional Articles 2007/09/10 | Source: SimpleTalk | Category: Miscellaneous
Rating:  Rate this |  Briefcase | 2,003 reads

SQL Server patch pros and cons

A patch to your SQL Server system can cause problems, but an unpatched SQL Server is unprotected. Learn the pros and cons of SQL Server patches.   Read more...
By Additional Articles 2007/09/04 | Source: SearchSQLServer | Category: Security
Rating:  Rate this |  Briefcase | 1,488 reads

Close those Loopholes - Testing Stored Procedures

Alex and Alex continue their series of three articles on 'Unit Testing' database development work with some examples of unit testing stored procedures.   Read more...
Rating:  Rate this |  Briefcase | 3,056 reads
   Items 1 to 20 of 229    Next 20 >>
 
Most popular

SQL 2000 DBA Toolkit Part 1

SQL Server 2005 builds some great encryption tools into the product, but what if you are stuck with SQL Server 2000? SQL Server expert Michael Coles brings us the first part of a series along with a free toolkit to manage encryption and keys.   Read more...
By Michael Coles 2007/06/22 (first posted: 2006/04/13) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 25,935 reads

An Auditing Solution with XML And XSL

Auditing is something that almost every DBA needs to tackle at some point in his or her career. David McKinney brings a new twist on the solution by using XML and XSL to help implement auditing in your SQL Server application.   Read more...
By David McKinney 2007/08/20 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 4,310 reads

Stop SQL Injection Attacks Before They Stop You

This article discusses: How SQL injection attacks work, Testing for vulnerabilities, Validating user input, Using .NET features to prevent attacks, and Importance of handling exceptions  Read more...
By Additional Articles 2007/09/19 | Source: MSDN Communities | Category: Security
Rating:  Rate this |  Briefcase | 2,827 reads