Viewing 4 posts - 1 through 4 (of 4 total)
Well, I'd just like to say,even before I get to put these suggestions into action, that you folks are amazing, I have used dialup bulletin boards, which gives...
October 14, 2006 at 3:19 pm
Plague away 😉
it contains both date and time, there is a script that churns away every 15 minutes and updates it with data from multiple servers. The...
October 13, 2006 at 11:43 am
CREATE TABLE [citrixlog] (
[TimeGenerated] [datetime] NULL ,
[GeneratedYear] [varchar] (255) COLLATE Finnish_Swedish_CI_AS NULL ,
[GeneratedDay] [varchar] (255) COLLATE Finnish_Swedish_CI_AS NULL ,
[GeneratedMon] [varchar] (255) COLLATE Finnish_Swedish_CI_AS NULL ,
[GeneratedHour] [varchar] (255) COLLATE Finnish_Swedish_CI_AS NULL...
October 13, 2006 at 12:45 am
no the hours minutes etc are already split out.
aaaah...separate views sounds smart.....
what I was wandering if some smart case statement might work....(we'll ignore the minutes issue for now 😉
pseudo...
October 12, 2006 at 11:44 am
Viewing 4 posts - 1 through 4 (of 4 total)