help me out

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2009
Posts: 23
Reputation: sweetsasthi is an unknown quantity at this point 
Solved Threads: 0
sweetsasthi sweetsasthi is offline Offline
Newbie Poster

help me out

 
0
  #1
Jun 13th, 2009
Hai,
We are working in a project which handles lots of data.
How many tables can we have in sql server 2000 so that it can be managed efficiently.Is there any rule for separating the tables.
We store information like candidate details,interview process....
Thanking in advance
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 324
Reputation: sonia sardana has a little shameless behaviour in the past 
Solved Threads: 7
sonia sardana sonia sardana is offline Offline
Posting Whiz

Re: help me out

 
0
  #2
Jun 13th, 2009
I dnt knw about exact limit but u can craete upto 50,000 tables...& i think so its more than enough...........What u mean by separating tables???? U mean primary table & foreign key table?
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 23
Reputation: sweetsasthi is an unknown quantity at this point 
Solved Threads: 0
sweetsasthi sweetsasthi is offline Offline
Newbie Poster

Re: help me out

 
0
  #3
Jun 13th, 2009
Thank you so much.The fields i need in my database are

name,permanent and temprory address,phone-cell and landline,state of origin,nationality,experience(post,responsibility,salary,reason fo leaving),name and working status of family members,hobbies,qualification details,Pf,housing allowance.

should i create table for these fields based on normalisation.can you sugest a way to form sql tables with these fields for easy retrival.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,552
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 451
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: help me out

 
0
  #4
Jun 13th, 2009
sonia sardana>I dnt knw about exact limit but u can craete upto 50,000 tables...& i think so its more than enough...........What u mean by separating tables???? U mean primary table & foreign key table?

sweetsasthi>We are working in a project which handles lots of data.
How many tables can we have in sql server 2000 so that it can be managed efficiently.

You have to design tables as per project-definition.

sweetsasthi>Is there any rule for separating the tables.

Here is a link for http://www.datamodel.org/NormalizationRules.html
and
http://databases.about.com/od/specif...malization.htm
Failure is not fatal, but failure to change might be. - John Wooden
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 23
Reputation: sweetsasthi is an unknown quantity at this point 
Solved Threads: 0
sweetsasthi sweetsasthi is offline Offline
Newbie Poster

Re: help me out

 
0
  #5
Jul 4th, 2009
Thank you.Now I understood more about normalization.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 132
Reputation: babbu has a little shameless behaviour in the past 
Solved Threads: 13
babbu babbu is offline Offline
Junior Poster

Re: help me out

 
0
  #6
Jul 5th, 2009
u can hav as many tables as u want.
regarding ur 2nd question.
each table should be used to store specific information.
so u create separate tables for the various type of info u want.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 710
Reputation: Teme64 will become famous soon enough Teme64 will become famous soon enough 
Solved Threads: 114
Teme64's Avatar
Teme64 Teme64 is offline Offline
Master Poster

Re: help me out

 
0
  #7
Jul 5th, 2009
babbu > u can hav as many tables as u want.
When you deal with computers you deal with restricted resources. See Maximum Capacity Specifications for SQL Server 2000. It says:
Database objects include all tables, views, stored procedures, extended stored procedures, triggers, rules, defaults, and constraints. The sum of the number of all these objects in a database cannot exceed 2,147,483,647
which is not "as many as you want"
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC