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/02/01 to 2013/02/08
Windows Server 2012 Deduplication – Should you use it with SQL Server Backups?
Windows Server 2012 introduces native deduplication functionality. While this is a promising new Windows feature for other file types and characteristics, there are some potential pitfalls that you need to be aware of when it comes to deduplication specifically for SQL Server backup files.
Read more...
By
Joe Sack
2013/02/08
|
Source:
SQLServerCentral.com
|
Category:
backups
Rating:
|
Discuss
|
Briefcase
|
4,212 reads
Interviewing Tips for a Database Position
Interviewing for a database position is a careful game of give and take. Knowing what to expect and how to prepare for your interview is important, but it's only half the battle. You'll also need to ask questions to see if the job, and the company, is a good fit for you.
Read more...
By
Additional Articles
2013/02/08
|
Source:
SimpleTalk
|
Category:
career
Rating:
Rate this
|
Briefcase
|
4,548 reads
Mastering the Art of Conversation and Making Business Contacts
In NYC on Feb 21 at 6:30, Don Gabor has a short seminar to help with your networking. Whether you are chatting in small groups or one-on-one at a networking event, IT conference or after-hours party, your ability to master the art of conversation will help you find and connect with business contacts.
Read more...
By
Press Release
2013/02/08
|
Source:
SQLServerCentral.com
|
Category:
events
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,636 reads
Evaluating Policies on Multiple SQL Server Instances using Central Management Server
you have created a SQL Server Policy to check database recovery models. Now you need to check the databases on all of your SQL Server instances. In this tip we will show how you can evaluate a SQL Server policy against multiple instances.
Read more...
By
Additional Articles
2013/02/07
|
Source:
MSSQLTips.com
|
Category:
central management server
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,867 reads
Exploring the Varbinary Type
A brief look at the Varbinary data type and its uses in SQL Server for beginners.
Read more...
By
Timothy A Wiseman
2013/02/07
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
5,384 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,539 reads
Precision Indexing: Basics of Selective XML Indexes in SQL Server 2012
Seldom has a SQL Server Service pack had such an effect on database development as when SQL Server 2012 SP1 introduced selective XML indexes. These transform the practicality of querying large amounts of XML data. Seth Delconte demonstrates how and why this feature makes all the difference.
Read more...
By
Additional Articles
2013/02/06
|
Source:
SimpleTalk
|
Category:
indexing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,790 reads
Advanced Logging - Level 12 of the Stairway to Integration Services
In this level, Andy Leonard goes into advanced logging techniques for your packages.
Read more...
By
Andy Leonard
2013/02/06
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
3,765 reads
SQL Bits XI
The popular UK conference heads to Nottingham from May 2-4, 2013. Both Grant Fritchey and Steve Jones will be speaking, along with lots of talented SQL Server professionals. Register today.
Read more...
By
Press Release
2013/03/11 (first published: 2013/02/06)
|
Source:
SQLServerCentral.com
|
Category:
sql bits
Rating:
Rate this
|
Briefcase
|
4,046 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,758 reads
Partitioning in SQL Server - Part 3
Arshad Ali provides a step-by-step guide to create a partitioned table/index.
Read more...
By
Additional Articles
2013/02/05
|
Source:
Database Journal
|
Category:
partitioning
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,533 reads
T-SQL insert using SSIS Data Pump
This article describes a T-SQL procedure to insert data using the SSIS Data Pump
Read more...
By
Federico Iori
2013/02/05
|
Source:
SQLServerCentral.com
|
Category:
bulk insert
Rating:
|
Discuss
|
Briefcase
|
7,078 reads
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,354 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,070 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
|
5,840 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,500 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
|
22,886 reads
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.