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/01 to 2008/03/08
Using VBScript to Automate Tasks
This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.
Read more...
By
Haidong Ji
2008/03/07 (first posted: 2003/11/04)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
94,528 reads
Extending SQL Server Reporting Services with SQL CLR Table-Valued Functions
This article describes how to take advantage of SQL CLR table-valued functions to combine different types of data sources to create rich and exciting SQL Server Reporting Services reports.
Read more...
By
Additional Articles
2008/03/07
|
Source:
TechNet
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,617 reads
Linked Server Optimization
This article demonstrates the negative affect that linked servers can cause in queries and offers alternatives to speed up performance.
Read more...
By
Bill Richards
2008/03/07
|
Source:
SQLServerCentral.com
|
Category:
Linked Servers
Rating:
|
Discuss
|
Briefcase
|
7,815 reads
Apply Test-Driven Development to your Database Projects
This article from MSDN discusses the benefits of TDD and bringing unit testing to your database development.
Read more...
By
Additional Articles
2008/03/07
|
Source:
Microsoft MSDN
|
Category:
VSTS
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,565 reads
Featured Blog: iFTS Performance – DocidMap
This next post from MVP Simon Sabin examines one of the major improvements in performance of search.
Read more...
By
Additional Articles
2008/03/06
|
Source:
Other
|
Category:
Full-Text Search (2008)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
493 reads
Dimensional Model Components: Dimensions Part II
Business Intelligence Architect Bill Pearson continues his subseries surrounding components of the Analysis Services dimensional model. In the second half of this article, we extend our focus on dimensions to include property settings for Cube Dimensions.
Read more...
By
Additional Articles
2008/03/06
|
Source:
Database Journal
|
Category:
Data Modeling
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,238 reads
How to Break Replication
David Poole is a regular author at SQLServerCentral.com, sharing many of his knowledge and experiences with us over the years. This time he examines some of the issues that you might have with replication.
Read more...
By
David Poole
2008/03/06
|
Source:
SQLServerCentral.com
|
Category:
Replication
Rating:
|
Discuss
|
Briefcase
|
6,175 reads
The Stewardship Approach to Data Governance: Chapter 8
This is the eighth article in a continuing series, and this installment discusses the Data Steward Coordinator.
Read more...
By
Additional Articles
2008/03/06
|
Source:
TDAN
|
Category:
Data Modeling
Rating:
(not yet rated)
Rate this
|
Briefcase
|
544 reads
Simple Method for Importing Ragged files
This article explains how to import text files using SSIS in those cases where the text files have different formatted data on different rows. The solution recommended involves minimal coding and is highly maintainable.
Read more...
By
Paul Ibison
2008/03/05
|
Source:
SQLServerCentral.com
|
Category:
Integration Services
Rating:
|
Discuss
|
Briefcase
|
5,228 reads
SQL Server non-clustered indexes for query optimization
Optimize SQL Server non-clustered indexes and queries by considering index fields, compound indexes and SQL Server statistics' impact on non-clustered indexes.
Read more...
By
Additional Articles
2008/03/05
|
Source:
SearchSQLServer
|
Category:
Indexing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,579 reads
How Much Training Data Is Enough?
This tip shows you how you can apply the cross-validation feature in the upcoming SQL Server 2008 release to estimate if the training set size is sufficient for a given model.
Read more...
By
Additional Articles
2008/03/05
|
Source:
sqlserverdatamining.com
|
Category:
Data Mining
Rating:
(not yet rated)
Rate this
|
Briefcase
|
752 reads
Using the script task to dynamically build SSIS package variables
Expressions can be used to dynamically build an output file. Here we will show you another way to do this using the script task.
Read more...
By
Additional Articles
2008/03/05
|
Source:
MSSQLTips.com
|
Category:
Integration Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,862 reads
Script Component as Data Source
In this article Dinesh Asanka demonstrates how you can use your own data sources in SQL Server Integration Services.
Read more...
By
Additional Articles
2008/03/04
|
Source:
SQL Server Performance
|
Category:
Integration Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,196 reads
Featured Blog: iFTS Manageability – Loading thesaurus files
MVP Simon Sabin continues his in depth look at Full Text Search in SQL Server 2008. This time he examines how you can load Thesaurus files.
Read more...
By
Additional Articles
2008/03/04
|
Source:
Other
|
Category:
Full-Text Search (2008)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
465 reads
Get a Return Every Time.
This article will show how you can produce a return regardless of variables passed and debugging tool for @SQL String.
Read more...
By
Charles Eaton
2008/03/04
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
4,961 reads
SQL Server 2005 Express Edition - Part 16 - Transactional and Merge Replication
Marcin Policht provides a step-through sample implementation of transactional and merge replication.
Read more...
By
Additional Articles
2008/03/04
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,220 reads
Querying the INFORMATION_SCHEMA
Using a macro to query the INFORMATION_SCHEMA
Read more...
By
Mike DiRenzo
2008/03/03
|
Source:
SQLServerCentral.com
|
Category:
INFORMATION_SCHEMA
Rating:
|
Discuss
|
Briefcase
|
8,006 reads
Adding Reporting Services to an existing SQL Server installation
In this tip we look at the process of installing Reporting Services on a server that is already running Database Services.
Read more...
By
Additional Articles
2008/03/03
|
Source:
MSSQLTips.com
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,981 reads
Configuring SQL Server memory settings
Learn about SQL Server memory needs and settings including RAM amounts, how to enable AWE, maximum server memory and the differences of 32- and 64-bit platforms.
Read more...
By
Additional Articles
2008/03/03
|
Source:
SearchSQLServer
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
3,163 reads
SQLSaturday - Jacksonville
Coming in May is a free one day event in Jacksonville, FL.
Read more...
By
Additional Articles
2008/04/22 (first posted: 2008/02/22)
|
Source:
End to End Training
|
Category:
Conferences and Events
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,500 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use