Click here to Skip to main content
15,898,035 members
Home / Discussions / Database
   

Database

 
QuestionSQL Stored Procedure push in the right direction :) Pin
cdietschrun27-Jul-09 10:46
cdietschrun27-Jul-09 10:46 
AnswerRe: SQL Stored Procedure push in the right direction :) Pin
Mike Ellison27-Jul-09 14:35
Mike Ellison27-Jul-09 14:35 
QuestionSSIS Package - Urgent need Help Pin
vasini27-Jul-09 7:39
vasini27-Jul-09 7:39 
AnswerRe: SSIS Package - Urgent need Help Pin
Abhijit Jana27-Jul-09 8:31
professionalAbhijit Jana27-Jul-09 8:31 
AnswerPlease Read Forum Guidelines Pin
leckey27-Jul-09 10:42
leckey27-Jul-09 10:42 
AnswerRe: SSIS Package - Urgent need Help Pin
Robin_Roy27-Jul-09 17:04
Robin_Roy27-Jul-09 17:04 
QuestionLoosing decimal values while selecting in Oracle Pin
sandhya1426-Jul-09 20:11
sandhya1426-Jul-09 20:11 
AnswerRe: Loosing decimal values while selecting in Oracle Pin
Mycroft Holmes26-Jul-09 20:54
professionalMycroft Holmes26-Jul-09 20:54 
Not sure with Oracle but I would look at Source1, no presision is declared.

Also your case logic is going to cause a problem with 25 and 75. It meets 2 conditions is should be

WHEN DecDiff between 0.000 and 0.250 THEN 0.000
WHEN DecDiff between 0.251 and 0.750 THEN 0.500
WHEN DecDiff between 0.751 and 1.000 THEN 1.000


Never underestimate the power of human stupidity
RAH

GeneralRe: Loosing decimal values while selecting in Oracle Pin
sandhya1426-Jul-09 21:06
sandhya1426-Jul-09 21:06 
Questionhow to do this result output Pin
VinothRao26-Jul-09 17:53
VinothRao26-Jul-09 17:53 
AnswerRe: how to do this result output Pin
Robin_Roy26-Jul-09 18:14
Robin_Roy26-Jul-09 18:14 
GeneralRe: how to do this result output Pin
VinothRao26-Jul-09 18:27
VinothRao26-Jul-09 18:27 
GeneralRe: how to do this result output Pin
dan!sh 26-Jul-09 18:56
professional dan!sh 26-Jul-09 18:56 
AnswerRe: how to do this result output Pin
Mycroft Holmes26-Jul-09 18:57
professionalMycroft Holmes26-Jul-09 18:57 
AnswerRe: how to do this result output Pin
J4amieC27-Jul-09 0:30
J4amieC27-Jul-09 0:30 
Questionsql statement help Pin
VinothRao26-Jul-09 15:56
VinothRao26-Jul-09 15:56 
AnswerRe: sql statement help Pin
Robin_Roy26-Jul-09 18:20
Robin_Roy26-Jul-09 18:20 
QuestionPassword in SqlServer 2005 Pin
SajjadZare25-Jul-09 18:58
SajjadZare25-Jul-09 18:58 
AnswerRe: Password in SqlServer 2005 Pin
Abhijit Jana25-Jul-09 22:32
professionalAbhijit Jana25-Jul-09 22:32 
AnswerRe: Password in SqlServer 2005 Pin
Mycroft Holmes26-Jul-09 14:11
professionalMycroft Holmes26-Jul-09 14:11 
GeneralRe: Password in SqlServer 2005 Pin
Andy_L_J26-Jul-09 20:00
Andy_L_J26-Jul-09 20:00 
Questionhow to show process in query of sqlserver 2005 Pin
vunhat25-Jul-09 7:25
vunhat25-Jul-09 7:25 
AnswerRe: how to show process in query of sqlserver 2005 Pin
Abhijit Jana25-Jul-09 10:08
professionalAbhijit Jana25-Jul-09 10:08 
GeneralRe: how to show process in query of sqlserver 2005 Pin
vunhat26-Jul-09 5:53
vunhat26-Jul-09 5:53 
AnswerRe: how to show process in query of sqlserver 2005 Pin
Jerry Hammond26-Jul-09 12:59
Jerry Hammond26-Jul-09 12:59 

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.