Click here to Skip to main content
15,896,063 members
Home / Discussions / Database
   

Database

 
AnswerRe: Is it a bad idea to keep a Database connection open Pin
Richard.Berry10022-Apr-13 8:17
Richard.Berry10022-Apr-13 8:17 
QuestionRecursively build a string Pin
Lash2019-Apr-13 12:26
Lash2019-Apr-13 12:26 
AnswerRe: Recursively build a string Pin
jschell21-Apr-13 6:38
jschell21-Apr-13 6:38 
AnswerRe: Recursively build a string Pin
Niral Soni22-Apr-13 2:35
Niral Soni22-Apr-13 2:35 
GeneralRe: Recursively build a string Pin
Lash2022-Apr-13 7:56
Lash2022-Apr-13 7:56 
Questionsqlserver not found Pin
Member 999911219-Apr-13 2:18
Member 999911219-Apr-13 2:18 
AnswerRe: sqlserver not found Pin
jschell19-Apr-13 10:22
jschell19-Apr-13 10:22 
QuestionConversion failed in sql Pin
venkatesann18-Apr-13 4:23
venkatesann18-Apr-13 4:23 
Hi All,
I am getting conversion error when i try to execute the following query... please help i need this scenario to be fixed for another business logic

SQL
Conversion failed when converting the varchar value '12r' to data type int.
declare @t table
(
val varchar(10)
)
insert into @t
select '1' union
select '2' union
select '3' union
select '4' union
select 'et' union
select '4' union
select '6' union
select '7' union
select '8' union
select '9' union
select '12r'

select * from @t where cast(val as int) > 3

AnswerRe: Conversion failed in sql Pin
Richard MacCutchan18-Apr-13 4:34
mveRichard MacCutchan18-Apr-13 4:34 
AnswerRe: Conversion failed in sql PinPopular
GuyThiebaut18-Apr-13 5:41
professionalGuyThiebaut18-Apr-13 5:41 
AnswerRe: Conversion failed in sql PinPopular
Mycroft Holmes18-Apr-13 12:39
professionalMycroft Holmes18-Apr-13 12:39 
AnswerRe: Conversion failed in sql Pin
Bernhard Hiller18-Apr-13 22:13
Bernhard Hiller18-Apr-13 22:13 
GeneralRe: Conversion failed in sql Pin
Mycroft Holmes19-Apr-13 0:49
professionalMycroft Holmes19-Apr-13 0:49 
GeneralRe: Conversion failed in sql Pin
GuyThiebaut19-Apr-13 1:36
professionalGuyThiebaut19-Apr-13 1:36 
GeneralRe: Conversion failed in sql Pin
Richard.Berry10024-Apr-13 11:02
Richard.Berry10024-Apr-13 11:02 
GeneralRe: Conversion failed in sql Pin
Mycroft Holmes24-Apr-13 12:29
professionalMycroft Holmes24-Apr-13 12:29 
QuestionTunig required for the below SQL. Pin
nirkar jena16-Apr-13 23:42
nirkar jena16-Apr-13 23:42 
AnswerRe: Tunig required for the below SQL. Pin
Mycroft Holmes17-Apr-13 0:45
professionalMycroft Holmes17-Apr-13 0:45 
AnswerRe: Tunig required for the below SQL. Pin
Eddy Vluggen17-Apr-13 5:06
professionalEddy Vluggen17-Apr-13 5:06 
AnswerRe: Tunig required for the below SQL. Pin
Niral Soni22-Apr-13 3:13
Niral Soni22-Apr-13 3:13 
QuestionNeed a query to get data from two tables with specific format Pin
sowvin16-Apr-13 20:41
sowvin16-Apr-13 20:41 
AnswerRe: Need a query to get data from two tables with specific format Pin
Mycroft Holmes16-Apr-13 22:01
professionalMycroft Holmes16-Apr-13 22:01 
AnswerRe: Need a query to get data from two tables with specific format Pin
Niral Soni22-Apr-13 4:57
Niral Soni22-Apr-13 4:57 
QuestionSSIS XML Source (2012) Pin
PIEBALDconsult16-Apr-13 18:26
mvePIEBALDconsult16-Apr-13 18:26 
QuestionHow to insert the same record multiple times in a MS Access 2000 database Pin
sobelhaj12-Apr-13 7:39
sobelhaj12-Apr-13 7:39 

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.