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

Content with tag SQL Server 2005 Rss

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

Administration (147)     Performance Tuning and Scaling (5)     SSMS (2)     Mirroring (1)    
SQL Server 2005 - SSIS (102)     Programming (5)     XSL (2)     Notification Services (1)    
Development (60)     SQL Server 2000 (5)     2005 - Misc (1)     OLAP (1)    
SQL Server 7, 2000 (35)     SS2K5 - High Availability (5)     Access (1)     OLTP (1)    
Performance Tuning (30)     SS2K5 - Tools (5)     ADO.NET (1)     Partitioned Views (1)    
SQL Server 2005 - TSQL (29)     .Net (4)     Alias (1)     Permissions (1)    
SQL Server 2005 - Security (27)     Backup and Recovery (4)     Backup (1)     Product Reviews (1)    
News (21)     Indexing (4)     Book Reviews (1)     Puzzle (1)    
Administering (19)     Maintenance and Management (4)     CLR Integration (1)     query (1)    
SMO (19)     Reporting Services (4)     Clustering (1)     Remote Connection tool (1)    
Security (18)     ETL (3)     Compression (1)     report (1)    
Miscellaneous (16)     Management (3)     Configuring (1)     Report Builder (1)    
Service Broker (16)     SS2K5 - Full Text Searching (3)     Data Compression (1)     Reporting (1)    
T-SQL (16)     SS2K5 Triggers (3)     Data Types (1)     Reporting System (1)    
SS2K5 - XML (13)     Stored Procedures (3)     DDL Triggers. (1)     Secure Programming (1)    
2005 Compact Edition (12)     Advanced (2)     Design (1)     snapshot (1)    
SS2K5 - CLR Integration (12)     Auditing (2)     DMVs (1)     solo (1)    
XML (11)     Backup / Restore (2)     DTS (1)     SQL 2005 (1)    
Analysis Services (10)     Backups (2)     dump (1)     SQL Server 2008 (1)    
Strategies (9)     BLOB Manipulation (2)     Excel (1)     SQLCLR (1)    
Integration Services (8)     Data Mining (2)     extended procedures (1)     SQL-DMO (1)    
powershell (8)     Data Warehousing (2)     Globalization (1)     SSIS (1)    
Disaster Recovery (7)     Database Design (2)     Hardware (1)     Storage (1)    
High Availability (6)     games (2)     index (1)     Synonyms (1)    
Index Management (6)     Installation (2)     Indexes (1)     System Development Life Cycle (1)    
Monitoring (6)     Log Shipping (2)     Localization (1)     tables (1)    
Replication (6)     Namespaces (2)     Maintenance (1)     TSQL (1)    
SQL Server 2005 Express (6)     OpenXML (2)     MDX (1)     T-SQL Aids (1)    
SS2K5 - Replication (6)     Partitioned Tables (2)     Merge Replication (1)     Video (1)    
Advanced Querying (5)     Profiler (2)     Microsoft Office 2007 (1)     Windows Vista (1)    
Encryption (5)    
   Items 1 to 20 of 714    Next 20 >>
 

SQL Server 2005 Service Accounts

Are you aware that SQL Server 2005 can have up to ten services running? Working with that many service accounts can be a challenge. Steve Jones takes a look at these services and a few of the things that you will want to know before setting up SQL Server 2005.   Read more...
By Steve Jones 2008/07/11 (first posted: 2006/03/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 30,741 reads

The New ETL Paradigm

SQL Server 2005 will truly introduce a new paradigm in how developers and DBAs work with SQL Server. One area in which dramatic changes have taken place is DTS, which is now renamed to SQL Server Integration Services or SSIS. Expert author Jamie Thomson brings us a look at how the fundamentals of workflow change from DTS to SSIS.   Read more...
By Jamie Thomson 2008/07/04 (first posted: 2005/02/15) | Source: SQLServerCentral.com | Category: SQL Server 2005 - SSIS
Rating: |  Discuss |  Briefcase | 30,380 reads

SQL 2005 IndexDefrag solution

Manual SP to Index Defrag a SQL 2000 database on SQL 2005 that run at spesific times at night  Read more...
By Kobus 2008/06/25 | Source: SQLServerCentral.com | Category: Indexing
Rating: (not yet rated) |  Discuss |  Briefcase | 10 reads

A Look at Database Mirroring

One of the more interesting new technologies in SQL Server 2005 is database mirroring, allowing you to implement high availability on a database with commodity hardware. Jay Dave brings us a nice description of this technology.   Read more...
By Jay Dave 2007/07/17 | Source: SQLServerCentral.com | Category: SS2K5 - High Availability
Rating: |  Discuss |  Briefcase | 7,645 reads

A Sudoku solution with set based T-SQL utilizing binary operators.

A Sudoku solution with set based T-SQL approach utilizing binary values and operators, to ease the algorithm.  Read more...
By Kevin Duan 2008/06/16 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 65 reads

The OUPUT Command

SQL Server 2005 has added many new T-SQL commands, one of which is the OUTPUT command. Longtime SQL Server author Dinesh Asanka brings us a short look at how you can use this command.   Read more...
By Dinesh Asanka 2007/07/09 | Source: SQLServerCentral.com | Category: SQL Server 2005 - TSQL
Rating: |  Discuss |  Briefcase | 13,220 reads

A Closer Look At SQL Server Compact Edition

In a followup to his article on SQL Server Everywhere, Jacob Sebastian takes a more in-depth look at the smallest platform for SQL Server, Compact Edtion.   Read more...
By Jacob Sebastian 2007/07/10 | Source: SQLServerCentral.com | Category: 2005 Compact Edition
Rating: |  Discuss |  Briefcase | 6,741 reads

The Differences Between SQL Server 2000 and 2005 - Part 2

Steve Jones continues with his look at how SQL Server 2005 differs from SQL Server 2000, this time tackling the differences from a developer perspective.   Read more...
By Steve Jones 2007/05/31 | Source: SQLServerCentral.com | Category: News
Rating: |  Discuss |  Briefcase | 25,138 reads

SQL Server 2005 Index Maintenance

Index maintenance procedure using rebuild or reorganized based on fragementation level.  Read more...
By Luke C 2008/05/29 | Source: SQLServerCentral.com | Category: Maintenance
Rating: |  Discuss |  Briefcase | 83 reads

Upgrading SQL Server 2000 DTS Packages to SSIS

If you're like Brian Knight, you probably have dozens if not hundreds of DTS packages running around that you're terrified to touch. SQL Server 2005 has some interesting methods to upgrade your packages to SSIS with minimal effort. This article shows you a few ways that you can use to upgrade and some of the drawbacks.   Read more...
By Brian Knight 2008/05/23 (first posted: 2005/12/27) | Source: SQLServerCentral.com | Category: SQL Server 2005 - SSIS
Rating: |  Discuss |  Briefcase | 43,233 reads

XML Workshop - FOR XML PATH

Quickly becoming the SQL Server XML expert, Jacob Sebastion brings us a great new article that expands upon his very popular series on XML in SQL Server. This time he examines the FOR XML PATH option, which provides additional formatting capabilities.   Read more...
By Jacob Sebastian 2007/06/20 | Source: SQLServerCentral.com | Category: SS2K5 - XML
Rating: |  Discuss |  Briefcase | 8,413 reads

SSIS Is Not Just for SQL Server

SQL Server Integration Services is an incredibly rich and complex development environment that can handle almost any data movement task. Even those that do not involve SQL Server. Longtime author Tim Mitchell brings us a use that has nothing to do with SQL Server, but can be very handy for many of us.   Read more...
By Tim Mitchell 2007/06/25 | Source: SQLServerCentral.com | Category: SQL Server 2005 - SSIS
Rating: |  Discuss |  Briefcase | 6,671 reads

Making the Most Out of the SQL Server 2005 Performance Dashboard

The SQL Server 2005 Performance Dashboard is a new add-on to SQL Server 2005 that became available shortly after the release of Service Pack 2 for SQL Server 2005.  Read more...
Rating:  Rate this |  Briefcase | 4,281 reads

Recursive Queries in SQL:1999 and SQL Server 2005

How many of you have written resursive queries in SQL? Or any language since school for that matter? Not many people write recusrive queries because of the complexity, the difficulty to understand how they work, and the chance for heap overflows. However, SQL Server 2005 implements Common Table Expressions and recursion in a way that is much easier to code and incorporates some safeguards. New author SQL Server MVP Frederic Brouard has written a fantastic article looking at resursive queries.   Read more...
By Frédéric BROUARD 2008/05/16 (first posted: 2005/04/25) | Source: SQLServerCentral.com | Category: SQL Server 2005 - TSQL
Rating: |  Discuss |  Briefcase | 49,983 reads

Finding dependencies in SQL Server 2005

Any time you need to modify objects in your SQL Server 2005 database, the objects that are dependent upon those objects are a concern. You don't want to remove columns from tables, procedures, views, or tables if there are objects dependent upon them that are being used.  Read more...
By Additional Articles 2008/05/15 | Source: Builder.com | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 10 reads

Overview of SSIS

SQL Server Integration Services, the ETL subsystem for SQL Server 2005, is a new paradigm of development for the SQL Server DBA. It is one of the most popular, and also complex, environments that many people work with in SQL Server 2005. Amit Lohia brings us an introduction to this environment along with the basics of building and deploying a package.   Read more...
By Amit Lohia 2007/06/18 | Source: SQLServerCentral.com | Category: SQL Server 2005 - SSIS
Rating: |  Discuss |  Briefcase | 11,535 reads

Modifying Microsoft Access Linked Tables from SQL Server

In a previous tip we saw how easy it was to link to SQL Server tables from Microsoft Access. As is the case with all systems, how does Access manage the changes? What happens when you modify the structure of the underlying SQL Server table? What happens to the SQL Server table if you delete the linked table in Access? We will look at each of these situations in this tip.  Read more...
By Additional Articles 2008/05/14 | Source: MSSQLTips.com | Category: Access
Rating: (not yet rated)  Rate this |  Briefcase | 14 reads

Mirrored Backups

One very interesting new feature in SQL Server 2005 is the ability to run backups to multiple locations, ensuring you have a second copy of the backup file if your first one were to be corrupted. SQL Server expert Andy Warren takes a look at how this feature works and the implications of using it.   Read more...
By Andy Warren 2007/06/12 | Source: SQLServerCentral.com | Category: SS2K5 - High Availability
Rating: |  Discuss |  Briefcase | 5,631 reads

Undocumented Extended and Stored Procedures

Some useful undocumented extended and stored procedures in SQL Server 2005  Read more...
By Timothy A Wiseman 2008/05/09 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 8,441 reads

SQL Server 2005

By ginni.ashok 2008/05/08 | Category: SQL Server 2005
Rating: (not yet rated) |  Discuss |  Briefcase | 2,009 reads
   Items 1 to 20 of 714    Next 20 >>
 
Most popular

The Differences Between SQL Server 2000 and 2005

What are the differences between SQL Server 2000 and 2005? It's a question that DBAs are often asked by those who don't work with SQL Server on a daily basis. Steve Jones begins a short series on the differences by examining some of the core administrative differences.   Read more...
By Steve Jones 2007/08/31 (first posted: 2007/05/15) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 65,369 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 7 for SP2.   Read more...
By Steve Jones 2008/04/23 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 43,870 reads

Upgrading a Database SQL 2000 to SQL 2005

Performing an upgrade to the next version of SQL Server is something more and more of us will be doing as the support for SQL Server 2000 wanes. New author Sachin Samuel brings us an overview of the process and options that you have for performing an upgrade.   Read more...
By Sachin Samuel 2007/05/16 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 30,381 reads