Click here to Skip to main content
15,900,108 members
Home / Discussions / Database
   

Database

 
AnswerRe: OleDb different DataBases Pin
Frank Kerrigan21-Jul-06 12:44
Frank Kerrigan21-Jul-06 12:44 
GeneralRe: OleDb different DataBases Pin
Colin Angus Mackay22-Jul-06 1:05
Colin Angus Mackay22-Jul-06 1:05 
GeneralRe: OleDb different DataBases Pin
Frank Kerrigan22-Jul-06 7:33
Frank Kerrigan22-Jul-06 7:33 
GeneralRe: OleDb different DataBases Pin
Colin Angus Mackay22-Jul-06 7:45
Colin Angus Mackay22-Jul-06 7:45 
GeneralRe: OleDb different DataBases Pin
Frank Kerrigan22-Jul-06 8:29
Frank Kerrigan22-Jul-06 8:29 
Questionmax rows in a table of SQL 2000 Pin
cdotpal21-Jul-06 5:54
cdotpal21-Jul-06 5:54 
AnswerRe: max rows in a table of SQL 2000 Pin
KK Adams21-Jul-06 6:21
KK Adams21-Jul-06 6:21 
AnswerRe: max rows in a table of SQL 2000 Pin
Colin Angus Mackay21-Jul-06 12:13
Colin Angus Mackay21-Jul-06 12:13 
In addition to what KK Adams said, you also have to take into account the primary key. Since the primary key must be unique you will always end up giving yourself a limitation based on that. For example, the most common primary key is an int. There are just over 4 billion possible values that can be stored in an int therefore a table with an int for a primary key will be restricted to just over 4 billion rows.

If you were to use something else, such as a tinyint, you would be restricted to the range of that type. In the case of a tinyint it would be 256.


GeneralRe: max rows in a table of SQL 2000 Pin
cdotpal22-Jul-06 6:17
cdotpal22-Jul-06 6:17 
GeneralRe: max rows in a table of SQL 2000 Pin
Colin Angus Mackay22-Jul-06 6:50
Colin Angus Mackay22-Jul-06 6:50 
GeneralRe: max rows in a table of SQL 2000 Pin
Frank Kerrigan22-Jul-06 7:57
Frank Kerrigan22-Jul-06 7:57 
GeneralRe: max rows in a table of SQL 2000 Pin
Colin Angus Mackay22-Jul-06 8:59
Colin Angus Mackay22-Jul-06 8:59 
GeneralRe: max rows in a table of SQL 2000 Pin
Frank Kerrigan22-Jul-06 11:43
Frank Kerrigan22-Jul-06 11:43 
QuestionSQL INNER JOIN Query Pin
Brendan Vogt21-Jul-06 1:33
Brendan Vogt21-Jul-06 1:33 
AnswerRe: SQL INNER JOIN Query Pin
Mairaaj Khan21-Jul-06 3:22
professionalMairaaj Khan21-Jul-06 3:22 
QuestionTrasfer file via DTS Package from FTP server to SFTP server Pin
nmandaliya21-Jul-06 0:09
nmandaliya21-Jul-06 0:09 
AnswerRe: Trasfer file via DTS Package from FTP server to SFTP server [modified] Pin
mr_lasseter21-Jul-06 11:21
mr_lasseter21-Jul-06 11:21 
GeneralRe: Trasfer file via DTS Package from FTP server to SFTP server Pin
Frank Kerrigan21-Jul-06 13:04
Frank Kerrigan21-Jul-06 13:04 
QuestionUsing LIKE with variable [modified] Pin
cyber-will20-Jul-06 22:09
cyber-will20-Jul-06 22:09 
AnswerRe: Using LIKE with variable Pin
Frank Kerrigan21-Jul-06 2:22
Frank Kerrigan21-Jul-06 2:22 
QuestionConnectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Balavardhan20-Jul-06 21:57
Balavardhan20-Jul-06 21:57 
AnswerRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Mike Dimmick21-Jul-06 0:46
Mike Dimmick21-Jul-06 0:46 
GeneralRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) Pin
Balavardhan22-Jul-06 2:52
Balavardhan22-Jul-06 2:52 
AnswerRe: Connectivity Error(Sqlserver 2005 in Operating System Windows Server 2003) [modified] Pin
Frank Kerrigan21-Jul-06 12:57
Frank Kerrigan21-Jul-06 12:57 
Questiongraph in reporting services Pin
cellardoor071620-Jul-06 21:07
cellardoor071620-Jul-06 21:07 

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.