Click here to Skip to main content
16,006,348 members
Home / Discussions / Database
   

Database

 
QuestionUPDATE & INSERT speed improvement question Pin
Lior S11-Nov-06 23:11
Lior S11-Nov-06 23:11 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Software_Guy_12311-Nov-06 23:26
Software_Guy_12311-Nov-06 23:26 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Colin Angus Mackay12-Nov-06 8:37
Colin Angus Mackay12-Nov-06 8:37 
QuestionRe: UPDATE & INSERT speed improvement question Pin
Lior S12-Nov-06 22:45
Lior S12-Nov-06 22:45 
AnswerRe: UPDATE & INSERT speed improvement question Pin
Colin Angus Mackay13-Nov-06 1:00
Colin Angus Mackay13-Nov-06 1:00 
QuestionCreating Database for a holding an its subsidiaries Pin
Maira K11-Nov-06 22:33
Maira K11-Nov-06 22:33 
AnswerRe: Creating Database for a holding an its subsidiaries Pin
Frank Kerrigan13-Nov-06 23:59
Frank Kerrigan13-Nov-06 23:59 
GeneralRe: Creating Database for a holding an its subsidiaries Pin
Maira K14-Nov-06 0:48
Maira K14-Nov-06 0:48 
GeneralExpress Connection Problems Pin
Ed.Poore10-Nov-06 13:49
Ed.Poore10-Nov-06 13:49 
GeneralRe: Express Connection Problems Pin
Rob Graham10-Nov-06 14:22
Rob Graham10-Nov-06 14:22 
GeneralRe: Express Connection Problems Pin
Ed.Poore11-Nov-06 3:19
Ed.Poore11-Nov-06 3:19 
GeneralRe: Express Connection Problems Pin
Ed.Poore12-Nov-06 8:59
Ed.Poore12-Nov-06 8:59 
Questionautoincrement a column using C# Pin
kani9810-Nov-06 12:43
kani9810-Nov-06 12:43 
AnswerRe: autoincrement a column using C# Pin
Rob Graham10-Nov-06 14:24
Rob Graham10-Nov-06 14:24 
QuestionMDAC, JET and Windows Vista Pin
rajas10-Nov-06 7:47
rajas10-Nov-06 7:47 
QuestionInserting records.... Pin
dansoft9-Nov-06 21:41
dansoft9-Nov-06 21:41 
QuestionVariables in Proceedures Pin
oskardiazdeleon9-Nov-06 12:51
oskardiazdeleon9-Nov-06 12:51 
AnswerRe: Variables in Proceedures Pin
Colin Angus Mackay9-Nov-06 16:55
Colin Angus Mackay9-Nov-06 16:55 
QuestionCreating a sql server data dictionary for our corporation? Pin
Goalie359-Nov-06 9:59
Goalie359-Nov-06 9:59 
AnswerRe: Creating a sql server data dictionary for our corporation? Pin
User 17164929-Nov-06 14:28
professionalUser 17164929-Nov-06 14:28 
QuestionCalling Procedures Pin
Dayekh9-Nov-06 3:07
Dayekh9-Nov-06 3:07 
AnswerRe: Calling Procedures Pin
Eric Dahlvang9-Nov-06 3:33
Eric Dahlvang9-Nov-06 3:33 
GeneralRe: Calling Procedures Pin
Dayekh9-Nov-06 3:52
Dayekh9-Nov-06 3:52 
Here's the deal,

Table A has a field called 'TimeEstimate'. This field is in Days. DataType Integer.

Table B has a field call 'PercentageOfProgress'. This field is calculated. DataType Integer.

When I enter and save all the data for Table A, The procedure that holds the calculation for 'PercentageOfProgress' needs to be fired. Therefore from within the Stored Procedure which saves the Data for Table A, I want to fire the SP for the Caulculated field which stores THAT RESULT in Table B.

See what I mean? Smile | :)

Also, I tried to pass the Parameter like you said in Query Analyser, it gave me this:

Error converting data type varchar to int.

I will have to revise the SPs. In anycase, if you have any suggestions, Please let me know.

Thank you so much for your reply!
GeneralRe: Calling Procedures Pin
indianet9-Nov-06 6:53
indianet9-Nov-06 6:53 
GeneralRe: Calling Procedures Pin
Eric Dahlvang9-Nov-06 9:25
Eric Dahlvang9-Nov-06 9:25 

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.