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
|
14,356 reads
A Beginners Look at Hadoop
Hadoop has been making a lot of noise in the Big Data world. Despite my lack of Linux experience I decided to take the plunge and this is what I found.
Read more...
By
David Poole
2013/06/05
|
Source:
SQLServerCentral.com
|
Category:
hadoop
Rating:
|
Discuss
|
Briefcase
|
12,700 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
|
13,648 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
|
16,082 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,659 reads
A Quick Tour of the Performance Dashboard Reports
SQL Server Performance Dashboard comprises a set of custom reports that give you nitty gritty details about the performance of your SQL Server instance.
Read more...
By
Prett Sons
2013/06/11
|
Source:
SQLServerCentral.com
|
Category:
performance dashboard reports
Rating:
|
Discuss
|
Briefcase
|
7,727 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
|
19,755 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,250 reads
Usage of CTE - Trick with Dates
This article exlores the usage of CTEs as a replacement to cursors in order to generate additional data by applying logic to existing data.
Read more...
By
Suresh Maganti
2013/06/18
|
Source:
SQLServerCentral.com
|
Category:
cursor vs recursive cte
Rating:
|
Discuss
|
Briefcase
|
11,156 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,973 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
|
19,137 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,654 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,269 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,316 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
|
7,071 reads
SQLServerCentral Runs sp_Blitz - Query Plans
The fifth installment of the sp_Blitz script being run on the SQLServerCentral database server.
Read more...
By
Steve Jones
2013/05/29
|
Source:
SQLServerCentral.com
|
Category:
sqlservercentral
Rating:
|
Discuss
|
Briefcase
|
5,081 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,296 reads
Some "Laws" of Software Development
Despite all the advances in software tools, there seem to be several enduring truths about software development. By understaning these 'laws', Ziv’s law, Humphrey’s Law and Conway’s Law for example, you can remove some of the mystery of the process. Al Noel discusses these and other laws that seem to apply generally to the art of programming.
Read more...
By
Additional Articles
2013/06/03
|
Source:
SimpleTalk
|
Category:
software development
Rating:
Rate this
|
Briefcase
|
5,027 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,571 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,185 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.