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
strategies
Search for
any
content tagged
strategies
<< Previous 20
Items 41 to 60 of 258
Next 20 >>
Citrix MetaFrame, SQL Server, and the DBA
In this article, Brian looks at how Citrix MetaFrame can use SQL Server for its internal data repository. The basic operation of SQL Server in a Citrix MetaFrame installation is covered. In addition, Brian looks at how a DBA is an integral part of the support team for a successful Citrix MetaFrame farm.
Read more...
By
Brian Kelley
2007/03/02 (first published: 2002/05/13)
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
26,382 reads
Why RAID is (usually) a Terrible Idea
Your development system might be as valuable as your servers, but is it worth setting up with RAID? Read an interesting argument from one of the largest custom computer builder.
Read more...
By
Additional Articles
2007/02/14
|
Source:
Other
|
Category:
miscellaneous
Rating:
Rate this
|
Briefcase
|
6,450 reads
SQL Stored Procedure to Log Updates, Independent of Database Structure
How many DBAs need a solution to track those changes made for multiple systems? Auditing is becoming more and more prevalent in all systems and having a good solution can really make your DBA job interesting. New author Keren Ramot brings us his technique that works indepedent of the database structure.
Read more...
By
Keren Ramot
2007/02/12
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
17,612 reads
Putting Unit Tests to Work
Testing is an important part of any software development process, but it's a part that many of us skimp on or ignore because of the tedious nature of testing. Longtime author Grant Fritchey has been working with Visual Studio Team Edition for Database Professionals and has written us an article on how you can make your unit testing easier.
Read more...
By
Grant Fritchey
2007/02/01
|
Source:
SQLServerCentral.com
|
Category:
system development life cycle
Rating:
|
Discuss
|
Briefcase
|
7,273 reads
Easy code archiving in SQL Server 2005
Learn how to keep track of previous versions of code in case your next upgrade doesn't go well from SQL Server guru Tim Chapman.
Read more...
By
Additional Articles
2007/01/15
|
Source:
Builder.com
|
Category:
system development life cycle
Rating:
Rate this
|
Briefcase
|
2,796 reads
Pop Rivett's SQL Server FAQ No.5: Pop on the Audit Trail
Pop provides a cunning, trigger-based technique for auditing the activity on SQL Server tables
Read more...
By
Additional Articles
2007/01/09
|
Source:
Red-Gate
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,163 reads
Eliminating Tape
In response to an editorial on eliminating tape in favor of disk backups, new author Tim OPry brings us a look at his environment and the process by which they eliminated the need for tape in their backup scheme while maintaining a well thought out disaster plan.
Read more...
By
Tim OPry
2007/01/03
|
Source:
SQLServerCentral.com
|
Category:
disaster recovery (dr)
Rating:
|
Discuss
|
Briefcase
|
7,145 reads
Processing event logs using DumpEvt and SQL Server
As a DBA, you can find very useful information in the Windows event logs. About important events, the health of your SQL Server and the operating system it runs on. Unfortunately, the logs also contain a lot of useless information. Some applications have a tendency to log hundreds of events every day, filling up the logs very quickly with info that you, as a DBA, do not need. But you still need to see that important message that informs you the server is going to crash if you don’t take action.
Read more...
By
Additional Articles
2006/12/28
|
Source:
SQL Server Performance
|
Category:
miscellaneous
Rating:
Rate this
|
Briefcase
|
1,990 reads
Tales of Corporate Espionage
All good detective stories have a femme fatale. In the case of corporate espionage scandals, Celia Goodson, a seasoned businesswoman and once a glossily groomed blonde, has been involved in investigating more business transgressions to hit the City in the last three decades than anyone else of her years.
Read more...
By
Additional Articles
2006/12/21
|
Source:
Red-Gate
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,195 reads
Your Field Guide To Designing Security Into Networking Protocols
We'll go over some examples of attacks against protocols and rules following, which will help you when designing and implementing protocols of your own.
Read more...
By
Additional Articles
2006/12/19
|
Source:
MSDN Communities
|
Category:
security
Rating:
Rate this
|
Briefcase
|
1,455 reads
New SQL Truncation Attacks And How To Avoid Them
In this article I will discuss some new ideas that can result in either modifying SQL statements or injecting SQL code even if the code has escaped the delimiting characters. I will start with some best practices for constructing delimited identifiers and SQL literals, and then I'll show you new ways attackers can inject SQL code in order to help you protect your applications.
Read more...
By
Additional Articles
2006/12/14
|
Source:
MSDN Communities
|
Category:
security
Rating:
Rate this
|
Briefcase
|
4,005 reads
Forensic Tamper Detection in SQL Server
The suggested method illustrates a way how such tampering by an authorized user can be detected. While this method doesn't provide tamper-prevention measures, but as there is no such thing as ultimate security, detection of such tampers will help maintaining the integrity of information in a great way
Read more...
By
Additional Articles
2006/12/12
|
Source:
Other
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,009 reads
Survival of the Prepared: Addressing Disaster Recovery
While no disaster recovery plan provides ironclad protection, your company will be far less vulnerable to an extended business disruption from a disaster with a plan than without one.
Read more...
By
Additional Articles
2006/12/07
|
Source:
Datawarehouse.com
|
Category:
disaster recovery (dr)
Rating:
Rate this
|
Briefcase
|
1,870 reads
Think ANSI Standard SQL Is Fully Portable Between Databases? Think Aga
The same ANSI Standard SQL query can run against identical data on SQL Server and Oracle and return different results. So just because your application issues ANSI standard SQL, don't assume it's portable.
Read more...
By
Additional Articles
2006/11/09
|
Source:
DevX
|
Category:
system development life cycle
Rating:
Rate this
|
Briefcase
|
1,708 reads
Contract Coding: Ensuring your Client pays up
Damon Armstrong learned the hard way about the consequences of not having a clearly defined project scope or work contract
Read more...
By
Additional Articles
2006/10/27
|
Source:
Red-Gate
|
Category:
miscellaneous
Rating:
Rate this
|
Briefcase
|
2,604 reads
Build molecular queries from atoms in SQL Server
Every SQL Server developer has a preferred method of doing things; mine is what I call molecular queries. These are queries assembled from atomic queries; by which, I mean that they address exactly one table. By combing atoms, I can create molecules.
Read more...
By
Additional Articles
2006/10/19
|
Source:
Builder.com
|
Category:
advanced querying
Rating:
Rate this
|
Briefcase
|
3,484 reads
Low-Cost High Availability: Simple Database Monitoring in a Windows En
The .NET Framework 2.0 and Visual Studio 2005 make it easy to create a basic but extensible database-monitoring solution without a lot of complexity or coding.
Read more...
By
Additional Articles
2006/10/18
|
Source:
DevX
|
Category:
administration
Rating:
Rate this
|
Briefcase
|
3,446 reads
Anticipate the worst when developing SQL Server databases
Arthur Fuller advises DBAs to try to break their software in order to make sure their SQL Server databases can withstand potential attacks. See if your code can hold up to his suggested tests.
Read more...
By
Additional Articles
2006/10/12
|
Source:
Builder.com
|
Category:
security
Rating:
Rate this
|
Briefcase
|
3,111 reads
Dealing with Database Concurrency Conflicts in the Real World
Database concurrency conflicts are somewhat of a plague in software development because they're hard to predict and handle. Unfortunately, they're also hard to prevent.
Read more...
By
Additional Articles
2006/10/11
|
Source:
DevX
|
Category:
miscellaneous
Rating:
Rate this
|
Briefcase
|
2,323 reads
Stress Testing SQL Server
Properly sizing your SQL Server hardware and testing application loads against them is a complex and difficult topic. Anthony Bressi brings us a great new article that gives you a systematic approach to performing your own stress test.
Read more...
By
Anthony Bressi
2006/10/10
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
19,572 reads
<< Previous 20
Items 41 to 60 of 258
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.