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/05/15 to 2008/05/22
Dependency Tracking in SQL Server 2008
People reading this post might really wonder of having read /heard about a concept on Dependency tracking in SQL Server 2008. It is nothing, but a set of built in existing SYS objects and their effective usage that help us save time & tedious efforts.
Read more...
By
Additional Articles
2008/05/22
|
Source:
SQL Community
|
Category:
SQL Server 2008
Rating:
Rate this
|
Briefcase
|
1,209 reads
Execution Plan Basics
Every day, out in the various discussion boards devoted to Microsoft SQL Server, the same types of questions come up again and again: Why is this query running slow? Is my index getting used? Why isn't my index getting used? In order to arrive at the answer you have to ask the same return question in each case: have you looked at the execution plan? We are very pleased to be allowed to publish the first chapter of Grant Fritchey's excellent new book on execution plans.
Read more...
By
Additional Articles
2008/05/22
|
Source:
SimpleTalk
|
Category:
Performance Tuning
Rating:
Rate this
|
Briefcase
|
4,401 reads
Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays
It's a well known fact that there's no such thing as a true "array" in SQL Server and that you can't pass a table as a parameter... but you can get a lot closer than you think.
Read more...
By
Jeff Moden
2008/05/22
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
10,065 reads
Using xp_ReadErrorLog in SQL Server 2005
I would like to share some interesting parameters I found for the undocumented extended stored procedure xp_ReadErrorLog. In doing some testing with this extended stored procedure I found four very interesting parameters. Adding to some of the articles already on the web that discuss undocumented stored procedures, in this article I will explain my testing, use and some examples of the procedure.
Read more...
By
Additional Articles
2008/05/21
|
Source:
SQLTeam.com
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
1,887 reads
Measuring Performance of Stored Procedures
Database developers need to write stored procedures which are not only fully functional, but also which perform acceptably. This article concentrates on some of the counters used to measure performance and analyses methods of capturing these counters.
Read more...
By
Additional Articles
2008/05/21
|
Source:
SQL Server Universe
|
Category:
Performance Monitoring
Rating:
Rate this
|
Briefcase
|
5,735 reads
Two Useful Hierarchy Functions
Two useful functions for dealing with hierarchical data.
Read more...
By
John Cawley III
2008/05/21
|
Source:
SQLServerCentral.com
|
Category:
Hierarchy
Rating:
|
Discuss
|
Briefcase
|
10,673 reads
RESEED in SQL 2000 and SQL 2005/2008
This article looks at the difference in behavior of RESEED in SQL Server 2000 and SQL Server 2005/2008
Read more...
By
AJ
2008/05/20
|
Source:
SQLServerCentral.com
|
Category:
RESEED
Rating:
|
Discuss
|
Briefcase
|
2,664 reads
Templates and teamwork
SQL Server expert David Poole discusses how teams can work together and share templates in Management Studio.
Read more...
By
David Poole
2008/05/20
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
3,175 reads
What BI Practitioners Can Learn From Operations Research
Growing interest in analytics and the trend toward automated decision making will lead the business intelligence crowd toward the mix of mathematical and statistical techniques used by operations researchers.
Read more...
By
Additional Articles
2008/05/20
|
Source:
Intelligent Enterprise
|
Category:
Business Intelligence
Rating:
Rate this
|
Briefcase
|
1,744 reads
Full Text Search Noise Words and Thesaurus Configurations
I have heard that Full Text Search uses a noise words to eliminate meaningless words in searches. I have also heard that a thesaurus is used, but I am not exactly sure how. Can you provide some details related to how both of these technologies are used in Full Text Search? I am interested in more of a background on these specific Full Text Search technologies as well as where the files are located and how I can update them.
Read more...
By
Additional Articles
2008/05/19
|
Source:
MSSQLTips.com
|
Category:
Full-Text Search
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,172 reads
Pro SQL Server 2005 Integration Services
A look at this book from James Wightman and Apress on the ETL subsystem in SQL Server.
Read more...
By
Steve Jones
2008/05/19
|
Source:
SQLServerCentral.com
|
Category:
Book Reviews
Rating:
|
Discuss
|
Briefcase
|
1,603 reads
Name Value Pair - Part II
In this article I will try to address some of the design suggestions and experiences that I had in managing similar database.
Read more...
By
Teshome Asfaw
2008/05/19
|
Source:
SQLServerCentral.com
|
Category:
Database Design
Rating:
|
Discuss
|
Briefcase
|
5,543 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
|
59,021 reads
Row Value Constructor in SQL Server 2008
This article illustrates different methods to insert data into a table, including the new Row Value Constructor, which simplifies the data insertion.
Read more...
By
Additional Articles
2008/05/16
|
Source:
Database Journal
|
Category:
SQL Server 2008
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,387 reads
SQL Server T-SQL in 10 Minutes
A short review of this book by Ben Forta giving you the basics of T-SQL
Read more...
By
Steve Jones
2008/05/16
|
Source:
SQLServerCentral.com
|
Category:
Book Reviews
Rating:
|
Discuss
|
Briefcase
|
3,694 reads
Using Policy-Based Management in SQL Server 2008
As we are reviewing the new features in SQL Server 2008, we found one that looks really interesting - Policy-Based Management. Could you help us to understand how this works and provide some examples? Can you please explain each of the components and how to manage them in the interface and with commands?
Read more...
By
Additional Articles
2008/05/16
|
Source:
MSSQLTips.com
|
Category:
Policy Based Management
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,153 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:
Rate this
|
Briefcase
|
2,624 reads
Using DDL triggers to audit events
Create DDL table in SQL Server 2005 to audit Data Definition Language (DDL) trigger events when DML statements run. Define DDL trigger to track SQL changes.
Read more...
By
Additional Articles
2008/05/15
|
Source:
SearchSQLServer
|
Category:
Auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,736 reads
XML Workshop XIX - Generating an ATOM 1.0 Feed
Continuing on with his amazing series on XML, SQL Server MVP Jacob Sebastian shows us how to use XML in SQL Server 2005 to generate an ATOM feed.
Read more...
By
Jacob Sebastian
2008/05/15
|
Source:
SQLServerCentral.com
|
Category:
XML
Rating:
|
Discuss
|
Briefcase
|
2,228 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use