SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Database Design Rss

   Items 1 to 20 of 226    Next 20 >>
 

Denormalization Strategies

In building a database, typically we want a well normalized design. However there are cases for considering options for denormalization in complex systems. Timothy Claason gives you some thoughts on the subject.  Read more...
By Timothy Claason 2010/03/15 | Source: SQLServerCentral.com | Category: denormalization
Rating: |  Discuss |  Briefcase | 8,417 reads

Decoupling in Relational Databases

The process of properly architecting databases via bridge tables  Read more...
By Timothy Claason 2010/03/02 | Source: SQLServerCentral.com | Category: database design
Rating: |  Discuss |  Briefcase | 7,251 reads

Using a Parent Child Hierarchy in SQL Server to Implement a Custom Security Scheme

I have a requirement to implement a custom security scheme where roles and the user's place in the organization hierarchy are used to determine which customers a user can access. In particular the requirements are that a sales person can only access their customers and any other role can access any customer in their level of the organization hierarchy and below. We have a simple hierarchy that is made up of regions and offices. Can you provide us with an example of how to do this?  Read more...
By Additional Articles 2010/03/01 | Source: MSSQLTips.com | Category: security
Rating: (not yet rated)  Rate this |  Briefcase | 2,260 reads

Time Bomb Coding

Do your system contain a time bomb in the code? David Poole looks at some potential situations where you might be experiencing performance issues and delves into why.  Read more...
By David Poole 2010/02/10 | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |  Briefcase | 14,679 reads

Effective Dating Series Part I - The Problem

What are the benefits of Effective Dating and what problems does it solve?  Read more...
By Sam Bendayan 2009/10/01 | Source: SQLServerCentral.com | Category: effective dating
Rating: |  Discuss |  Briefcase | 7,130 reads

Querying a Multi-Tenant Data Architecture

This article discusses different ways to query multiple databases and shows a simple, web-based tool I've created and routinely use for those SaaS-style web applications I work on that use separate databases to store different customer data. Read on to learn more!   Read more...
By Additional Articles 2009/09/25 | Source: 4 Guys From Rolla | Category: database design
Rating: (not yet rated)  Rate this |  Briefcase | 1,929 reads

Multi-Tenant Data Architecture

The second article in our series about designing multi-tenant applications identifies three distinct approaches for creating data architectures.  Read more...
By Additional Articles 2009/09/24 | Source: Microsoft MSDN | Category: database design
Rating: (not yet rated)  Rate this |  Briefcase | 2,242 reads

Accommodating Null Values in SQL Server

The key to working with null values properly is to accommodate them consistently. Learn a few tricks that will help you do just that.   Read more...
By Additional Articles 2009/09/16 | Source: DevX | Category: null
Rating:  Rate this |  Briefcase | 3,618 reads

What Data Should You Protect?

Perhaps we need to protect more data, according to Steve Jones. With the ability to identify most people with 10 digits of information, Steve Jones asks you to really think about what you need to store.  Read more...
By Steve Jones 2009/08/31 | Source: SQLServerCentral.com | Category: editorial - mp3
Rating: (not yet rated)  Rate this |  Briefcase | 113 reads

What Data Should You Protect?

Perhaps we need to protect more data, according to Steve Jones. With the ability to identify most people with 10 digits of information, Steve Jones asks you to really think about what you need to store.  Read more...
By Steve Jones 2009/08/31 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |  Briefcase | 108 reads

What Data Should You Protect?

Perhaps we need to protect more data, according to Steve Jones. With the ability to identify most people with 10 digits of information, Steve Jones asks you to really think about what you need to store.  Read more...
By Steve Jones 2009/08/31 | Source: SQLServerCentral.com | Category: editorial - wmv
Rating: (not yet rated)  Rate this |  Briefcase | 111 reads

What Data Should You Protect?

Perhaps we need to protect more data, according to Steve Jones. With the ability to identify most people with 10 digits of information, Steve Jones asks you to really think about what you need to store.  Read more...
By Steve Jones 2009/08/31 | Source: SQLServerCentral.com | Category: editorial - ipod
Rating: (not yet rated)  Rate this |  Briefcase | 114 reads

Normalisation Script

This script can be used to create new tables in a database from a parent table that is normalised using this script. a detailed explanation can be found in the comments.   Read more...
By Chris Morton 2009/08/28 | Source: SQLServerCentral.com | Category: normalisation
Rating: |  Discuss |  Briefcase | 818 reads

Foreign Key Constraints Revisited

Full/partial schema refreshes across environments are a regular requirement in databases. This article builds on a previous article, providing scripts to disable and re-enable foreign key constraints on all of the tables in a schema.  Read more...
By Additional Articles 2009/08/05 | Source: Database Journal | Category: database design
Rating: (not yet rated)  Rate this |  Briefcase | 2,276 reads

Object Grouping Best Practices: Using Schemas for Logical Separation

You've probably all noticed a change since SQL Server 2000 with respect to objects: formerly DB.ObjectOwner.Object ,  Read more...
By Hugo Shebbeare 2009/07/14 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,053 reads

Avoiding the EAV of Destruction

A forum posting, from someone who wanted a better solution to the common problem of handling global settings in a database, leads Joe Celko into a fascinating discussion of the ramifications of the various solutions.  Read more...
By Additional Articles 2009/07/02 | Source: SimpleTalk | Category: database design
Rating: (not yet rated)  Rate this |  Briefcase | 1,427 reads

An Example of Test-Driven Development, Part 2

In this next installment of his series on TDD, MVP Andy Leonard continues the development of his database.  Read more...
By Andy Leonard 2009/06/16 | Source: SQLServerCentral.com | Category: database design
Rating: |  Discuss |  Briefcase | 7,234 reads

The 10 Essential Rules of Dimensional Modeling

Follow the rules to ensure granular data, flexibility and a future-proofed information resource. Break the rules and you'll confuse users and run into data warehousing brick walls.  Read more...
By Additional Articles 2009/06/16 | Source: Intelligent Enterprise | Category: database design
Rating:  Rate this |  Briefcase | 4,281 reads

Facts and Fallacies about First Normal Form

When discussing the normalisation process, it is always the First Normal Form that causes the most grief and confusion. Anith Sen takes up the challenge to explain, in simple terms, exactly what the First Normal Form really is, and why it is so important for Database Design. Along the way, he dispels some of the myths that have grown up around 1NF.  Read more...
By Additional Articles 2009/06/09 | Source: SimpleTalk | Category: database design
Rating:  Rate this |  Briefcase | 4,784 reads

The Concept of Cardinal Reciprocity- A Primer

Too many authors in the field of relational theory have neglected the concept of Cardinal Reciprocity. This can cause a number of subtle problems with database design in terms of its derivability, redundancy, and consistency. . Increasingly, this little-understood aspect of relational theory, that emphasises the cardinality of the attributes of tuples in a relation and the reciprocity with isomorphic foreign key restraints, is becoming a hot forum topic.  Read more...
By Additional Articles 2009/04/01 | Source: SimpleTalk | Category: humor
Rating:  Rate this |  Briefcase | 2,229 reads
   Items 1 to 20 of 226    Next 20 >>
 
Tags
advanced (53)    
miscellaneous (46)    
basics (29)    
strategies (19)    
sql server 7, 2000 (18)    
programming (16)    
t-sql (16)    
administration (14)    
naming standards (13)    
data types (11)    
performance tuning (8)    
configuring (6)    
data modeling (6)    
security (6)    
basic querying (5)    
indexing (5)    
best and worst practices (3)    
data warehousing (3)    
normalization (3)    
reviews (3)    
system development life cycle (3)    
visual basic 6 (3)    
ado (2)    
best practices (2)    
book reviews (2)    
career (2)    
certifications (2)    
dynamic sql (2)    
monitoring (2)    
multi-tenant (2)    
sql server 2005 (2)    
stored procedures (2)    
xml (2)    
.net (1)    
2nd normalised form (1)    
3rd normalised form (1)    
advanced querying (1)    
auditing (1)    
blogs (1)    
codrakon (1)    
constraints (1)    
denormalization (1)    
denormalized (1)    
dependencies (1)    
design and theory (1)    
dri (1)    
editorial (1)    
editorial - ipod (1)    
editorial - mp3 (1)    
editorial - wmv (1)    
effective dating (1)    
encryption (1)    
foreign key (1)    
humor (1)    
identity (1)    
installation (1)    
joe celko (1)    
modelling and entity relationship diagram (1)    
name value pair (1)    
normalisation (1)    
null (1)    
other (1)    
partition (1)    
product reviews (1)    
rants (1)    
referential integrity (1)    
scalability (1)    
schema (1)    
sql server 2005 - security (1)    
sql server 6.5 (1)    
sql server data services (1)    
sql-dmo (1)    
ssds (1)    
udm (1)    
uniqueidentifier (1)    
views (1)    
worst practices (1)