| About Databases |
| Put this feed on your website |
| Description: |
Databases |
| Format: |
RSS 1.0 |
| Url: |
http://z.about.com/6/g/databases/b/index.rdf |
| |
| Latest headlines |
About Databases
|
Installing SQL Server 2008 R2 Express Edition
Thu, 09 Feb 2012 04:15:00 +0200
Microsoft SQL Server 2008 Express Edition is a free, compact version of the popular enterprise database server. The Express Edition is ideal for database professionals seeking a desktop testing...
|
Installing MySQL on Windows 7
Tue, 07 Feb 2012 04:42:00 +0200
The MySQL database server is one of the most popular open source databases in the world. Although administrators typically install MySQL on a server operating system, it's certainly possible to...
|
Mailing Labels in Microsoft Access 2010
Thu, 02 Feb 2012 04:12:00 +0200
One of the most common uses of a database is generating mass mailings. In this tutorial, we examine the process of creating mailing labels using Microsoft Access using the built-in...
|
BCP and Wildcards
Tue, 31 Jan 2012 04:24:00 +0200
In a recent forum message, MRTK2012 wrote:
"Could anyone please let me know how to append a wildcard in bcp file to insert
data into database?
In the below example I want...
|
Change Data Capture (CDC) in SQL Server
Thu, 26 Jan 2012 04:03:00 +0200
With the release of SQL Server 2008, Microsoft included Change Data Capture (CDC) functionality for the first time. This highly anticipated feature provides administrators with the ability to perform...
|
Visitor Contact Database
Tue, 24 Jan 2012 04:23:00 +0200
In a recent forum message, Kulashnikov24 wrote:
"I am creating a database for my contacts in which I intend to store their visiting details with date and time and also want...
|
Microsoft SQL Server Foreign Keys
Thu, 19 Jan 2012 04:57:00 +0200
Foreign key constraints allow you to create relationships between data elements stored in multiple database tables. In addition to facilitating cross-table database queries (called JOINs), these relationships also ensure...
|
Normalizing a Table
Tue, 17 Jan 2012 04:21:00 +0200
In a recent forum message, Maru314 wrote:
"I recently had to normalize the attached table for my final exam of my database course. I got really turned around because all...
|
Complex SQL Query
Thu, 12 Jan 2012 04:18:00 +0200
In a recent forum message, RogD1 wrote:
"Hello, I'm new to this list so bear with me. Here is the gist... I have a soil pedon (a hole in the ground)...
|
Creating and Immediately Using a Database
Tue, 10 Jan 2012 04:20:00 +0200
In a recent forum message, Etrek42 wrote:
"I wrote a query:
CREATE DATABASE MyDataBase
USE MyDataBase
But I get an error saying the database doesn't exist."
Can you help? Interested in answers to the...
|