Viewing 6 posts - 1 through 7 (of 7 total)
Thanks again for your help.
I get the following error with the SQL statement:
Msg 241, Level 16, State 1, Line 1
Conversion failed when converting datetime from character string.
I know how to...
March 3, 2008 at 4:32 am
Thanks John
I know what you mean am going to try and merge the data, without breaking the current system
2006-05-18 00:00:00.0002006-05-22 00:00:00.000
2006-04-13 00:00:00.0002006-04-13 00:00:00.000
2006-05-19 00:00:00.0002006-05-19 00:00:00.000
2006-09-20 00:00:00.0002006-09-20 00:00:00.000
2006-04-12 00:00:00.0002006-04-13 00:00:00.000
2006-04-19 00:00:00.0002006-04-19...
February 29, 2008 at 8:58 am
Thanks so far, given me some ideas, though that last one didn't work only brought out records that have the startdate as today, but I need to get records whose...
February 29, 2008 at 8:50 am
John...
Its an old system I inherited and for one reason or another cannot be changed much, but working on that. It was so a user can enter their own dates...
February 29, 2008 at 8:30 am
Do you have the option to change the view so that it gives
Yeah I have the option to do this, not something I've ever to do before.
February 29, 2008 at 8:26 am
I can do, not help much they are just simple SELECT statements, they are only in views for security reasons.
tblStaffList
CREATE VIEW [dbo].[vwStaffList]
AS
SELECT StaffID, StaffName, StaffInitials, StaffEmail,...
February 29, 2008 at 8:22 am
Viewing 6 posts - 1 through 7 (of 7 total)