Click here to Skip to main content
16,011,805 members
Home / Discussions / Database
   

Database

 
QuestionSSRS loop through inside SSIS [modified] Pin
praveenkjohn14-May-07 19:18
praveenkjohn14-May-07 19:18 
AnswerRe: SSRS loop through inside SSIS Pin
Marek Grzenkowicz15-May-07 0:58
Marek Grzenkowicz15-May-07 0:58 
GeneralRe: SSRS loop through inside SSIS Pin
praveenkjohn15-May-07 18:40
praveenkjohn15-May-07 18:40 
GeneralRe: SSRS loop through inside SSIS Pin
Marek Grzenkowicz15-May-07 21:15
Marek Grzenkowicz15-May-07 21:15 
GeneralRe: SSRS loop through inside SSIS Pin
praveenkjohn17-May-07 19:27
praveenkjohn17-May-07 19:27 
QuestionProblem in inserting the same number????? Pin
chand1014-May-07 18:13
chand1014-May-07 18:13 
AnswerRe: Problem in inserting the same number????? Pin
srktirumala14-May-07 18:39
srktirumala14-May-07 18:39 
AnswerRe: Problem in inserting the same number????? Pin
blackjack215014-May-07 21:45
blackjack215014-May-07 21:45 
Instead of this
K V S Chand wrote:
MyRandomNumber = rndNum.Next(1, 99999999);

use this:
MyRandomNumber = rndNum.Next(1, int.MaxValue);

It will give you a range of 1..2147483647

K V S Chand wrote:
If I generate manually I have a chance to get the dupilcate bill IDs at the time of bill generation


How come? If you generate by random you have the chance to get duplicates(although very small under these conditions). If you generate manually you could write for example an incremental generator which will never fail.
AnswerRe: Problem in inserting the same number????? Pin
mamirbalouch15-May-07 1:34
mamirbalouch15-May-07 1:34 
GeneralRe: Problem in inserting the same number????? Pin
chand1015-May-07 19:22
chand1015-May-07 19:22 
Questionsetup file Pin
kanth_2ma214-May-07 14:33
kanth_2ma214-May-07 14:33 
AnswerRe: setup file Pin
kubben14-May-07 16:14
kubben14-May-07 16:14 
QuestionInserting into oracle table from a Data table...how to do in C# Pin
bnathvbdotnet14-May-07 13:47
bnathvbdotnet14-May-07 13:47 
QuestionProblem with query and datareader [modified] Pin
kallileo14-May-07 7:01
kallileo14-May-07 7:01 
AnswerRe: Problem with query and datareader Pin
Colin Angus Mackay14-May-07 11:18
Colin Angus Mackay14-May-07 11:18 
GeneralRe: Problem with query and datareader Pin
kallileo14-May-07 11:24
kallileo14-May-07 11:24 
GeneralRe: Problem with query and datareader Pin
Colin Angus Mackay14-May-07 11:26
Colin Angus Mackay14-May-07 11:26 
GeneralRe: Problem with query and datareader Pin
kallileo14-May-07 11:36
kallileo14-May-07 11:36 
GeneralRe: Problem with query and datareader Pin
Colin Angus Mackay14-May-07 11:40
Colin Angus Mackay14-May-07 11:40 
GeneralRe: Problem with query and datareader Pin
kallileo14-May-07 12:22
kallileo14-May-07 12:22 
QuestionRerun access formwizard [modified] Pin
Dan Neely14-May-07 4:25
Dan Neely14-May-07 4:25 
AnswerRe: Rerun access formwizard Pin
Dave Kreskowiak14-May-07 12:36
mveDave Kreskowiak14-May-07 12:36 
QuestionReadonly Forms in Acess Pin
Dan Neely14-May-07 4:24
Dan Neely14-May-07 4:24 
AnswerRe: Readonly Forms in Acess Pin
Paul Conrad14-May-07 7:26
professionalPaul Conrad14-May-07 7:26 
QuestionINSERT performanse (ODBC to MS SQL) Pin
_TLS14-May-07 4:15
_TLS14-May-07 4:15 

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.