Viewing 15 posts - 16 through 30 (of 38 total)
I will post it, but which tags to use? They are all code, this is delimited text strings.
In the interest of getting things done....
"|CALL_END |22 ...
June 29, 2012 at 7:07 pm
Ha! No fear. OK, maybe a little bit. I modified the select, sorted out my tables, did some messing around and found only one problem. It all...
June 29, 2012 at 6:53 pm
Lynn and Craig,
Sitting in traffic gives you pause for thought and time to think. I omitted the fact that SYSLOG gets all the syslog data from the gateway (mostly...
June 29, 2012 at 6:22 pm
You beat me to it. I was modifying your script to create the date/time pieces of the puzzle. I have added the details of the other table since...
June 29, 2012 at 2:16 pm
All, just so you know this is not a waste of your time, I work for an energy company. CDR is important because in the event of a gas...
June 29, 2012 at 2:07 pm
Craig,
I don't know what to say. Brilliant explanation. If you could see my code you would know why I understand RBAR:-) There are really only two tables...
June 29, 2012 at 2:01 pm
Yes, it does work. I think I get the picture. Use the script to put the data into dbo.CDR directly, dump all my useless code, and have access...
June 29, 2012 at 1:51 pm
Yes, it does work. I think I get the picture. Use the script to put the data into dbo.CDR directly, dump all my useless code, and have access...
June 29, 2012 at 1:49 pm
Lynn, you have me at a disadvantage. RBAR I understand, a set of data I sort of understand, but I'm old school SQL. I'm assuming that by "set...
June 29, 2012 at 1:42 pm
Lynn,
It came back with 1024 as the max length.
Rob
June 29, 2012 at 1:37 pm
Lynn,
Coffee not working. Forgot to paste the SQL in:-/
USE [SYSLOG]
GO
/****** Object: Table [dbo].[Syslogd] Script Date: 06/29/2012 14:23:29 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Syslogd](
[MsgDate] [date]...
June 29, 2012 at 1:30 pm
I assume you are looking for this. The table is being updated by the syslog service so the names ar based on what syslog required. Not pretty but...
June 29, 2012 at 1:27 pm
Lynn,
How am I going to process each record without looping through? For/Next? Next n? you have to iterate somehow, right?
Rob
June 29, 2012 at 1:20 pm
Bill, I'm sorry, I was not ignoring you, I was trying to figure out if I could use that function. There are 45 separate fields once the string is...
June 29, 2012 at 1:16 pm
Lynn, you have don more than enough. I need to keep reading, but I get the general principle, and I think you can see why CDR processing can be...
June 29, 2012 at 1:06 pm
Viewing 15 posts - 16 through 30 (of 38 total)