Click here to Skip to main content
16,009,728 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to use max function Pin
Urs Enzler30-Aug-07 7:22
Urs Enzler30-Aug-07 7:22 
GeneralRe: how to use max function Pin
Vimalsoft(Pty) Ltd30-Aug-07 19:47
professionalVimalsoft(Pty) Ltd30-Aug-07 19:47 
QuestionHow to create a new record, as part of a batch run, in MSAccess Pin
jonathanm529-Aug-07 22:08
jonathanm529-Aug-07 22:08 
AnswerRe: How to create a new record, as part of a batch run, in MSAccess Pin
Pete O'Hanlon29-Aug-07 23:05
mvePete O'Hanlon29-Aug-07 23:05 
QuestionVariable database name when executing stored procedure Pin
John Gathogo29-Aug-07 22:00
John Gathogo29-Aug-07 22:00 
AnswerRe: Variable database name when executing stored procedure Pin
DLM@TD14-Sep-07 11:31
DLM@TD14-Sep-07 11:31 
QuestionDIFFERENCE Pin
aprasy29-Aug-07 9:30
aprasy29-Aug-07 9:30 
AnswerRe: DIFFERENCE Pin
Pete O'Hanlon29-Aug-07 9:52
mvePete O'Hanlon29-Aug-07 9:52 
Do you mean numeric? If so, the numeric datatype can have a precision.

An int is stored in 4 bytes and has the capacity of -2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647). The numeric is functionally equivalent to the decimal datatype, and when maximum precision is applied, valid values range from - 10^38 +1 to 10^38 - 1.

All of this information was easily identifiable in SQL Server Books On-line or Google. Please use those as your first port of call next time and don't ask us to do your research for you.

Deja View - the feeling that you've seen this post before.

QuestionSQL Query for Excel file Pin
Swisher2429-Aug-07 6:55
Swisher2429-Aug-07 6:55 
AnswerRe: SQL Query for Excel file Pin
aztekka29-Aug-07 10:13
aztekka29-Aug-07 10:13 
GeneralRe: SQL Query for Excel file Pin
Swisher2430-Aug-07 4:00
Swisher2430-Aug-07 4:00 
Questiondata access Pin
Masoumeh...29-Aug-07 4:44
Masoumeh...29-Aug-07 4:44 
Questionhow to pass the output parameter while execute the stored procedure Pin
aprasy29-Aug-07 0:32
aprasy29-Aug-07 0:32 
AnswerRe: how to pass the output parameter while execute the stored procedure Pin
Rami Said Abd Alhalim29-Aug-07 3:54
Rami Said Abd Alhalim29-Aug-07 3:54 
AnswerRe: how to pass the output parameter while execute the stored procedure Pin
Rami Said Abd Alhalim29-Aug-07 3:57
Rami Said Abd Alhalim29-Aug-07 3:57 
GeneralRe: how to pass the output parameter while execute the stored procedure Pin
aprasy29-Aug-07 9:28
aprasy29-Aug-07 9:28 
QuestionSimultaneous access to DB Pin
blackjack215029-Aug-07 0:30
blackjack215029-Aug-07 0:30 
AnswerRe: Simultaneous access to DB Pin
Colin Angus Mackay29-Aug-07 2:21
Colin Angus Mackay29-Aug-07 2:21 
GeneralRe: Simultaneous access to DB Pin
blackjack215029-Aug-07 2:43
blackjack215029-Aug-07 2:43 
QuestionWhat data type is case sensitive? Pin
Big Ralph29-Aug-07 0:28
Big Ralph29-Aug-07 0:28 
AnswerRe: What data type is case sensitive? Pin
Colin Angus Mackay29-Aug-07 2:17
Colin Angus Mackay29-Aug-07 2:17 
GeneralRe: What data type is case sensitive? Pin
Big Ralph29-Aug-07 3:28
Big Ralph29-Aug-07 3:28 
GeneralRe: What data type is case sensitive? Pin
Rami Said Abd Alhalim29-Aug-07 4:03
Rami Said Abd Alhalim29-Aug-07 4:03 
GeneralRe: What data type is case sensitive? Pin
Big Ralph29-Aug-07 4:46
Big Ralph29-Aug-07 4:46 
GeneralRe: What data type is case sensitive? Pin
Colin Angus Mackay29-Aug-07 10:03
Colin Angus Mackay29-Aug-07 10:03 

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.