Click here to Skip to main content
15,907,687 members
Home / Discussions / Database
   

Database

 
QuestionDataSet Fill Problem Pin
Kirtan Gor30-May-07 22:52
Kirtan Gor30-May-07 22:52 
QuestionSQL statement returning duplicates with DISTINCT [modified] Pin
ScottM130-May-07 22:01
ScottM130-May-07 22:01 
AnswerRe: SQL statement returning duplicates with DISTINCT Pin
kubben31-May-07 3:11
kubben31-May-07 3:11 
GeneralRe: SQL statement returning duplicates with DISTINCT Pin
ScottM131-May-07 3:24
ScottM131-May-07 3:24 
Questionnormailzation? Pin
saravanan0530-May-07 20:48
saravanan0530-May-07 20:48 
AnswerRe: normailzation? Pin
ScottM130-May-07 21:44
ScottM130-May-07 21:44 
QuestionDate format in T-SQL Pin
Werries30-May-07 12:02
Werries30-May-07 12:02 
AnswerRe: Date format in T-SQL Pin
Werries30-May-07 12:19
Werries30-May-07 12:19 
Hi there,

Thanks for those who had a look at my problem, but I've solved it. Just one simple sample on a previous post on this forum gaved me the answer.

DECLARE @QAZ AS DATETIME<br />
SET DATEFORMAT dmy;SET @QAZ = '14-02-2007'<br />
print @QAZ


Result: Feb 14 2007 12:00AM


A programmer's life is good... or is it?? Ek dink nie so nie!

AnswerRe: Date format in T-SQL Pin
Mike Dimmick30-May-07 23:05
Mike Dimmick30-May-07 23:05 
QuestionConnect to a database Pin
Aptiva Dave30-May-07 5:54
Aptiva Dave30-May-07 5:54 
AnswerRe: Connect to a database Pin
Nouman Bhatti31-May-07 2:55
Nouman Bhatti31-May-07 2:55 
GeneralRe: Connect to a database Pin
Aptiva Dave31-May-07 5:09
Aptiva Dave31-May-07 5:09 
GeneralRe: Connect to a database Pin
Paul Conrad1-Jun-07 7:22
professionalPaul Conrad1-Jun-07 7:22 
AnswerRe: Connect to a database Pin
ganti.r7-Jun-07 1:50
ganti.r7-Jun-07 1:50 
QuestionSetFieldValue() Pin
hero199529-May-07 22:43
hero199529-May-07 22:43 
QuestionINSERT - Date/Time INTO SQL ?? Pin
Fritzables29-May-07 21:44
Fritzables29-May-07 21:44 
AnswerRe: INSERT - Date/Time INTO SQL ?? Pin
WoutL29-May-07 22:21
WoutL29-May-07 22:21 
GeneralRe: INSERT - Date/Time INTO SQL ?? Pin
Fritzables29-May-07 22:42
Fritzables29-May-07 22:42 
GeneralRe: INSERT - Date/Time INTO SQL ?? Pin
WoutL29-May-07 23:56
WoutL29-May-07 23:56 
GeneralRe: INSERT - Date/Time INTO SQL ?? Pin
Fritzables30-May-07 0:50
Fritzables30-May-07 0:50 
QuestionPocket PC without sql server 2005 CE Pin
Kholed29-May-07 21:34
Kholed29-May-07 21:34 
QuestionHow to show records except sunday dates and weekdays separately..., Pin
Member 387988129-May-07 21:25
Member 387988129-May-07 21:25 
AnswerRe: How to show records except sunday dates and weekdays separately..., Pin
Colin Angus Mackay29-May-07 21:42
Colin Angus Mackay29-May-07 21:42 
GeneralRe: How to show records except sunday dates and weekdays separately..., Pin
Mike Dimmick30-May-07 23:38
Mike Dimmick30-May-07 23:38 
Questiondelete two tables Pin
saravanan0529-May-07 20:12
saravanan0529-May-07 20:12 

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.