Viewing 7 posts - 31 through 38 (of 38 total)
Lynn, I am sufficiently humbled. That looks exactly as it does in my VBA string (apart from the returned data has the whole string in the first column.
So, MsgDate...
June 29, 2012 at 12:57 pm
Lynn, thanks for all the help. I'm getting the idea. As for splitting the field that contains "UTC" SQL does not know what to do with it,...
June 29, 2012 at 12:14 pm
Lynn,
Clumn names are here for the working dbo_CDR table I'm using now.
[call_status]
,[channel_num]
,[sipcall_ident]
...
June 29, 2012 at 12:01 pm
Lynn, I did not import the data, it is written to a table via a database connection from the syslog server, which is a table with 5 columns (since I'm...
June 29, 2012 at 11:53 am
I guess I'm in the wrong forum. The string is in a column. I have to split that srting into the necessary fields/data, and manipulate it so it...
June 29, 2012 at 11:30 am
The data is IN a table already. I got creative. The Mediant 2000 IP telephony gateway uses syslog to export the data. I used the KIWI syslog...
June 29, 2012 at 11:16 am
Thanks Lynn. The bulk insert works great AFTER I have processed the data. Here is an example of the CDR raw text data to give you an idea...
June 29, 2012 at 11:04 am
Viewing 7 posts - 31 through 38 (of 38 total)