Viewing 9 posts - 1 through 9 (of 9 total)
Works Great!!!:cool: Thanks much MickyT!!!
now one more step. :w00t:
i need the converted date to be in the format: yyyy-mm-ddThh:mm:ss.mmm
i found this using google:
SELECT convert(varchar, getdate(), 126)
but still trying to...
August 2, 2013 at 11:40 am
aslo i forgot to say that i am using SQL2005 so the VALUES heyword seem to be a problem in that version. WHat would be the equivalent code for SQL2005?
thanks...
August 1, 2013 at 11:35 am
Sorry i meant Micky 🙂
thanks in advance
August 1, 2013 at 6:47 am
Sean: dont know my friend. I was still trying to find more infos about the Timestamp_ID.
Thanks for the hints Lowell!
Chris, i think thats what i needed my friend!. Now...
August 1, 2013 at 6:28 am
Very interesting. After diggin a litle more into that SQL database i found that the 2 user defined function i attached on my first post are being called by a...
July 30, 2013 at 3:13 pm
That column is the tIME STAMP (date and time) that a sample of a reading have been taken. I just genertaed insert statement for the first few rows because that...
July 30, 2013 at 9:48 am
Sorry for the delay. I had to figure out how to generate insert statements for existing database here what i got:
USE [SMS_AR_Report];
SET NOCOUNT ON;
SET XACT_ABORT ON;
GO
BEGIN TRANSACTION;
INSERT INTO [dbo].[HST_Currents]([Timestamp_ID], [Device_ID],...
July 30, 2013 at 9:28 am
Hi
thanks for the reply. I checkd the link in your signature and, am sorry to say that i dont understand how to do that.
I am working on an existing SQL...
July 30, 2013 at 8:34 am
Viewing 9 posts - 1 through 9 (of 9 total)