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

Database

 
GeneralRe: Totaling previous months figures Pin
Henry Minute20-Jun-09 1:00
Henry Minute20-Jun-09 1:00 
AnswerRe: Totaling previous months figures Pin
Niladri_Biswas22-Jun-09 20:54
Niladri_Biswas22-Jun-09 20:54 
GeneralRe: Totaling previous months figures Pin
Muammar©22-Jun-09 22:47
Muammar©22-Jun-09 22:47 
GeneralRe: Totaling previous months figures Pin
Niladri_Biswas30-Jun-09 7:01
Niladri_Biswas30-Jun-09 7:01 
GeneralRe: Totaling previous months figures Pin
Muammar©30-Jun-09 8:02
Muammar©30-Jun-09 8:02 
QuestionSP to record inputs plus random records from 2nd table Pin
munklefish19-Jun-09 5:13
munklefish19-Jun-09 5:13 
AnswerRe: SP to record inputs plus random records from 2nd table Pin
Niladri_Biswas22-Jun-09 22:40
Niladri_Biswas22-Jun-09 22:40 
QuestionHelps on this Convertion Problem Pin
Vimalsoft(Pty) Ltd19-Jun-09 3:49
professionalVimalsoft(Pty) Ltd19-Jun-09 3:49 
Good Day all i have the Following Query



select distinct convert(varchar(10), (convert(smalldatetime, c.descr)), 120) [Date], tt.Sess [Session], m.descr [Subject], ctyp.Abrev [PaperType], ct.Number [PaperNumber], a.GrpName [Campus], a.Duration, CASE WHEN MAV.STUDENTS IS NULL THEN a.Students ELSE MAV.STUDENTS END [Students], v.descr [Venue], v.Capacity, s.descr [Staff] 
             -- into #Timetable 
              from sol_actv_time tt 
              inner join tbl_clmn c on c.id=tt.Dy 
              inner join tbl_actv a on a.id = tt.actv 
              inner join tbl_cntc ct on ct.id = a.cntcid 
              inner join tbl_cntc_typ ctyp on ctyp.id = ct.cntctyp 
              inner join tbl_modl m on m.id = ct.modlid 
              inner join tbl_term t on t.id = a.term 
              left outer join sol_actv_venu ttVenu on ttVenu.actv = a.id 
              left outer join mtm_actv_venue mav on mav.venue=ttVenu.Venu and mav.actv=a.id 
              left outer join tbl_venue v on v.id = ttVenu.Venu 
              left outer join sol_actv_staff ttStaff on ttStaff.Actv = a.id 
              left outer join tbl_staff s on s.id = ttStaff.Staff 
              select activity.* from #Timetable activity for xml auto, elements 


I get the Following Error

Msg 295, Level 16, State 3, Line 2
Conversion failed when converting character string to smalldatetime data type.


Thanks

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.somee.com
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Helps on this Convertion Problem Pin
DoctorMick19-Jun-09 5:37
DoctorMick19-Jun-09 5:37 
GeneralRe: Helps on this Convertion Problem Pin
Vimalsoft(Pty) Ltd19-Jun-09 5:38
professionalVimalsoft(Pty) Ltd19-Jun-09 5:38 
QuestionTable Transfer Pin
Paul Unsworth19-Jun-09 3:38
Paul Unsworth19-Jun-09 3:38 
AnswerRe: Table Transfer Pin
Mycroft Holmes20-Jun-09 0:13
professionalMycroft Holmes20-Jun-09 0:13 
GeneralRe: Table Transfer Pin
Paul Unsworth21-Jun-09 21:32
Paul Unsworth21-Jun-09 21:32 
GeneralRe: Table Transfer Pin
Mycroft Holmes21-Jun-09 22:03
professionalMycroft Holmes21-Jun-09 22:03 
Questionmultiple language problem with access database Pin
abhijit1234519-Jun-09 2:25
abhijit1234519-Jun-09 2:25 
QuestionRe: multiple language problem with access database Pin
Eddy Vluggen19-Jun-09 3:16
professionalEddy Vluggen19-Jun-09 3:16 
GeneralSQL Server Search Critiera.................... Pin
Isaac Gordon18-Jun-09 19:18
Isaac Gordon18-Jun-09 19:18 
GeneralRe: SQL Server Search Critiera.................... Pin
_Damian S_18-Jun-09 19:47
professional_Damian S_18-Jun-09 19:47 
GeneralRe: SQL Server Search Critiera.................... Pin
Isaac Gordon18-Jun-09 20:05
Isaac Gordon18-Jun-09 20:05 
GeneralRe: SQL Server Search Critiera.................... Pin
Ashfield18-Jun-09 21:22
Ashfield18-Jun-09 21:22 
GeneralRe: SQL Server Search Critiera.................... Pin
Isaac Gordon19-Jun-09 0:06
Isaac Gordon19-Jun-09 0:06 
GeneralRe: SQL Server Search Critiera.................... Pin
Ashfield19-Jun-09 5:14
Ashfield19-Jun-09 5:14 
GeneralRe: SQL Server Search Critiera.................... Pin
Isaac Gordon19-Jun-09 21:16
Isaac Gordon19-Jun-09 21:16 
GeneralRe: SQL Server Search Critiera.................... Pin
Ashfield20-Jun-09 6:22
Ashfield20-Jun-09 6:22 
GeneralRe: SQL Server Search Critiera.................... Pin
Niladri_Biswas25-Jun-09 16:38
Niladri_Biswas25-Jun-09 16:38 

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.