Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
<< Previous headlines
|
Later headlines >>
SQLServerCentral.com Headlines from 2008/03/27 to 2008/04/03
Implementing Error Handling with Stored Procedures
A look at how you can implement error handling in your stored procedures.
Read more...
By
Additional Articles
2008/04/03
|
Source:
Erland Sommarskog's SQL Page
|
Category:
Error Handling
Rating:
Rate this
|
Briefcase
|
3,544 reads
Transactions in Transactional Replication
SQL Server MVP Paul Ibison takes a look at how transactions are handled in replicated environments and the implications of rollbacks.
Read more...
By
Paul Ibison
2008/04/03
|
Source:
SQLServerCentral.com
|
Category:
Transactional Replication
Rating:
|
Discuss
|
Briefcase
|
2,781 reads
Find blocking processes using recursion in SQL Server 2005
Blocking occurs in SQL Server 2005 when one process has one or more records locked, while another process tries to acquire locks on the same set (or subset) of records. This can create a daisy-chain of processes waiting to complete their work.
Read more...
By
Additional Articles
2008/04/03
|
Source:
Builder.com
|
Category:
SQL Server 2005
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,877 reads
SQL Server Index Checklist
Indexing a SQL Server database in some respects is considered both an art and a science. Since this is the case, what are some considerations when designing indexes for a new database or an existing one in production? Are these the same types of steps or not? Do any best practices really exist when it comes to indexing? Where does indexing fall in the priority list from an application or production support perspective?
Read more...
By
Additional Articles
2008/04/03
|
Source:
MSSQLTips.com
|
Category:
Indexing
Rating:
Rate this
|
Briefcase
|
3,259 reads
Why Read-only Table Parameters is Not Enough
In this article I discuss a new feature in SQL 2008, table-valued parameters and particularly the restriction that they have to be read-only. I argue that this makes this feature considerably less useful that it could be, and that in order to build scalable applications be able to pass read-write table parameters between stored procedures is essential.
Read more...
By
Additional Articles
2008/04/02
|
Source:
Erland Sommarskog's SQL Page
|
Category:
Advanced Querying
Rating:
Rate this
|
Briefcase
|
1,150 reads
Nuggets from My SSIS Experience
An article that speaks about some of the issues faced by the Author, during his Data Integration Project using SSIS. Shared with you in this article are the issues he was faced with and the solutions applied.
Read more...
By
Additional Articles
2008/04/02
|
Source:
SQL Server Universe
|
Category:
Integration Services
Rating:
Rate this
|
Briefcase
|
3,021 reads
SQL Server Table Types
Understanding the types of tables available in SQL Server can greatly enhance your database development experience.
Read more...
By
Louis Roy
2008/04/02
|
Source:
SQLServerCentral.com
|
Category:
Temporary Tables
Rating:
|
Discuss
|
Briefcase
|
7,661 reads
Mine Data from Text Files
This tip describes how to use text files as data sources for Data Mining
Read more...
By
Additional Articles
2008/04/02
|
Source:
sqlserverdatamining.com
|
Category:
Data Mining
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,164 reads
The New SQL OS
A entirely new version of SQL Server is being developed for 2010
Read more...
By
Steve Jones
2008/04/01
|
Source:
SQLServerCentral.com
|
Category:
humor
Rating:
|
Discuss
|
Briefcase
|
8,766 reads
SQL Sleep
A new tool announced today for tired DBAs
Read more...
By
Additional Articles
2008/04/01
|
Source:
SQLServerCentral.com
|
Category:
humor
Rating:
|
Discuss
|
Briefcase
|
4,363 reads
Database Wars Coming for the XBOX 360
A new XBOX 360 title is being released today for the DBA in you.
Read more...
By
Site Owners
2008/04/01
|
Source:
SQLServerCentral.com
|
Category:
humor
Rating:
|
Discuss
|
Briefcase
|
7,151 reads
SQLskills.com Announces Time-Setback Technology for DBAs
Today, in a surprise development that has stunned industry analysts, SQLskills.com announced a new technology for DBAs that will help in the never-ending battle against human-error and unforeseen disasters. The patent-pending Time-Setback technology allows DBAs of SQL Server to literally rewind time and avoid disasters before they happen.
Read more...
By
Additional Articles
2008/04/01
|
Source:
SQLskills
|
Category:
humor
Rating:
Rate this
|
Briefcase
|
1,920 reads
SQL Server Reporting Services Configuration Tool
Installing SQL Server Reporting Services is just the first step in building the foundation for a solid Reporting Services instance. The second step in the process is configuring Reporting Services to conform to the particulars of your environment. These configurations are made to the RSServer.config file via the Reporting Services Configuration Tool.
Read more...
By
Additional Articles
2008/03/31
|
Source:
MSSQLTips.com
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,554 reads
CTEs in Report Creation
A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.
Read more...
By
Timothy A Wiseman
2008/03/31
|
Source:
SQLServerCentral.com
|
Category:
CTE
Rating:
|
Discuss
|
Briefcase
|
4,312 reads
Write your own sp_lock system stored procedure in SQL Server 2005
The sp_lock system stored procedure is a great tool for checking the amount of locking that occurs on your database system. It returns the number and types of locks that are being held by current active SQL Server sessions.
Read more...
By
Additional Articles
2008/03/31
|
Source:
Builder.com
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
1,807 reads
Same Report but Different Methods in SQL Server Reporting Services
In Reporting Services in SQL Server 2005 there are several ways of achieving the same result. This article introduces how we can create the same report using several different methods.
Read more...
By
Additional Articles
2008/03/31
|
Source:
SQL Server Performance
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,265 reads
Get More Out of SQL Server Reporting Services Charts
This white paper presents general information, best practices, and tips for designing charts within Microsoft SQL Server Reporting Services reports. It provides an overview of some Reporting Services features, answers common chart design and feature questions, and includes advanced examples of how to design better charts.
Read more...
By
Additional Articles
2008/03/28
|
Source:
TechNet
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,943 reads
Standard Query Operators with LINQ
LINQ to Objects and LINQ to Entities have an arsenal of Standard Query Operators that operate on sequences to perform a wide variety of operations.
Read more...
By
Additional Articles
2008/03/28
|
Source:
Microsoft MSDN
|
Category:
LINQ
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,905 reads
Four Rules for NULLs
In SQL Server 2000 or any relational database, the concept of NULL can be both confusing and hazardess to your employment. Not understanding how to work with NULLs can lead to incorrect responses to queries and poor business decisions being made. New author Michael Coles brings us four rules that can help you work with NULL values in your tables.
Read more...
By
Michael Coles
2008/03/28 (first posted: 2005/06/27)
|
Source:
SQLServerCentral.com
|
Category:
Advanced Querying
Rating:
|
Discuss
|
Briefcase
|
83,787 reads
Implementing a Generic Data Access Layer in ADO.NET Part 1
In Part 1 of a 3 Part Series Joydip Kanjilal discusses the implementation of a provider independent Data Access Layer in ADO.NET.
Read more...
By
Additional Articles
2008/03/28
|
Source:
SQL Server Performance
|
Category:
ADO.NET
Rating:
Rate this
|
Briefcase
|
2,958 reads
Interview with Chuck Kelley - Part II
Part two of the interview looks at some design decisions in building a warehouse as well as some of the tools available.
Read more...
By
Robert Pearl
2008/03/27
|
Source:
SQLServerCentral.com
|
Category:
Data Warehousing
Rating:
|
Discuss
|
Briefcase
|
914 reads
Job Execution System
ever want to allow people to execute jobs bot not be admins?
Read more...
By
TJay Belt
2008/03/27
|
Source:
SQLServerCentral.com
|
Category:
Jobs
Rating:
|
Discuss
|
Briefcase
|
3,921 reads
How to import an Excel file into SQL Server 2005 using Integration Services
Integration Services, which replaces Data Transformation Services (DTS) in SQL Server 2005, is a tool for extracting, transforming, and loading data.
Read more...
By
Additional Articles
2008/03/27
|
Source:
Builder.com
|
Category:
Integration Services
Rating:
Rate this
|
Briefcase
|
4,043 reads
Best Practices when performing maintenance in a DBM environment
If you have configured database mirroring in synchronous with or without automatic failover mode, you can switch to the mirror server instance and make it available to the clients while you perform hardware or software maintenance on the principal server instance. So let’s see how we can do this:
Read more...
By
Additional Articles
2008/03/27
|
Source:
SQL Community
|
Category:
Database Mirroring
Rating:
Rate this
|
Briefcase
|
1,238 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use