Click here to Skip to main content
15,905,877 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Express 2005 Database Read-Only Problem Pin
Ahmad Safwat15-Nov-08 21:11
Ahmad Safwat15-Nov-08 21:11 
GeneralRe: SQL Express 2005 Database Read-Only Problem Pin
Wendelius15-Nov-08 21:38
mentorWendelius15-Nov-08 21:38 
GeneralRe: SQL Express 2005 Database Read-Only Problem Pin
Ahmad Safwat15-Nov-08 23:50
Ahmad Safwat15-Nov-08 23:50 
GeneralRe: SQL Express 2005 Database Read-Only Problem Pin
Wendelius15-Nov-08 23:57
mentorWendelius15-Nov-08 23:57 
AnswerRe: SQL Express 2005 Database Read-Only Problem Pin
Paul Conrad13-Nov-08 6:39
professionalPaul Conrad13-Nov-08 6:39 
Questioninsert into and varbinary Pin
swjam13-Nov-08 2:18
swjam13-Nov-08 2:18 
AnswerRe: insert into and varbinary Pin
Wendelius13-Nov-08 4:45
mentorWendelius13-Nov-08 4:45 
QuestionI want to diplay particular records between two dates using nvarchar Pin
Samiullah13-Nov-08 0:12
Samiullah13-Nov-08 0:12 
Hi,
I have created a table and in that i have inserted some records. then i want to display the records between specified dates then how to do that.

create table rough(checkeddate nvarchar(100))

These are the inserted values..

insert into rough values('1/01/2002')
insert into rough values('3/01/2002')
insert into rough values('12/01/2003')
insert into rough values('11/09/2006')
insert into rough values('8/01/2008')
insert into rough values('1/01/2004')
insert into rough values('1/01/2006')

insert into rough values('1/21/2003')
insert into rough values('1/31/2005')
insert into rough values('1/11/2006')
insert into rough values('1/01/2006')
insert into rough values('1/01/2002')
insert into rough values('1/01/2004')
insert into rough values('1/01/2006')

The output as follows

mm/dd/yyyy
----------
12/01/2003
11/09/2006
1/01/2006
1/21/2003
1/31/2005
1/11/2006
1/01/2006
1/01/2006

so my requirement is now i want to diplay particular records between two dates like as follows


select * from rough where checkeddate between '1/01/2006' and '12/31/2006'

Can anyone help me..
AnswerRe: I want to diplay particular records between two dates using nvarchar [modified] Pin
Syed Mehroz Alam13-Nov-08 2:15
Syed Mehroz Alam13-Nov-08 2:15 
GeneralRe: I want to diplay particular records between two dates using nvarchar Pin
Samiullah13-Nov-08 23:44
Samiullah13-Nov-08 23:44 
AnswerRe: I want to diplay particular records between two dates using nvarchar Pin
Mycroft Holmes13-Nov-08 15:57
professionalMycroft Holmes13-Nov-08 15:57 
AnswerRe: I want to diplay particular records between two dates using nvarchar Pin
PIEBALDconsult13-Nov-08 16:04
mvePIEBALDconsult13-Nov-08 16:04 
QuestionDebugging null data adapter Pin
theFrenchHornet12-Nov-08 9:38
theFrenchHornet12-Nov-08 9:38 
AnswerRe: Debugging null data adapter Pin
Wendelius13-Nov-08 5:15
mentorWendelius13-Nov-08 5:15 
GeneralRe: Debugging null data adapter Pin
theFrenchHornet13-Nov-08 5:47
theFrenchHornet13-Nov-08 5:47 
GeneralRe: Debugging null data adapter Pin
Wendelius13-Nov-08 7:14
mentorWendelius13-Nov-08 7:14 
GeneralRe: Debugging null data adapter Pin
theFrenchHornet15-Nov-08 9:21
theFrenchHornet15-Nov-08 9:21 
GeneralRe: Debugging null data adapter Pin
Wendelius15-Nov-08 9:59
mentorWendelius15-Nov-08 9:59 
AnswerRe: Debugging null data adapter Pin
PIEBALDconsult13-Nov-08 16:11
mvePIEBALDconsult13-Nov-08 16:11 
GeneralRe: Debugging null data adapter Pin
theFrenchHornet15-Nov-08 9:22
theFrenchHornet15-Nov-08 9:22 
QuestionSQL CE Exception Pin
hammerstein0512-Nov-08 4:01
hammerstein0512-Nov-08 4:01 
AnswerRe: SQL CE Exception Pin
Ennis Ray Lynch, Jr.13-Nov-08 4:39
Ennis Ray Lynch, Jr.13-Nov-08 4:39 
QuestionHow to get this nested level output Pin
VenkataRamana.Gali11-Nov-08 18:10
VenkataRamana.Gali11-Nov-08 18:10 
AnswerRe: How to get this nested level output Pin
ScottM111-Nov-08 19:42
ScottM111-Nov-08 19:42 
AnswerRe: How to get this nested level output Pin
Wendelius12-Nov-08 7:39
mentorWendelius12-Nov-08 7:39 

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.