Click here to Skip to main content
15,921,062 members
Home / Discussions / Database
   

Database

 
GeneralRe: Release data source Pin
rico cheah17-Nov-06 21:14
rico cheah17-Nov-06 21:14 
Questionproject on school database Pin
pramod40016-Nov-06 18:11
pramod40016-Nov-06 18:11 
AnswerRe: project on school database Pin
_AK_16-Nov-06 18:28
_AK_16-Nov-06 18:28 
GeneralRe: project on school database Pin
dilfizo16-Nov-06 20:15
dilfizo16-Nov-06 20:15 
Questionhow to get only date from datetime field of te table Pin
yogita charhate16-Nov-06 17:49
yogita charhate16-Nov-06 17:49 
AnswerRe: how to get only date from datetime field of te table Pin
Christian Graus16-Nov-06 17:54
protectorChristian Graus16-Nov-06 17:54 
AnswerRe: how to get only date from datetime field of te table Pin
Janani Divya17-Nov-06 18:02
Janani Divya17-Nov-06 18:02 
GeneralRe: how to get only date from datetime field of te table Pin
Laxmikant Lad19-Nov-06 23:16
Laxmikant Lad19-Nov-06 23:16 
if you want to extract only date

you can use datepart function as

SELECT DATEPART(month, GETDATE()) AS 'Month Number'


but if you want to see full date u can use

format = "d" or mm/dd/yyyy


QuestionHow to pass result set as multi-value parameter to subreport Pin
OytotheVey16-Nov-06 11:33
OytotheVey16-Nov-06 11:33 
AnswerRe: How to pass result set as multi-value parameter to subreport Pin
Christian Graus16-Nov-06 11:42
protectorChristian Graus16-Nov-06 11:42 
GeneralRe: How to pass result set as multi-value parameter to subreport Pin
OytotheVey16-Nov-06 11:52
OytotheVey16-Nov-06 11:52 
GeneralRe: How to pass result set as multi-value parameter to subreport Pin
Christian Graus16-Nov-06 11:56
protectorChristian Graus16-Nov-06 11:56 
QuestionSQL2005 ot Oracle 10 Pin
VK-Cadec16-Nov-06 9:04
VK-Cadec16-Nov-06 9:04 
QuestionHow to Querying Document Properties from Full Text Catalogs in Sql Server 2005 Pin
fenil jacob16-Nov-06 3:48
fenil jacob16-Nov-06 3:48 
Questionhow to genarate script file for sql database Pin
yuvachandra16-Nov-06 0:48
yuvachandra16-Nov-06 0:48 
AnswerRe: how to genarate script file for sql database Pin
Frank Kerrigan16-Nov-06 0:52
Frank Kerrigan16-Nov-06 0:52 
AnswerRe: how to genarate script file for sql database Pin
Paddy Boyd17-Nov-06 0:06
Paddy Boyd17-Nov-06 0:06 
QuestionCopy Image Pin
i-p-g-i16-Nov-06 0:12
i-p-g-i16-Nov-06 0:12 
AnswerRe: Copy Image Pin
Frank Kerrigan16-Nov-06 0:50
Frank Kerrigan16-Nov-06 0:50 
GeneralRe: Copy Image Pin
i-p-g-i16-Nov-06 1:17
i-p-g-i16-Nov-06 1:17 
Questionquery about comparing accpted date with stored date Pin
yogita charhate15-Nov-06 20:38
yogita charhate15-Nov-06 20:38 
AnswerRe: query about comparing accpted date with stored date Pin
Frank Kerrigan15-Nov-06 22:24
Frank Kerrigan15-Nov-06 22:24 
AnswerRe: query about comparing accpted date with stored date Pin
harsh kumar jain15-Nov-06 23:58
harsh kumar jain15-Nov-06 23:58 
QuestionExcel and OLE DB Pin
Steven M Hunt15-Nov-06 18:56
Steven M Hunt15-Nov-06 18:56 
AnswerRe: Excel and OLE DB Pin
Frank Kerrigan15-Nov-06 22:31
Frank Kerrigan15-Nov-06 22:31 

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.