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
Articles with tag
administration
Search for
any
content tagged
administration
<< Previous 20
Items 21 to 40 of 772
Next 20 >>
Comparing Two Recordsets Using Powershell
How can you quickly and easily compare recordsets from different instances? This article will show you a quick way to do this with PowerShell.
Read more...
By
Tom Powell
2012/07/13
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
1,962 reads
Indexes, Indexes, Indexes
This article has a description of an index utilization tool that Ron Johnson uses to analyze the effectiveness and use of indexes in a system.
Read more...
By
Ron Johnson
2012/07/04 (first published: 2011/07/05)
|
Source:
SQLServerCentral.com
|
Category:
indexing
Rating:
|
Discuss
|
Briefcase
|
18,491 reads
Instant File Initialization and restores
Instant file initialization also has its advantages when you restore a SQLServer database. This article will show you why.
Read more...
By
Johan Bijnens
2012/05/21
|
Source:
SQLServerCentral.com
|
Category:
backup / recovery
Rating:
|
Discuss
|
Briefcase
|
4,002 reads
Perform Routine Server Checks Using PowerShell
Database administrators tend to perform a lot of routine checks, referred to as sanity checks, on a daily, weekly, and monthly basis. Rob Gravelle shows you how to write some PowerShell scripts to automate a couple of fairly common sanity checks.
Read more...
By
Additional Articles
2012/05/21
|
Source:
Database Journal
|
Category:
powershell
Rating:
Rate this
|
Briefcase
|
3,429 reads
Snapshot Isolation Level in SQL Server - What, Why and How - Part 1
Snapshot isolation levels improve performance but there are some things to take into consideration when using this feature. Arshad Ali discusses what snapshot isolation levels are, their variants, and why and when we should use them.
Read more...
By
Additional Articles
2012/05/14
|
Source:
Database Journal
|
Category:
administration
Rating:
Rate this
|
Briefcase
|
3,445 reads
The Real World: Fragmented Disk and High PAGEIOLATCH Waits
This article decribes how defragementing a 900 GB drive assisted in addressing major performance issues on a reporting server.
Read more...
By
Kenneth Igiri
2012/04/20
|
Source:
SQLServerCentral.com
|
Category:
fragmentation
Rating:
|
Discuss
|
Briefcase
|
6,212 reads
Understanding Retention Periods for SQL Server Transactional Replication
I have transactional replication configured in production. I have heard about the replication retention period, but what is the significance of this. Would there be any impact to my replication configuration if data is not synchronized with the subscriptions within the retention period?
Read more...
By
Additional Articles
2012/04/17
|
Source:
MSSQLTips.com
|
Category:
replication
Rating:
Rate this
|
Briefcase
|
2,117 reads
The Best Database Administrators Automate Everything
Do you understand the value of your time? I mean really understand it. Time is your absolute number one most valuable asset. Once it's gone, that's it, gone forever.
Read more...
By
John Sansom
2012/04/06
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
10,499 reads
SQL Server Instant File Initialization (PQW)
In this article we’re going to look at instant file initialization. What it is, why it’s cool and how you can use it in your environments.
Read more...
By
John Sansom
2012/04/02
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
4,794 reads
How to Document and Configure SQL Server Instance Settings
There are around seventy SQL Server instance settings, and a DBA needs to be aware of the effect that many of them have. Brad McGehee explains them in enough detail to help with most common configuration problems, and suggests some best practices.
Read more...
By
Additional Articles
2012/02/13
|
Source:
SimpleTalk
|
Category:
configuration
Rating:
Rate this
|
Briefcase
|
3,420 reads
Query accounts, domain groups, and members who have admin membership.
This script leverages master.sys.server_principals and xp_logininfo to return accounts, domain groups, and members in a SQL Server admin fixed role.
Read more...
By
Eric Russell
2012/02/09
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
5,196 reads
Managing Transaction Logs
A great article that should answer all your questions about the transaction log from MVP Gail Shaw. A must read for all DBAs.
Read more...
By
Gail Shaw
2012/01/03 (first published: 2008/10/31)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
49,645 reads
Backing Up a SQL Server Database Directly Onto a Remote Server
Recently I encountered a situation where the backup drive was short of space on the production server. The policy on the production server was that as soon as soon as the Full Backup is complete, a copy of the production backup is transferred to the staging server using RoboCopy
Read more...
By
Additional Articles
2011/12/22
|
Source:
SQL Server Performance
|
Category:
backup / restore
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,918 reads
Automating Daily Checks with Powershell
Using Powershell to create color coded backup reports for all servers in your environment.
Read more...
By
Warren Campbell
2011/12/19
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
10,234 reads
Why SHRINKFILE is a very bad thing, and what to do about it.
This article talks about why SHRINKFILE is a very bad thing, and what to do about it if you must shrink a database file.
Read more...
By
Simon Facer
2011/12/16 (first published: 2010/11/09)
|
Source:
SQLServerCentral.com
|
Category:
shrinkfile
Rating:
|
Discuss
|
Briefcase
|
49,899 reads
Reduce heap table fragmentation
A table that does not have a clustered index is referred to as a Heap. While a lot has been written about index fragmentation and how to defrag indexes, there is not much that talks about how to defrag a heap table.
Read more...
By
James Serra
2011/12/13
|
Source:
SQLServerCentral.com
|
Category:
defragmentation
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,241 reads
SQL Server Database Growth and Autogrowth Settings
It's easy to create a database nowadays with point-'n-click, but if you've left your database's autogrowth settings at their default, you may hit problems in the future. Why? What to do about it? Read on!
Read more...
By
Additional Articles
2011/12/08
|
Source:
SimpleTalk
|
Category:
administration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,812 reads
Total Database Information At Your Fingertips Part - II
This article will help to get some basic information from your databases that may help you in different situations.
Read more...
By
Rahul Kumar Ghosh
2011/11/24
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
5,270 reads
Network Databases? Is it time to change?
Today Steve responds to a blog post from Microsoft that talks about the viability of placing our database files on network shares.
Read more...
By
Steve Jones
2011/11/15
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
138 reads
Removing TDE
Enabling TDE is simple to do, but it can be more complex when you look to remove the feature from SQL Server. Steve Perry brings you a procedure you can use to help you.
Read more...
By
Steve Perry
2011/11/03
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
5,640 reads
<< Previous 20
Items 21 to 40 of 772
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.