Viewing 15 posts - 16 through 30 (of 65 total)
Actually.. I'm usinig SQL2005 .. should have mentioned that...
When I ran your code got
Msg 207, Level 16, State 1, Line 1
Invalid column name 'URL'.
Msg 207, Level 16, State 1,...
January 12, 2011 at 4:04 pm
Yes.... I had tried that, but I was searching on a field containing data/time data, but the datatype it was set to was Varchar (30) .. which caused the search...
January 4, 2011 at 11:45 am
If I want to add a time parameter restriction criteria to this, being that the timedate fields are all Varchar types, how would I do that? For...
January 3, 2011 at 2:59 pm
Wow... so simple when you know how!
Thanks! .. and.. happy new year!
December 31, 2010 at 1:05 pm
AlexSQLForums (12/13/2010)
right click "my computer" select properties.go to Advanced tab select "Environment Variables"
In "User variable for yourlogin" click edit on TEMP and change to D drive location.
restart SSMS.
Thanks for the...
December 13, 2010 at 10:37 am
Is there a means to analyze the output from say a syslog output and determine the optimum data type and size the target SQL table fields should be?
December 7, 2010 at 1:22 pm
After reading your posts, realized I had not even set up Indexing on this database. I ran the SQL database tuner and turned indexing on for a couple of...
December 7, 2010 at 11:51 am
Yes... it does have one...
Thanks for the help
November 10, 2010 at 3:51 pm
I've been investigating this syslog parsing problem further, and noted using my HEXEditor that the field I need to have parsed (the MSGText field) is actually internally delimited with HEX...
November 4, 2010 at 11:43 am
It looks like this code combines the results of the first few columns and then parses them along with the last column (the MsgText http column) back out. I'm...
November 2, 2010 at 2:34 pm
The text file containing 50 records is attached.
Jeff Moden (11/2/2010)
November 2, 2010 at 12:28 pm
The data is an event log output from a Web Filter device. I collect the log using a KIWI Syslog server which populates the collected log directly into a...
November 2, 2010 at 8:38 am
Viewing 15 posts - 16 through 30 (of 65 total)