Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
System Development Life Cycle
Refine your search with one of the following additional tags (with number of items):
Strategies
(58)
.Net
(2)
Best and Worst Practices
(1)
Scalability
(1)
Miscellaneous
(6)
Administering
(2)
Best Practices
(1)
Secure Programming
(1)
SQL Server 7, 2000
(5)
Availability
(2)
Career
(1)
Security
(1)
T-SQL
(5)
Installation
(2)
DTS
(1)
SQL Server 2005
(1)
Programming
(4)
Testing
(2)
Error Handling
(1)
Stored Procedures
(1)
Advanced Querying
(3)
Visual Basic 6
(2)
KPIs
(1)
Video
(1)
Database Design
(3)
add
(1)
LINQ
(1)
VSTS
(1)
Naming Standards
(3)
Basics
(1)
Management Studio
(1)
XML
(1)
Items 1 to 20 of 87
Next 20 >>
theSystem - Part III
Continuing on with his series on building a game in SQL Server, Steve Fibich talks about some more of the tables and the data they contain.
Read more...
By
Steve Fibich
2008/07/01
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
2,326 reads
Deploying Database Developments
When a team is developing a database application, it is a mistake to believe that deployment is a simple task. It isn’t. It has to be planned, and scripted. Alexander Karmanov describes many of the problems you’re likely to meet, and provides an example solution that aims to save the DBA from the nightmare complexity of an unplanned deployment.
Read more...
By
Additional Articles
2008/07/01
|
Source:
SimpleTalk
|
Category:
System Development Life Cycle
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,998 reads
Templates and teamwork
SQL Server expert David Poole discusses how teams can work together and share templates in Management Studio.
Read more...
By
David Poole
2008/05/20
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
3,094 reads
Tracking Database Schema Changes with DbPro
Tracking changes to your development environments is important to ensure that your deployments to production go smoothly. Jacob Sebastion brings us a look at how well the Visual Studio Team System Edition for Database Professionals can help you with this task.
Read more...
By
Jacob Sebastian
2007/07/25
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
5,197 reads
The Lighter Side - Life is like an analogy
Longtime SQL Server author and expert David Poole takes a break from SQL Server to bring us a few life lessons for software development.
Read more...
By
David Poole
2008/05/14
|
Source:
SQLServerCentral.com
|
Category:
Career
Rating:
|
Discuss
|
Briefcase
|
6,318 reads
Scalability and Goal Testing for Developers
Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.
Read more...
By
Additional Articles
2008/05/09
|
Source:
DevX
|
Category:
Scalability
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,371 reads
Testing SQL Stored Procedures Using LINQ
The need to test a program that accesses and manipulates a back-end SQL Server® database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system.
Read more...
By
Additional Articles
2008/05/08
|
Source:
Microsoft MSDN
|
Category:
System Development Life Cycle
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,192 reads
SQL Server source code analysis and management adds database security
SQL Server source code analysis and management add database security by debugging and testing SQL applications. Learn about SQL source code analysis.
Read more...
By
Additional Articles
2008/05/06
|
Source:
SearchSQLServer
|
Category:
System Development Life Cycle
Rating:
Rate this
|
Briefcase
|
1,446 reads
Connection Strategy for Multiple Database Environments
Greg Larsen looks at one way to design your database connection strategy to simplify changing application connections so you can plug-n-play databases with less administrative overhead when the need arises.
Read more...
By
Additional Articles
2008/04/28
|
Source:
Database Journal
|
Category:
System Development Life Cycle
Rating:
Rate this
|
Briefcase
|
2,819 reads
theSystem - Part II
Continuing on with his series on building a game in SQL Server, Steve Fibich expands the schema and objects in this article.
Read more...
By
Steve Fibich
2008/04/16
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
2,836 reads
Tame Your Software Dependencies for More Flexible Apps
Few would disagree that striving for a loosely coupled design is a bad thing. Unfortunately, the software we typically design is much more tightly coupled than we intend. How can you tell whether your design is tightly coupled?
Read more...
By
Additional Articles
2008/04/04
|
Source:
Microsoft MSDN
|
Category:
System Development Life Cycle
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,314 reads
Implementing Error Handling with Stored Procedures
A look at how you can implement error handling in your stored procedures.
Read more...
By
Additional Articles
2008/04/03
|
Source:
Erland Sommarskog's SQL Page
|
Category:
Error Handling
Rating:
Rate this
|
Briefcase
|
3,694 reads
SQL Server Database Requirements
In our organization, I have noticed that database requirements are never included as a portion of the system requirements. The requirements always focus on the interface and we derive the database design from the interface as well as fill in some of the gaps.
Read more...
By
Additional Articles
2008/03/26
|
Source:
MSSQLTips.com
|
Category:
Database Design
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,199 reads
Accidently Agile
Longtime SQL Server expert David Poole brings us a look at Agile Development and how he's been converted.
Read more...
By
David Poole
2008/02/14
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
4,515 reads
Object Dependencies in SQL Server
In this video, Randy Dyess shows you how important SQL Server dependencies are and some of the faults with SQL Server 2005 with these. For example, SQL Server will allow you to create a stored procedure that points to a table that doesn't exist. He also shows you how this problem has been corrected in SQL Server 2008.
Read more...
By
Additional Articles
2008/01/30
|
Source:
JumpStartTV
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
1,043 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
|
6,687 reads
Business Analysis: A Guide to Better Business Requirements
This article presents ten business analysis guidelines, representing best practices from successful projects.
Read more...
By
Additional Articles
2007/12/03
|
Source:
TDAN
|
Category:
System Development Life Cycle
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,935 reads
Custom check-in policies with VSTS
In this column, I'll dig into check-in notes and policies. You'll learn how check-in notes work and how to write your own custom policy implementations.
Read more...
By
Additional Articles
2007/11/30
|
Source:
Microsoft MSDN
|
Category:
VSTS
Rating:
(not yet rated)
Rate this
|
Briefcase
|
717 reads
.NET Building Blocks: Build a Configurable Database Credential Selector
This handy control gives you everything you need to control how users input usernames, passwords, select servers, and choose connection types.
Read more...
By
Additional Articles
2007/11/20
|
Source:
DevX
|
Category:
Programming
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,531 reads
Trustworthy Computing: Lessons Learned from Five Years of Building More Secure Software
This article discusses prioritizing code by age, using analysis tools and automation, looking at threats from multiple angles, and the importance of education
Read more...
By
Additional Articles
2007/11/09
|
Source:
Microsoft MSDN
|
Category:
System Development Life Cycle
Rating:
Rate this
|
Briefcase
|
1,042 reads
Items 1 to 20 of 87
Next 20 >>
Most popular
The Lighter Side - Life is like an analogy
Longtime SQL Server author and expert David Poole takes a break from SQL Server to bring us a few life lessons for software development.
Read more...
By
David Poole
2008/05/14
|
Source:
SQLServerCentral.com
|
Category:
Career
Rating:
|
Discuss
|
Briefcase
|
6,318 reads
Connection Strategy for Multiple Database Environments
Greg Larsen looks at one way to design your database connection strategy to simplify changing application connections so you can plug-n-play databases with less administrative overhead when the need arises.
Read more...
By
Additional Articles
2008/04/28
|
Source:
Database Journal
|
Category:
System Development Life Cycle
Rating:
Rate this
|
Briefcase
|
2,819 reads
Templates and teamwork
SQL Server expert David Poole discusses how teams can work together and share templates in Management Studio.
Read more...
By
David Poole
2008/05/20
|
Source:
SQLServerCentral.com
|
Category:
System Development Life Cycle
Rating:
|
Discuss
|
Briefcase
|
3,094 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use