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
Content with tag
Best Practices
Items 1 to 20 of 35
Next 20 >>
Where Do You Go for Authoritative SQL Server Best Practices?
There is now a vast amount of SQL Server information and 'best practice' advice available on the Internet, in the form of innumerable blogs, community sites and forums. Finding an answer to your question is relatively easy, but finding the right, or best, answer is harder than ever.
Read more...
By
Brad McGehee
2011/06/27
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
282 reads
9 Things to Do When You Inherit a Database
Some tips on what to do when you inherit a database that you've never worked on before
Read more...
By
Sylvia Moestl Vasilik
2010/02/26 (first published: 2009/06/22)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
38,813 reads
SQL Server Integration Services (SSIS) - Design Best Practices
In the previous tips (SQL Server Integration Services (SSIS) - Best Practices - Part 1, Part 2 and Part 3) of this series I briefly talked about SSIS and few of the best practices to consider while designing SSIS packages. Continuing on this path I am going to discuss some more best practices of SSIS package design, how you can use lookup transformations and what considerations you need to take, the impact of implicit type cast in SSIS, changes in SSIS 2008 internal system tables and stored procedures and finally some general guidelines.
Read more...
By
Steve Jones
2009/12/14
|
Source:
MSSQLTips.com
|
Category:
integration services (ssis)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
4,287 reads
T-SQL Best Practices – Don’t Use Scalar Value Functions in Column List or WHERE Clauses
Query performance can be affected by many different factors. This article introduces another best practice of how and how not to use a function within your T-SQL statements.
Read more...
By
Additional Articles
2009/11/04
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
7,821 reads
SQL Server Integration Services (SSIS) Performance Best Practices
This tip is going to cover recommendations related to the SQL Server Destination Adapter, asynchronous transformations, DefaultBufferMaxSize and DefaultBufferMaxRows, BufferTempStoragePath and BLOBTempStoragePath as well as the DelayValidation property.
Read more...
By
Additional Articles
2009/11/03
|
Source:
MSSQLTips.com
|
Category:
integration services (ssis)
Rating:
Rate this
|
Briefcase
|
4,693 reads
Building Code that Promotes Plan Re-usage
This article, the third in the T-SQL Best Practices series, discusses how to write your code to promote cached plan re-usage. Understanding how white space and comments impact whether a plan is cached or an existing plan is re-used can help you minimize the number of plans your application is caching.
Read more...
By
Additional Articles
2009/08/31
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
3,242 reads
Data Compression: Strategy, Capacity Planning and Best Practices
The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads. However, extra CPU resources are required on the database server to compress and decompress the data, while data is exchanged with the application. Therefore, it is important to understand the workload characteristics when deciding which tables to compress.
Read more...
By
Additional Articles
2009/08/11
|
Source:
Microsoft MSDN
|
Category:
data compression
Rating:
Rate this
|
Briefcase
|
1,931 reads
T-SQL Best Practices – Part 2
Continuing our discussion covering T-SQL best practices, this article focuses on how to optimize writing a jack-of- all-trades stored procedure (SP).
Read more...
By
Additional Articles
2009/08/10
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
8,356 reads
T-SQL Best Practices
This article, the first in a series, discusses T-SQL coding best practices. Join Greg Larsen as he explains how to write queries to optimize SQL Server resources and improve performance.
Read more...
By
Additional Articles
2009/07/24
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
8,077 reads
9 Things to Do When You Inherit a Database
Some tips on what to do when you inherit a database that you've never worked on before
Read more...
By
Sylvia Moestl Vasilik
2010/02/26 (first published: 2009/06/22)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
38,813 reads
Enhancing the readability of your code: Table aliasing in sql
When writing SQL, picking good tables aliases can greatly enhance the readability of your code
Read more...
By
Sylvia Moestl Vasilik
2009/05/07
|
Source:
SQLServerCentral.com
|
Category:
sql server 2005
Rating:
|
Discuss
|
Briefcase
|
7,742 reads
Forum Etiquette: How to post data/code on a forum to get the best help
Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.
Read more...
By
Jeff Moden
2009/02/09 (first published: 2007/11/27)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
65,798 reads
Forum Etiquette: How to post data/code on a forum to get the best help
Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.
Read more...
By
Jeff Moden
2009/02/09 (first published: 2007/11/27)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
65,798 reads
Tutorial: SSIS best practices
Learn the best practices for SQL Server Integration Services (SSIS) in this tutorial, from migrating DTS packages to SSIS debugging, maintenance and programming in SQL Server.
Read more...
By
Additional Articles
2008/12/17
|
Source:
SearchSQLServer
|
Category:
integration services (ssis)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
6,370 reads
Best Practices for Data Warehousing with SQL Server 2008
There is considerable evidence that successful data warehousing projects often produce a very high return on investment. Over the years a great deal of information has been collected about the factors that lead to a successful implementation versus an unsuccessful one. These are encapsulated here into a set of best practices, which are presented with particular reference to the features in SQL Server 2008.
Read more...
By
Additional Articles
2008/09/12
|
Source:
TechNet
|
Category:
best practices
Rating:
Rate this
|
Briefcase
|
4,282 reads
Forum Etiquette: How to post data/code on a forum to get the best help
Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.
Read more...
By
Jeff Moden
2009/02/09 (first published: 2007/11/27)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
65,798 reads
Best Practices when performing maintenance in a DBM environment
If you have configured database mirroring in synchronous with or without automatic failover mode, you can switch to the mirror server instance and make it available to the clients while you perform hardware or software maintenance on the principal server instance. So let’s see how we can do this:
Read more...
By
Additional Articles
2008/03/27
|
Source:
SQL Community
|
Category:
database mirroring
Rating:
Rate this
|
Briefcase
|
1,812 reads
Forum Etiquette: How to post data/code on a forum to get the best help
Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.
Read more...
By
Jeff Moden
2009/02/09 (first published: 2007/11/27)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
65,798 reads
More RBAR and "Tuning" UPDATEs
SQL Server expert Jeff Moden discusses a common problem seen in many update statements.
Read more...
By
Jeff Moden
2008/03/14
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
11,054 reads
Forum Etiquette: How to post data/code on a forum to get the best help
Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.
Read more...
By
Jeff Moden
2009/02/09 (first published: 2007/11/27)
|
Source:
SQLServerCentral.com
|
Category:
best practices
Rating:
|
Discuss
|
Briefcase
|
65,798 reads
Items 1 to 20 of 35
Next 20 >>
Tags
best and worst practices
(12)
sql server 7
(6)
t-sql
(5)
strategies
(4)
integration services (ssis)
(3)
data warehousing
(2)
database design
(2)
miscellaneous
(2)
naming standards
(2)
security
(2)
administration
(1)
capacity planning
(1)
coding standards
(1)
csv data
(1)
data compression
(1)
database mirroring
(1)
database weekly
(1)
delimited data
(1)
dts
(1)
editorial
(1)
installation
(1)
performance tuning
(1)
sql server 2000
(1)
sql server 2005
(1)
sql server 2008
(1)
sqlservercentral
(1)
system development life cycle
(1)
table aliases
(1)
writing readable code
(1)
Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.