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/21 to 2013/01/28
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,967 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,525 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
We Loaded 1TB in 30 Minutes with SSIS, and So Can You
In February 2008, Microsoft announced a record-breaking data load using Microsoft® SQL Server® Integration Services (SSIS): 1 TB of data in less than 30 minutes. That data load, using SQL Server Integration Services, was 30% faster than the previous best time using a commercial ETL tool. This paper outlines what it took: the software, hardware, and configuration used. We will describe what we did to achieve that result, and offer suggestions for how to relate these techniques to typical scenarios. Even for customers who don't have needs quite like this benchmark, such efforts can teach a lot about getting optimal performance.
Read more...
By
Additional Articles
2013/01/25 (first published: 2010/01/19)
|
Source:
Microsoft MSDN
|
Category:
integration services (ssis)
Rating:
Rate this
|
Briefcase
|
8,691 reads
Free eBook: SQL Server Backup and Restore
You can download a free eBook from SQLServerCentral and Red Gate software on the most important task a SQL Server DBA or developer needs to understand.
Read more...
By
Press Release
2013/01/25 (first published: 2012/10/23)
|
Source:
SQLServerCentral.com
|
Category:
backup / restore
Rating:
(not yet rated)
Rate this
|
Briefcase
|
11,523 reads
Stairway to SQL Server Indexes: Level 3, Clustered Indexes
Now that we've seen the basics of indexing, and taken a deeper dive into Nonclustered Indexes, this Level will focus on searching the table, which will, in turn, will lead us to a discussion of clustered indexes.
Read more...
By
David Durant
2013/01/25 (first published: 2011/06/22)
|
Source:
SQLServerCentral.com
|
Category:
stairway series
Rating:
|
Discuss
|
Briefcase
|
20,228 reads
T-SQL Restore Script Generator
A procedure that generates point in time restore database & log commands for your databases.
Read more...
By
Paul Brewer
2013/01/24
|
Source:
SQLServerCentral.com
|
Category:
restore database
Rating:
|
Discuss
|
Briefcase
|
6,456 reads
Securing SQL Server 2012 Integration Services Packages using Digital Certificates
There are several different ways of restricting access to SSIS packages and confidential information they contain. However, preventing unauthorized users from running or viewing the content of your code is not the only security measure that you should take into consideration.
Read more...
By
Additional Articles
2013/01/24
|
Source:
Database Journal
|
Category:
sql server 2012
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,709 reads
Troubleshooting SQL Server RESOURCE_SEMAPHORE Waittype Memory Issues
This tip describes memory pressure issues that can arise from the RESOURCE_SEMAPHORE Waittype and how to find which query or transaction is causing the memory pressure.
Read more...
By
Additional Articles
2013/01/23
|
Source:
MSSQLTips.com
|
Category:
resource_semaphore
Rating:
Rate this
|
Briefcase
|
2,343 reads
Capturing Baselines on SQL Server: Where's My Space?
In this article, we'll tackle the topic of monitoring disk space usage. By tracking how much is in use and how much is still available, over time we'll have the data we need for better capacity planning, and can ensure that a database won't ever run out of disk space.
Read more...
By
Erin Stellato
2013/01/23
|
Source:
SQLServerCentral.com
|
Category:
baselines
Rating:
|
Discuss
|
Briefcase
|
5,133 reads
SQLServerCentral Runs sp_Blitz - Performance Part 1
The third article that examines the output of the sp_Blitz script™ run against SQLServerCentral's database servers.
Read more...
By
Steve Jones
2013/01/22
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
7,212 reads
Hypothetical Indexes on SQL Server
Sometimes, you have to test out alternative indexing strategies, but the task of creating the candidate indexes would just take too long. Is there another way? Well, yes, why not use the same method the DTA (Database Tuning Advisor) uses, and take the tedium out of the job.
Read more...
By
Additional Articles
2013/01/22
|
Source:
SimpleTalk
|
Category:
indexes
Rating:
Rate this
|
Briefcase
|
2,969 reads
Free Webinar: Statistics in Oracle and SQL Server
In their third live 'Oracle vs. SQL Server' discussion, Jonathan Lewis (Oracle Ace Director, OakTable Network) and Grant Fritchey (Microsoft SQL Server MVP) will look at statistics in Oracle and SQL Server. Expect a lively debate on Oracle vs. SQL Server from two leading RDBMS experts on Jan 23, 2013.
Read more...
By
Press Release
2013/01/22 (first published: 2013/01/11)
|
Source:
Red-Gate
|
Category:
oracle
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,601 reads
SQL Saturday #185 - Trinidad
A free day of SQL Server training in a beautiful location on Jan 25.
Read more...
By
Press Release
2013/01/21
|
Source:
SQLServerCentral.com
|
Category:
sql saturday
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,466 reads
VARCHAR (MAX), NVARCHAR (MAX) and NTEXT Data Types
Despite NTEXT and TEXT being deprecated in SQL Server for some time they are still both used in production systems. In this article, I will briefly demonstrate the difference between a VARCHAR (MAX), NVARCHAR (MAX) and the NTEXT data types, and the impact on performance from using NTEXT/TEXT.
Read more...
By
Additional Articles
2013/01/21
|
Source:
SQL Server Performance
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
5,461 reads
Antipathy for Entity Attribute Value data models
EAV models have their uses but the costs are often hidden and if not hidden, more than anticipated.
Read more...
By
David Poole
2013/01/21
|
Source:
SQLServerCentral.com
|
Category:
data model
Rating:
|
Discuss
|
Briefcase
|
5,145 reads
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.