Click here to Skip to main content
15,891,777 members
Home / Discussions / Database
   

Database

 
GeneralRe: enabling xp_cmdshell Pin
sunny7411-Nov-08 22:15
sunny7411-Nov-08 22:15 
GeneralRe: enabling xp_cmdshell Pin
ScottM111-Nov-08 22:31
ScottM111-Nov-08 22:31 
AnswerRe: enabling xp_cmdshell Pin
Tomb42113-Nov-08 4:01
Tomb42113-Nov-08 4:01 
QuestionHOW TO PRINT THIS PATTERN Pin
saikirankatighar11-Nov-08 1:09
saikirankatighar11-Nov-08 1:09 
AnswerRe: HOW TO PRINT THIS PATTERN Pin
Mycroft Holmes11-Nov-08 1:24
professionalMycroft Holmes11-Nov-08 1:24 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
saikirankatighar11-Nov-08 1:33
saikirankatighar11-Nov-08 1:33 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
Mycroft Holmes11-Nov-08 1:39
professionalMycroft Holmes11-Nov-08 1:39 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
This is Remo11-Nov-08 1:42
This is Remo11-Nov-08 1:42 
hey cool man you can do that....we need to use lpad function and rownum to achive this.

Assuming emp table has more than 5 rows,
select lpad('*',rownum,'*') from emp where rownum<6

Read abt rownum in google
AnswerRe: HOW TO PRINT THIS PATTERN Pin
ScottM111-Nov-08 1:50
ScottM111-Nov-08 1:50 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
Paul Conrad11-Nov-08 15:37
professionalPaul Conrad11-Nov-08 15:37 
Questionstring parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:07
Unknown Ajanabi11-Nov-08 0:07 
AnswerRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 0:17
Ashfield11-Nov-08 0:17 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:50
Unknown Ajanabi11-Nov-08 0:50 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Mycroft Holmes11-Nov-08 1:07
professionalMycroft Holmes11-Nov-08 1:07 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 1:36
Ashfield11-Nov-08 1:36 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Jon_Boy11-Nov-08 4:54
Jon_Boy11-Nov-08 4:54 
QuestionOpening/Closing Connections - Efficiency Pin
stormydaniels10-Nov-08 23:53
stormydaniels10-Nov-08 23:53 
AnswerRe: Opening/Closing Connections - Efficiency Pin
Mycroft Holmes11-Nov-08 1:10
professionalMycroft Holmes11-Nov-08 1:10 
GeneralRe: Opening/Closing Connections - Efficiency Pin
Jon_Boy11-Nov-08 4:56
Jon_Boy11-Nov-08 4:56 
AnswerRe: Opening/Closing Connections - Efficiency Pin
Wendelius11-Nov-08 8:51
mentorWendelius11-Nov-08 8:51 
AnswerRe: Opening/Closing Connections - Efficiency Pin
PIEBALDconsult11-Nov-08 12:34
mvePIEBALDconsult11-Nov-08 12:34 
QuestionInfix to Postfix Conversion and Evaluation with SQL Query Pin
shine_paravur10-Nov-08 23:18
shine_paravur10-Nov-08 23:18 
AnswerRe: Infix to Postfix Conversion and Evaluation with SQL Query Pin
Ashfield11-Nov-08 0:19
Ashfield11-Nov-08 0:19 
Questionformula column Pin
ptvce10-Nov-08 22:48
ptvce10-Nov-08 22:48 
AnswerRe: formula column Pin
Mycroft Holmes11-Nov-08 1:22
professionalMycroft Holmes11-Nov-08 1:22 

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.