Click here to Skip to main content
15,889,216 members
Home / Discussions / Database
   

Database

 
QuestionUsing Pooling or SqlConnection object variable is better ? Pin
MrKBA24-Jan-17 22:43
MrKBA24-Jan-17 22:43 
AnswerRe: Using Pooling or SqlConnection object variable is better ? Pin
Tim Carmichael25-Jan-17 2:31
Tim Carmichael25-Jan-17 2:31 
GeneralRe: Using Pooling or SqlConnection object variable is better ? Pin
MrKBA25-Jan-17 20:30
MrKBA25-Jan-17 20:30 
AnswerRe: Using Pooling or SqlConnection object variable is better ? Pin
Richard Deeming25-Jan-17 3:26
mveRichard Deeming25-Jan-17 3:26 
GeneralRe: Using Pooling or SqlConnection object variable is better ? Pin
MrKBA25-Jan-17 20:29
MrKBA25-Jan-17 20:29 
GeneralRe: Using Pooling or SqlConnection object variable is better ? Pin
Richard Deeming26-Jan-17 1:38
mveRichard Deeming26-Jan-17 1:38 
GeneralRe: Using Pooling or SqlConnection object variable is better ? Pin
MrKBA26-Jan-17 1:39
MrKBA26-Jan-17 1:39 
QuestionRegularExpressions in SQL Server Pin
indian14323-Jan-17 12:50
indian14323-Jan-17 12:50 
Hi,

I need regular expressions in SQL Server for two things
  1. Get the first 3 characters from a string, no matter alphabets or numerical values but not special characters, like for example if I have file name A00Temp then it should give me A00 and if the string is _A00Temp then still it should give me the A00 only but not _A0, if it has ABCTemp then it should give me ABC
  2. the 2nd need is if I have a string with alphabets, numerical and special characters then it should give me only alphabets from that string
    for exmple if I have: Abc def 230 then I should get abcdef, if I the string is _abc$#def then I should get only abcdef.
If I can do this using regular expressions, please help me, any type of help is very welcome, thanks in advance.
Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."

AnswerRe: RegularExpressions in SQL Server Pin
Richard MacCutchan23-Jan-17 21:52
mveRichard MacCutchan23-Jan-17 21:52 
AnswerRe: RegularExpressions in SQL Server Pin
Richard Deeming24-Jan-17 2:29
mveRichard Deeming24-Jan-17 2:29 
QuestionSQl, Oracle Database Pin
Member 1295956019-Jan-17 23:59
Member 1295956019-Jan-17 23:59 
SuggestionRe: SQl, Oracle Database Pin
ZurdoDev24-Jan-17 3:20
professionalZurdoDev24-Jan-17 3:20 
QuestionJOIN Problem Pin
Kevin Marois19-Jan-17 9:01
professionalKevin Marois19-Jan-17 9:01 
AnswerRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:22
professionalZurdoDev19-Jan-17 9:22 
GeneralRe: JOIN Problem Pin
Kevin Marois19-Jan-17 9:25
professionalKevin Marois19-Jan-17 9:25 
GeneralRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:30
professionalZurdoDev19-Jan-17 9:30 
GeneralRe: JOIN Problem Pin
Kevin Marois19-Jan-17 9:32
professionalKevin Marois19-Jan-17 9:32 
GeneralRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:35
professionalZurdoDev19-Jan-17 9:35 
GeneralRe: JOIN Problem Pin
Kevin Marois19-Jan-17 9:45
professionalKevin Marois19-Jan-17 9:45 
GeneralRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:50
professionalZurdoDev19-Jan-17 9:50 
GeneralRe: JOIN Problem Pin
Kevin Marois19-Jan-17 9:51
professionalKevin Marois19-Jan-17 9:51 
GeneralRe: JOIN Problem Pin
Eddy Vluggen19-Jan-17 9:38
professionalEddy Vluggen19-Jan-17 9:38 
GeneralRe: JOIN Problem Pin
ZurdoDev19-Jan-17 9:52
professionalZurdoDev19-Jan-17 9:52 
GeneralRe: JOIN Problem Pin
Eddy Vluggen19-Jan-17 10:03
professionalEddy Vluggen19-Jan-17 10:03 
QuestionI need some help from my fellow developers... Pin
Steve Naidamast12-Jan-17 3:44
professionalSteve Naidamast12-Jan-17 3:44 

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.