Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
Basics
Refine your search with one of the following additional tags (with number of items):
Database Design
(29)
Performance Tuning
(4)
Naming Standards
(2)
Monitoring
(1)
XML
(28)
Visual Basic 6
(4)
Reviews
(2)
Other
(1)
SQL Server 7, 2000
(12)
News
(3)
Advanced
(1)
Product Reviews
(1)
T-SQL
(10)
OpenXML
(3)
Advanced Querying
(1)
Rants
(1)
Miscellaneous
(9)
Strategies
(3)
Book Reviews
(1)
Schemas/DTDs
(1)
Programming
(9)
UpdateGrams
(3)
Data Types
(1)
SQL Server 6.5
(1)
Administration
(4)
ASP
(2)
Data Warehousing
(1)
Stored Procedures
(1)
ADO
(4)
Configuring
(2)
Design and Theory
(1)
System Development Life Cycle
(1)
Basic Querying
(4)
Indexing
(2)
Installation
(1)
XSL
(1)
Items 1 to 20 of 63
Next 20 >>
Worst Practices - Not Using Primary Keys and Clustered Indexes
Two weeks ago Andy started his wildly successful series on Worst Practices. This week he continues that series discussing why failing to use primary keys and clustered indexes are worst practices. Agree or disagree, read the article and join the discussion. One thing you'll have to admit, reading an article by Andy is a lot more interesting than reading Books Online!
Read more...
By
Andy Warren
2008/05/09 (first published: 2003/11/10)
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
63,863 reads
Views and Horizontal Partitioning
Jambu Krishnamurthy brings us a look at the various options you have available with views and some of the techniques you can use to build a better database by incorporating them in your design.
Read more...
By
Jambu Krishnamurthy
2007/04/12
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
9,207 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first published: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
182,924 reads
ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control
This article shows how to retrieve both remote and local XML data and display it in a data Web control.
Read more...
By
Additional Articles
2007/09/10
|
Source:
4 Guys From Rolla
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
1,899 reads
XML Workshop V - Reading Values from XML Columns
Continuing on with his series on XML in SQL Server 2005, Jacob Sebastian brings us more examples on how to delve into the values of XML data.
Read more...
By
Jacob Sebastian
2007/08/22
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
7,337 reads
A Relational Model of Data for Large Shared Data Banks
The classic paper from Dr. Codd.
Read more...
By
Additional Articles
2007/06/25
|
Source:
Other
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,843 reads
Views and Horizontal Partitioning
Jambu Krishnamurthy brings us a look at the various options you have available with views and some of the techniques you can use to build a better database by incorporating them in your design.
Read more...
By
Jambu Krishnamurthy
2007/04/12
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
9,207 reads
Retrieving Data as XML from SQL Server
All the hype that once surrounded XML is finally starting to die down, and developers are really beginning to harness the power and flexibility of the language. XML is a data descriptive language that uses a set of user-defined tags to describe data in a hierarchically-structured format.
Read more...
By
Additional Articles
2007/02/23
|
Source:
Other
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
3,081 reads
Some Usages for XML
While SQL Server 2005 has greatly expanded the XML capabilities of the platform, many DBAs are still not familiar with or comfortable with using XML in their coding. Yousef Ekhtiari brings us a new article that looks at a basic use of XML in inserting data into a table.
Read more...
By
Yousef Ekhtiari
2007/02/22
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
6,945 reads
Techniques for Uniquely Identifying Database Records
When designing and creating a data model for a data-driven application, the records in tables must each be uniquely identifiable. By having a unique value associated with each record, individual records can be selected, updated, or deleted. Being able to uniquely identify records is so important and standard in a database system that databases allow those designing a database table to specify what column (or columns) make up the primary key.
Read more...
By
Additional Articles
2006/12/22
|
Source:
Other
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,590 reads
Our Very Own SQL Server Data Compression
Data space can be a concern in many situations as more and more data is being stored in your systems. Designing your schema to take this into account is important for a DBA and Steve Jones takes a look at how design decisions can be used to solve a business problem.
Read more...
By
Steve Jones
2006/11/23
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
5,518 reads
Designing relational tables with subtypes
Relational tables often describe more than one type of real world entity. In this tip, Bob Watkins covers some things to think about when designing such tables.
Read more...
By
Additional Articles
2006/11/13
|
Source:
Builder.com
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
3,279 reads
SQL Server 2005 – DML Usage on an untyped XML column
Learn how to use Data Manipulation Language, a set of statements used to store, retrieve, modify, and erase data from a database, for untyped XML columns.
Read more...
By
Additional Articles
2006/09/18
|
Source:
Database Journal
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
1,343 reads
Making Sense of the XML DataType in SQL Server 2005
n SQL Server 2005, XML becomes a first-class data type. Developers can make minor remote modifications to stored XML documents easily, taking advantage of new support for XML schema-based strong typing, and server-based XML data validation.
Read more...
By
Additional Articles
2006/07/10
|
Source:
DevX
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,475 reads
Using XQuery to Manage XML with SQL Server 2005
XML is now becoming more widely used as wireless devices are becoming more secure, and new technologies such as XQuery for SQL Server 2005 are making it much easier to handle XML more efficiently at the server level. Jesse Smith gives you a crash course on XQuery methods and how you can use them in certain situations to retrieve and update XML data stored in your SQL Server 2005 database.
Read more...
By
Additional Articles
2006/05/18
|
Source:
InformIT
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,577 reads
Using XQuery, New Large DataTypes, and More
SQL Server 2005 introduces a lot of new features, but it also enhances the popular and oft-used Transact-SQL (T-SQL) language. Changes include the introduction of new datatypes to store large values using the MAX indicator, the integration of enhanced XML querying and data modification with XQuery, and the new XML datatype.
Read more...
By
Additional Articles
2006/05/08
|
Source:
MSDN Communities
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,137 reads
Constructing XML Using FOR XML
A SELECT query returns results as a rowset. You can optionally retrieve formal results of a SQL query as XML by specifying the FOR XML clause in the query.
Read more...
By
Additional Articles
2006/04/19
|
Source:
MSDN Communities
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
2,738 reads
A surrogate key architecture to perform powerful database operations
The alternative to surrogate keys is natural data keys. In order to understand the many substantial benefits of surrogate keys it's necessary to discuss some background on the issues involved.
Read more...
By
Additional Articles
2006/01/10
|
Source:
Other
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
3,598 reads
Database Design and Reference Tables
Whether you are building SQL Server 2000 applications or getting ready for the new features in SQL Server 2005, there are many fundamental database design principals that should be followed. New author Ranga Narasimhan brings us a look at how he handles reference tables when designing a database..
Read more...
By
Ranga Narasimhan
2005/09/27
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
17,058 reads
Worst Practices - Not Using Primary Keys and Clustered Indexes
Two weeks ago Andy started his wildly successful series on Worst Practices. This week he continues that series discussing why failing to use primary keys and clustered indexes are worst practices. Agree or disagree, read the article and join the discussion. One thing you'll have to admit, reading an article by Andy is a lot more interesting than reading Books Online!
Read more...
By
Andy Warren
2008/05/09 (first published: 2003/11/10)
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
63,863 reads
Items 1 to 20 of 63
Next 20 >>
Most popular
XML Workshop V - Reading Values from XML Columns
Continuing on with his series on XML in SQL Server 2005, Jacob Sebastian brings us more examples on how to delve into the values of XML data.
Read more...
By
Jacob Sebastian
2007/08/22
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
7,337 reads
Views and Horizontal Partitioning
Jambu Krishnamurthy brings us a look at the various options you have available with views and some of the techniques you can use to build a better database by incorporating them in your design.
Read more...
By
Jambu Krishnamurthy
2007/04/12
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
9,207 reads
ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control
This article shows how to retrieve both remote and local XML data and display it in a data Web control.
Read more...
By
Additional Articles
2007/09/10
|
Source:
4 Guys From Rolla
|
Category:
Basics
Rating:
Rate this
|
Briefcase
|
1,899 reads
Copyright © 2002-2009 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use