Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Popular Content
Rendering PDFs Natively in SQL
How to render PDF documents using SQL CLR. Also a good introduction on creating SQL CLR functions.
Read more...
By
David Rueter
2013/05/08
|
Source:
SQLServerCentral.com
|
Category:
pdf
Rating:
|
Discuss
|
Briefcase
|
13,729 reads
dbWarden - A Free SQL Server Monitoring Package
dbWarden is a comprehensive monitoring and alerting solution for SQL Server 2005 or newer. It features an emailed Health Report and includes email and text notifications with customizable metrics for alerts such as Blocking, Long Running Queries and SQL Jobs, CPU %, Log file and TempDB growth.
Read more...
By
Stevie Rounds
,
Michael Rounds
2013/04/12
|
Source:
SQLServerCentral.com
|
Category:
monitoring
Rating:
|
Discuss
|
Briefcase
|
12,952 reads
How to recover a SQL Server login password.
I will describe a simple method anyone can use to obtain lost password information for a SQL Server login.
Read more...
By
Geoff Albin
2013/03/04
|
Source:
SQLServerCentral.com
|
Category:
password cracking
Rating:
|
Discuss
|
Briefcase
|
15,748 reads
The Cascading (CROSS) APPLY
An old trick nowadays but one which is still underused here on SSC is the cascading CROSS APPLY – where output from one CROSS APPLY is used as input for another.
Read more...
By
Chris Morris
2013/04/16
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
12,130 reads
Free ebook: Troubleshooting SQL Server: A Guide for the Accidental DBA
Merry Christmas from SQLServerCentral. We spend much of our working life helping solve SQL Server-related performance problems, hands-on, during consulting, or on online forums. We've seen a few weird-and-wonderful issues but, mainly, it’s the same problems and misconceptions time-and-again. This is our attempt to describe, diagnose, and solve the most common problems with SQL Server 2005, 2008, and 2008 R2. And it's free.
Read more...
By
Press Release
2012/12/25 (first published: 2012/10/30)
|
Source:
SQLServerCentral.com
|
Category:
books
Rating:
Rate this
|
Briefcase
|
16,071 reads
Data Mining Introduction
Many people that work for years with SQL Server never use the Data Mining. This article has the objective to introduce them to this magic and exciting new world.
Read more...
By
Daniel Calbimonte
2012/11/12
|
Source:
SQLServerCentral.com
|
Category:
server
Rating:
|
Discuss
|
Briefcase
|
18,620 reads
Stairway to XML: Level 1 - Introduction to XML
In this level, Rob Sheldon explains what XML is, and describes the components of an XML document, Elements and Attributes. He explains the basics of tags, entity references, enclosed text, comments and declarations
Read more...
By
Rob Sheldon
2013/01/09 (first published: 2012/09/20)
|
Source:
SQLServerCentral.com
|
Category:
stairway series
Rating:
|
Discuss
|
Briefcase
|
18,952 reads
Free eBook: Inside the SQL Server Query Optimizer
This free ebook from Red Gate Software will take you from the fundamentals of Statistics, Cost Estimation, Index Selection, and the Execution Engine, and guide you through the inner workings of the Query Optimization process, and throws in a pragmatic look at Parameterization and Hints along the way.
Read more...
By
Press Release
2013/02/07 (first published: 2012/12/11)
|
Source:
SQLServerCentral.com
|
Category:
books
Rating:
Rate this
|
Briefcase
|
10,531 reads
Stored Procedures and SQL Injection
Why do stored procedures help with security? In this piece, MVP Brian Kelley explains why SQL Injection and information gathering are hampered with stored procedures.
Read more...
By
Brian Kelley
2013/02/18
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
11,139 reads
The Ten Commandments of SQL Server Monitoring
It is easy to get database monitoring wrong. There are several common-sense rules that can make all the difference between a monitoring system that works for you and helps to avoid database problems, and one that just creates a distraction. Adam Machanic spells out the rules, based on his considerable experience with database monitoring.
Read more...
By
Additional Articles
2013/05/13
|
Source:
SimpleTalk
|
Category:
monitoring
Rating:
Rate this
|
Briefcase
|
6,156 reads
A Simple Formula to Calculate the ISO Week Number
He admits it wasn't his idea but his head sure wishes it was. SQL Server MVP Jeff Moden explains a wonderful, super simple, very high performance formula that will calculate ISO Week Numbers. If you're "stuck" with SQL Server 2005 or less, you're going to like this a whole lot!
Read more...
By
Jeff Moden
2013/04/08
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
7,219 reads
An Introduction to the SQLCMD Mode in SSMS (SQL Spackle)
Using SQLCMD Mode in SSMS is easy. This short piece will show you how to get started.
Read more...
By
Wayne Sheffield
2013/05/06
|
Source:
SQLServerCentral.com
|
Category:
sqlcmd
Rating:
|
Discuss
|
Briefcase
|
6,757 reads
A Hazard of Using the SQL Merge Statement
The SQL MERGE statement can make your DML querying more efficient but you need to take care or you may get burned
Read more...
By
Dwain Camps
2013/04/03
|
Source:
SQLServerCentral.com
|
Category:
merge
Rating:
|
Discuss
|
Briefcase
|
11,153 reads
Create CNN-style Map in Reporting Services
This article demonstrates how to use US Census' TIGER/Line shapefile to display CNN-style map in Reporting Services.
Read more...
By
Peichung Shih
2012/06/01 (first published: 2011/03/07)
|
Source:
SQLServerCentral.com
|
Category:
sql server 2008 r2
Rating:
|
Discuss
|
Briefcase
|
115,152 reads
Trigger an Email of an SSRS Report from an SSIS Package
This article demonstrates how to trigger an SSRS subscription to email a report from an Execute SQL Task using SQL Server Agent and the ReportServer.dbo.AddEvent stored procedure.
Read more...
By
Stan Kulp
2013/03/19
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
8,298 reads
Using the Script Task in SSIS to Process Data Files When They Arrive
Learn how you can process data files with SSIS as soon as they arrive using the Script Task.
Read more...
By
Orlando Colamatteo
2013/01/08 (first published: 2012/10/25)
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
16,913 reads
Fuzzy-String Search: Find misspelled information with T-SQL
An optimized Damerau-Levenshtein Distance (DLD) algorithm for "fuzzy" string matching in Transact-SQL 2000-2008
Read more...
By
Thomas Keller
2012/09/18
|
Source:
SQLServerCentral.com
|
Category:
fuzzy match
Rating:
|
Discuss
|
Briefcase
|
12,627 reads
SQLServerCentral Runs sp_Blitz - Security
A series that looks at the SQLServerCentral database servers using the Brent Ozar Unlimited sp_blitz script. Read about what we learned.
Read more...
By
Steve Jones
2013/01/10
|
Source:
SQLServerCentral.com
|
Category:
sqlservercentral
Rating:
|
Discuss
|
Briefcase
|
7,653 reads
Back to Basics: Capturing Baselines on Production SQL Servers
If you have not been capturing baselines on your production servers, then today is the day you can start. This article provides scripts, valid for SQL Server 2005 and higher, which anyone can use to capture basic information about a SQL Server instance.
Read more...
By
Erin Stellato
2012/11/27
|
Source:
SQLServerCentral.com
|
Category:
baselines
Rating:
|
Discuss
|
Briefcase
|
11,208 reads
Splitting Strings Based on Patterns
Splitting strings based on patterns supported by LIKE and PATINDEX can be an interesting way to address a wide variety of problems.
Read more...
By
Dwain Camps
2012/11/29
|
Source:
SQLServerCentral.com
|
Category:
string manipulation
Rating:
|
Discuss
|
Briefcase
|
9,229 reads
Tags
administration
advanced querying
analysis services (ssas)
auditing
backup / restore
blogs
career
data warehousing
database design
database weekly
design and theory
development
disaster recovery (dr)
dts
editorial
editorial - ipod
editorial - mp3
editorial - wmv
events
friday poll
humor
indexing
integration services (ssis)
maintenance
maintenance and management
miscellaneous
monitoring
news
other
performance tuning
powershell
programming
replication
reporting services (ssrs)
reviews
security
service broker
sql server
sql server 2005
sql server 2008
sql server 2012
sql server 7
sqlinsider scripts
sqlservercentral
stairway series
stored procedures
strategies
t-sql
video
xml
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.