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/17 to 2008/03/24
Ready Made Code Snippet Tool Box Courtesy of SCOM
Cracking open the default management packs in SCOM unlock a vast code library for custom automation and monitoring of SQL Server instances.
Read more...
By
Scott Abrants
2008/03/24
|
Source:
SQLServerCentral.com
|
Category:
SCOM
Rating:
|
Discuss
|
Briefcase
|
5,239 reads
Name value pair (EAV) model
Entity-Attribute-Value model (EAV) is used interchangeably with name for name value pair. This article will try to address advantages and disadvantages of EAV modelling
Read more...
By
Teshome Asfaw
2008/03/24
|
Source:
SQLServerCentral.com
|
Category:
Database Design
Rating:
|
Discuss
|
Briefcase
|
1,720 reads
SQL Server 2008 security and compliance features reduce security risks
Looking at this from a confidentiality, integrity and availability perspective – the essence of security and compliance – there are quite a few new selling points.
Read more...
By
Additional Articles
2008/03/24
|
Source:
SearchSQLServer
|
Category:
SQL Server 2008
Rating:
(not yet rated)
Rate this
|
Briefcase
|
820 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,836 reads
Five steps to designing event handlers in SSIS
Construct event handlers in SQL Server Integration Services (SSIS) for executables. Get the flexibility of Control Flow and Data Flow tabs in Event Handler.
Read more...
By
Additional Articles
2008/03/21
|
Source:
SearchSQLServer
|
Category:
Integration Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,579 reads
The Architecting Magic Behind Taking Mash Ups Offline
While most of the complexity you encounter in synchronization efforts will be unique to your application and infrastructure, synchronization works best when it's designed to be a core feature in each data store.
Read more...
By
Additional Articles
2008/03/21
|
Source:
DevX
|
Category:
Replication
Rating:
(not yet rated)
Rate this
|
Briefcase
|
789 reads
Updated SQL Injection
SQL injection has been a hot topic the last couple years and there are some great articles at SQLServerCentral.com on this topic. Michael Coles brings us an updated look at this SQL Server security issue with some new examples you might not have previously thought.
Read more...
By
Michael Coles
2008/03/21 (first posted: 2005/09/21)
|
Source:
SQLServerCentral.com
|
Category:
Security
Rating:
|
Discuss
|
Briefcase
|
80,590 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/21
|
Source:
TechNet
|
Category:
Reporting Services
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,698 reads
ETL for Free-Form Data
This article demonstrates how to extract, transform and load free-form data into a structured form like a staging table by way of XML conversions.
Read more...
By
Michael DeYoung
2008/03/20
|
Source:
SQLServerCentral.com
|
Category:
ETL
Rating:
|
Discuss
|
Briefcase
|
3,870 reads
SQL Server 2005 Express Edition - Part 18 - Merge Web Synchronization Setup
Part 18 of this series explores several scenarios in which the Merge Web Synchronization can be applied and describes their implementation details.
Read more...
By
Additional Articles
2008/03/20
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
764 reads
Using the CASE expression instead of dynamic SQL
I have a lot of SQL update queries where I need to make IF/ELSE types of decisions. I am using a cursor in some cases but looping through thousands of rows for update takes a long time. I also use some dynamic SQL to handle some query parameter decision making. Is there a better alternative?
Read more...
By
Additional Articles
2008/03/20
|
Source:
MSSQLTips.com
|
Category:
T-SQL
Rating:
Rate this
|
Briefcase
|
4,092 reads
Applying Your Scripts across Multiple SQL Server Databases
This review of RedGate's new SQL Multi Script tool that aids you in deploying a script across multiple databases.
Read more...
By
Dinesh Asanka
2008/03/20
|
Source:
SQLServerCentral.com
|
Category:
Product Reviews
Rating:
|
Discuss
|
Briefcase
|
1,637 reads
Utah Code Camp 2008
If you are near Salt Lake City on April 26th, join in the local Code Camp there.
Read more...
By
Additional Articles
2008/03/19
|
Source:
SQLServerCentral.com
|
Category:
User Groups
Rating:
(not yet rated)
Rate this
|
Briefcase
|
421 reads
CS Techcast 16: Revving Up SQL Server 2008
CStechcast.com brings another podcast episode to the starting line with guest Kalen Delaney. This SQL Server expert and authoritative author of the Inside SQL Server series gives us her take on SQL Server 2008. Find the latest from Kalen Delaney at insidesqlserver.com and SQLCommunity.com.
Read more...
By
Additional Articles
2008/03/19
|
Source:
CSTechCast
|
Category:
Interviews
Rating:
Rate this
|
Briefcase
|
680 reads
Hubs, Spokes and Buses: How to Get to a Better Data Warehouse
Are you frustrated by the inefficiency, rigidity and latency of a first-generation, hub-and-spoke-architecture data warehouse? Here's a six-step guide to evolving to a streamlined, robust Kimball Dimensional Bus Architecture that will reduce time to reporting, lower data latency, and deliver more detailed, analytically useful information.
Read more...
By
Additional Articles
2008/03/19
|
Source:
Intelligent Enterprise
|
Category:
Data Warehousing
Rating:
Rate this
|
Briefcase
|
1,452 reads
SQL Server Scalabilty - An Introduction
A brief introduction into the world of scalability, presenting at a high-level the various options
Read more...
By
Kev Riley
2008/03/19
|
Source:
SQLServerCentral.com
|
Category:
Administration
Rating:
|
Discuss
|
Briefcase
|
1,622 reads
XML Workshop XVI - Shaping the XML results
Continuing on with his series, Jacob Sebastian shows how you can shape the query results to a certain pre-defined XML structure in this article.
Read more...
By
Jacob Sebastian
2008/03/19
|
Source:
SQLServerCentral.com
|
Category:
XML
Rating:
|
Discuss
|
Briefcase
|
2,387 reads
Common Table Expressions
They are new to SQL Server in 2005, but they are not necessarily in common use for many people. New author Kirk Kuykendall brings us a basic look on what a CTE is and how you can use it.
Read more...
By
Kirk Kuykendall
2008/03/18
|
Source:
SQLServerCentral.com
|
Category:
CTE
Rating:
|
Discuss
|
Briefcase
|
8,014 reads
The curse and blessings of dynamic SQL
How you use dynamic SQL, when you should - and when you should not.
Read more...
By
Additional Articles
2008/03/18
|
Source:
Erland Sommarskog's SQL Page
|
Category:
Dynamic SQL
Rating:
Rate this
|
Briefcase
|
4,753 reads
Data Compression in SQL Server 2005 (Believe it !!)
That’s correct. SQL Server 2005 SP2 supports data compression using Vardecimal data type.
Read more...
By
Additional Articles
2008/03/18
|
Source:
SQL Community
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
2,445 reads
Screencast: Tracking memory with PerfMon counters
Learn how to use SQL Server PerfMon counters to track Windows memory. SQL Server MVP Kevin Kline explains the maximum numbers to watch for when using PerfMon memory counters.
Read more...
By
Additional Articles
2008/03/18
|
Source:
SearchSQLServer
|
Category:
Performance Monitoring
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,641 reads
SQL Server 2005 Express Edition - Part 17 - Merge Web Synchronization
In this article, we will explore another variation of this mechanism, called Web Synchronization, with SQL Server 2005 Express Edition instances operating as merge replication subscribers connecting to a publisher via HTTPS protocol.
Read more...
By
Additional Articles
2008/03/17
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
308 reads
SQL Server DBA Fights a Demon
An interesting tale of David Bird's fight with tempdb.
Read more...
By
David Bird
2008/03/17
|
Source:
SQLServerCentral.com
|
Category:
Administration
Rating:
|
Discuss
|
Briefcase
|
5,776 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use