Click here to Skip to main content
15,909,898 members
Home / Discussions / Database
   

Database

 
Questionprimary key duplication Pin
Ritesh123430-Mar-06 18:31
Ritesh123430-Mar-06 18:31 
QuestionSQL server retrival on demand Pin
sameerhanda30-Mar-06 10:27
sameerhanda30-Mar-06 10:27 
AnswerRe: SQL server retrival on demand Pin
Eric Dahlvang31-Mar-06 3:25
Eric Dahlvang31-Mar-06 3:25 
QuestionHow to pass a recordset from server-side asp to client? Pin
Jesse Evans30-Mar-06 9:25
Jesse Evans30-Mar-06 9:25 
QuestionFirst time programming - need help with database design... Pin
tanpanjang30-Mar-06 7:43
tanpanjang30-Mar-06 7:43 
QuestionPleas help me Pin
papa198030-Mar-06 6:18
papa198030-Mar-06 6:18 
AnswerRe: Pleas help me Pin
Lav KG30-Mar-06 23:32
Lav KG30-Mar-06 23:32 
QuestionPhone number location question Pin
Richard Parsons30-Mar-06 4:29
Richard Parsons30-Mar-06 4:29 
I would like to know what people do with phone numbers when storing them for an app. I have several ideas and I have implemented most of them depending on the app, but I want to get to a standard so I'm asking the question:
Where do you store phone numbers for your app?

Assuming I have a Clients table and Contacts table I have done the following in the past:
1. Created fields in both tables for each row such as Phone1, Phone2...
2. Created a seperate table phone numbers and created a reference table to hold the ids of the clinet/contact and the phone number.
3. Created a text field in both tables and stored the phone numbers as and XML string

I know that creating other tables and ref tables is probably the best Normalized way to do this but is it really that much of a memory/time savings over just storing the information in the same table as the Clients/Contact?

Any thoughts would be appreciated,
Richard
AnswerRe: Phone number location question Pin
Colin Angus Mackay30-Mar-06 4:46
Colin Angus Mackay30-Mar-06 4:46 
QuestionSorting a DataSet for binding to a DataList Pin
cybersurferdev29-Mar-06 22:32
cybersurferdev29-Mar-06 22:32 
QuestionWhat is the command to list all the tables in a data base in SQL server??? Pin
BawaSingh29-Mar-06 21:39
BawaSingh29-Mar-06 21:39 
AnswerRe: What is the command to list all the tables in a data base in SQL server??? Pin
Colin Angus Mackay29-Mar-06 22:10
Colin Angus Mackay29-Mar-06 22:10 
GeneralRe: What is the command to list all the tables in a data base in SQL server??? Pin
BawaSingh29-Mar-06 23:41
BawaSingh29-Mar-06 23:41 
GeneralRe: What is the command to list all the tables in a data base in SQL server??? Pin
Colin Angus Mackay29-Mar-06 23:52
Colin Angus Mackay29-Mar-06 23:52 
GeneralRe: What is the command to list all the tables in a data base in SQL server??? Pin
Le centriste30-Mar-06 4:10
Le centriste30-Mar-06 4:10 
GeneralRe: What is the command to list all the tables in a data base in SQL server??? Pin
HimaBindu Vejella2-Apr-06 19:07
HimaBindu Vejella2-Apr-06 19:07 
AnswerRe: What is the command to list all the tables in a data base in SQL server??? Pin
HimaBindu Vejella2-Apr-06 19:02
HimaBindu Vejella2-Apr-06 19:02 
AnswerRe: What is the command to list all the tables in a data base in SQL server??? Pin
HimaBindu Vejella2-Apr-06 19:10
HimaBindu Vejella2-Apr-06 19:10 
QuestionHaving trouble updating access database. Pin
kornstyle29-Mar-06 11:05
kornstyle29-Mar-06 11:05 
QuestionUsing Queries From An Interface Pin
MontyMole29-Mar-06 7:59
MontyMole29-Mar-06 7:59 
QuestionWhat is the Command to create table from existing tables in SQL server???? Pin
BawaSingh29-Mar-06 3:39
BawaSingh29-Mar-06 3:39 
AnswerRe: What is the Command to create table from existing tables in SQL server???? Pin
MontyMole29-Mar-06 8:02
MontyMole29-Mar-06 8:02 
AnswerRe: What is the Command to create table from existing tables in SQL server???? Pin
Eric Dahlvang29-Mar-06 8:30
Eric Dahlvang29-Mar-06 8:30 
GeneralRe: What is the Command to create table from existing tables in SQL server???? Pin
BawaSingh29-Mar-06 21:08
BawaSingh29-Mar-06 21:08 
QuestionNumber of Records in A Dataset Pin
cybersurferdev29-Mar-06 2:33
cybersurferdev29-Mar-06 2:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.