Click here to Skip to main content
15,906,467 members
Home / Discussions / Database
   

Database

 
AnswerRe: sql function Pin
Simon_Whale5-Jul-10 2:52
Simon_Whale5-Jul-10 2:52 
AnswerRe: sql function Pin
J4amieC5-Jul-10 3:24
J4amieC5-Jul-10 3:24 
Questionsql Pin
Thanusree Duth4-Jul-10 23:02
Thanusree Duth4-Jul-10 23:02 
AnswerRe: sql Pin
J4amieC4-Jul-10 23:58
J4amieC4-Jul-10 23:58 
GeneralRe: sql Pin
R. Giskard Reventlov5-Jul-10 0:22
R. Giskard Reventlov5-Jul-10 0:22 
GeneralRe: sql Pin
J4amieC5-Jul-10 0:41
J4amieC5-Jul-10 0:41 
GeneralRe: sql Pin
Mycroft Holmes5-Jul-10 0:48
professionalMycroft Holmes5-Jul-10 0:48 
AnswerRe: sql Pin
R. Giskard Reventlov5-Jul-10 0:04
R. Giskard Reventlov5-Jul-10 0:04 
There are a number of ways you can do this.

Here is one:

select convert(nvarchar, getdate(), 8) TheTime


Here is another:

select substring(convert(nvarchar, getdate(), 22), 10, 11) TheTime

"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum

me, me, me

QuestionSQL FUNCTION USING DATE TIME Pin
Thanusree Duth4-Jul-10 22:10
Thanusree Duth4-Jul-10 22:10 
AnswerRe: SQL FUNCTION USING DATE TIME Pin
J4amieC4-Jul-10 23:56
J4amieC4-Jul-10 23:56 
GeneralRe: SQL FUNCTION USING DATE TIME Pin
JasonShort5-Jul-10 6:10
JasonShort5-Jul-10 6:10 
GeneralRe: SQL FUNCTION USING DATE TIME Pin
J4amieC5-Jul-10 6:30
J4amieC5-Jul-10 6:30 
Questionstored procedure Pin
Thanusree Duth4-Jul-10 18:47
Thanusree Duth4-Jul-10 18:47 
AnswerRe: stored procedure Pin
Mycroft Holmes4-Jul-10 19:09
professionalMycroft Holmes4-Jul-10 19:09 
QuestionLinked Server Pin
John.L.Ponratnam4-Jul-10 16:49
John.L.Ponratnam4-Jul-10 16:49 
QuestionDynamic SQL and the Crystal Report Pin
indian1433-Jul-10 19:10
indian1433-Jul-10 19:10 
AnswerRe: Dynamic SQL and the Crystal Report Pin
Mycroft Holmes3-Jul-10 20:38
professionalMycroft Holmes3-Jul-10 20:38 
QuestionI want to know that which is better to save a graph either XAML or SQL databse. Pin
hotthoughtguy2-Jul-10 20:59
hotthoughtguy2-Jul-10 20:59 
AnswerRe: I want to know that which is better to save a graph either XAML or SQL databse. Pin
Mycroft Holmes2-Jul-10 22:39
professionalMycroft Holmes2-Jul-10 22:39 
QuestionComplicated size calculation Pin
Member 34269362-Jul-10 5:35
Member 34269362-Jul-10 5:35 
AnswerRe: Complicated size calculation Pin
Mycroft Holmes2-Jul-10 11:43
professionalMycroft Holmes2-Jul-10 11:43 
QuestionHello Pin
gertag2-Jul-10 1:08
gertag2-Jul-10 1:08 
AnswerRe: Hello Pin
Mycroft Holmes2-Jul-10 1:53
professionalMycroft Holmes2-Jul-10 1:53 
QuestionJoining columns from two tables into one column Pin
RossouwDB1-Jul-10 22:05
RossouwDB1-Jul-10 22:05 
AnswerRe: Joining columns from two tables into one column Pin
David Skelly1-Jul-10 22:32
David Skelly1-Jul-10 22:32 

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.