Click here to Skip to main content
15,923,164 members
Home / Discussions / Database
   

Database

 
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 
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 
Frank Kerrigan wrote:
for an integer indentity column you'd only get 2 Billion rows as it'll only use the positive side of the Integer


By default yes, you are quite right. When the identity column reaches 2147483647 it will be unable to insert any new rows. If you attempt any more it will generate an error message: "Arithmetic overflow error converting IDENTITY to data type int"

However, there is nothing to stop you setting the identity seed to -2147483648 when the table is created. This will allow you to use the full ~4 billion range of an int.

Frank Kerrigan wrote:
I was going to get an int table and fill it with more than 2 billion rows, but that seemed rather sad just to prove my point


Yes, very sad indeed. Big Grin | :-D


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 
AnswerRe: graph in reporting services Pin
Frank Kerrigan21-Jul-06 2:26
Frank Kerrigan21-Jul-06 2:26 
QuestionScheduling a Storedprocedure to invoke automatically. [modified] Pin
Tiger45620-Jul-06 14:39
Tiger45620-Jul-06 14:39 
AnswerRe: Scheduling a Storedprocedure to invoke automatically. Pin
Frank Kerrigan21-Jul-06 2:28
Frank Kerrigan21-Jul-06 2:28 
QuestionAdding LOTS of data to a database table Pin
kscadi20-Jul-06 11:37
kscadi20-Jul-06 11:37 

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.