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
<< Previous headlines
|
Later headlines >>
SQLServerCentral.com Headlines from 2013/01/28 to 2013/02/04
SQL Saturday #183 - Albuquerque
A free day of training in Albuquerque, New Mexico on Feb 9, 2013.
Read more...
By
Press Release
2013/02/04
|
Source:
SQLServerCentral.com
|
Category:
sql saturday
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,368 reads
Using the Data Profiling SQL Server Integration Services SSIS task
Have you ever had to write a bunch of TSQL to do some data analysis on the table data in your database. If you have you'll know that this can become a fairly time consuming and tedious task? SQL Server 2012 Integration Services has a feature called the Data Profiling task that can help you perform this analysis much easier and faster (this feature is also available in SQL Server 2008). This task can help you find potential issues with your existing data as well as help you become more familiar with the data in a database that you have just started managing.
Read more...
By
Additional Articles
2013/02/04
|
Source:
MSSQLTips.com
|
Category:
integration services (ssis)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,095 reads
Capturing Baselines on SQL Server: Wait Statistics
By capturing baseline data, a well=prepared DBA should get a good idea of what potential issues they will face. In this article Erin Stellato looks at Wait Statistics and what they can tell you about your databases.
Read more...
By
Erin Stellato
2013/02/04
|
Source:
SQLServerCentral.com
|
Category:
baselines
Rating:
|
Discuss
|
Briefcase
|
6,011 reads
SQL Intersection in Las Vegas This Spring
Come join Steve Jones, Grant Fritchey and an amazing lineup of speakers at the spring SQL Intersection conference in Las Vegas, April 8-11, 2013. Register now and you get a Surface RT tablet.
Read more...
By
Press Release
2013/02/05 (first published: 2013/02/01)
|
Source:
SQLServerCentral.com
|
Category:
events
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,768 reads
Silent Truncation of SQL Server Data Inserts
There are certain circumstances where SQL Server will silently truncate data, without providing an error or warning, before it is inserted into a table. In this tip we cover some examples of when this occurs.
Read more...
By
Additional Articles
2013/02/01
|
Source:
MSSQLTips.com
|
Category:
t-sql
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,541 reads
Join Operations – Nested Loops
This is part I of III in a series on the physical join operators in SQL Server.
Read more...
By
Jason Brimhall
2013/02/01 (first published: 2011/01/04)
|
Source:
SQLServerCentral.com
|
Category:
join
Rating:
|
Discuss
|
Briefcase
|
23,006 reads
Custom Metric - Indexes with Excessive Writes
A new custom metric is available at SQL Monitor Metrics. This tracks indexes that have more writes than reads. Use this code if you want to find out if you might be over indexing your tables.
Read more...
By
Press Release
2013/01/31
|
Source:
SQLServerCentral.com
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,813 reads
SQL Server 2012 Integration Services - Introduction to Managing SQL Server with PowerShell
Marcin Policht presents the fundamental principles of PowerShell in the context of SQL Server 2012. Join him as he steps through its initial setup and configuration, and reviews specific management areas where its advantages can be realized.
Read more...
By
Additional Articles
2013/01/31
|
Source:
Database Journal
|
Category:
powershell
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,702 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
2013/01/31 (first published: 2008/05/20)
|
Source:
SQLServerCentral.com
|
Category:
system development life cycle
Rating:
|
Discuss
|
Briefcase
|
7,948 reads
SQL Server Performance Tuning – Index Tuning
In earlier installments of this series we looked at T-SQL Performance optimizations along with different T-SQL practices, we can now turn our attention to the second part of this series which is index Tuning
Read more...
By
Additional Articles
2013/01/30
|
Source:
SQL Server Performance
|
Category:
indexing
Rating:
Rate this
|
Briefcase
|
4,245 reads
SQL Server 2008 Build List
The list of builds for SQL Server 2008 updated SP3.
Read more...
By
Steve Jones
2013/01/30 (first published: 2008/09/26)
|
Source:
SQLServerCentral.com
|
Category:
sql server 2008
Rating:
|
Discuss
|
Briefcase
|
54,474 reads
Stairway to XML: Level 9 - Creating XML-Based Functions
In this Level, we’ll look at how to use XML methods within user-defined functions to return XML fragments and values from your target XML instance.
Read more...
By
Rob Sheldon
2013/01/30
|
Source:
SQLServerCentral.com
|
Category:
stairway series
Rating:
|
Discuss
|
Briefcase
|
4,406 reads
Providing SQL Agent Job Log Data for Developers
As a production Database Administrator, I do not want to give Developers direct access to the SQL Server Agent job log especially for servers in the DMZ. Another problem we have is that when there is a lot of log data for a job, the default job log doesn't contain the full log detail and that makes it harder to troubleshoot. Most of all, we are trying not to use a different code set for deployment based on the environment. Basically we want to use the same methods to deploy our jobs to Development, Test and Production.
Read more...
By
Additional Articles
2013/01/29
|
Source:
MSSQLTips.com
|
Category:
sql agent
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,125 reads
My SQL Server Database is Corrupt - Now What?!
How do you recover from corruption if your organization doesn't have a disaster recovery handbook? And how can you prevent the same corruption from recurring?
Read more...
By
Paul Randal
2013/01/29
|
Source:
SQLServerCentral.com
|
Category:
corruption
Rating:
|
Discuss
|
Briefcase
|
7,089 reads
SQL Server 2012 Build List
A list of the builds of SQL Server 2012 through CU#4.
Read more...
By
Steve Jones
2013/04/18 (first published: 2012/04/17)
|
Source:
SQLServerCentral.com
|
Category:
sql server 2012
Rating:
|
Discuss
|
Briefcase
|
7,970 reads
Update statistics in parallel
This articles shows a technique that generates and launches an SSIS package to update statistics in parallel.
Read more...
By
Federico Iori
2013/01/28
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
4,527 reads
Beating Backup Corruption
The most critical task for all DBAs is to have a Backup and Recovery strategy that ensures, every day, that in the event of a disaster they can restore and recover any database, within acceptable limits for data loss and downtime. Even with all the required backups in place, it's easy to miss subtle failings in the overall plan that can, and eventually will, defeat your recovery plans.
Read more...
By
Additional Articles
2013/01/28
|
Source:
SQLServerCentral.com
|
Category:
backup / recovery
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,087 reads
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.