Viewing 15 posts - 9,571 through 9,585 (of 26,489 total)
CELKO (9/13/2012)
You see that bit of text on the left, under the username - It says Forum Newbie.
Which is why I took the time to go into details with...
September 13, 2012 at 4:06 pm
CptCrusty1 (9/13/2012)
Here is why I asked, the sample data you posted above has 1 row where the Legal column has a "record" with 25 columns based on the column delimiter...
September 13, 2012 at 3:59 pm
Anybody have any ideas? I can't find much myself.
September 13, 2012 at 3:56 pm
Anybody have any ideas? I can't find much myself.
September 13, 2012 at 3:55 pm
Just so you know where my mind id currently going, even if it isn't the right direction:
with InitialData as (
select
InitData
from
(values
('1994-00000001|12/27/1993 12:00:00 AM|01/03/1994|SL|16|33|STATE TAX LIEN|2|:OPR:1169:250|TEXAS STATE OF|KFC...
September 13, 2012 at 3:45 pm
CptCrusty1 (9/13/2012)
September 13, 2012 at 3:40 pm
matt.newman (9/13/2012)
I actually got the additional help after reading off the post replies from here. I still don't have anything "rock solid" (to present or...
September 13, 2012 at 3:36 pm
ScottPletcher (9/13/2012)
Lynn Pettis (9/13/2012)
ScottPletcher (9/13/2012)
but if you are creating a table of product groups (<'BK','Books'>,<'SH','Shoes'>,<'BG','Bags'>) etc.. I would put an ID field on that and use that instead, otherwise if...
September 13, 2012 at 3:19 pm
I thought I better ask, you do know what DBA stands for don't you?
September 13, 2012 at 3:00 pm
Are there always 13 columns in the data for Legal? Looking at one of the data rows you provided it doesn't appear to be the case.
September 13, 2012 at 2:59 pm
CptCrusty1 (9/13/2012)
Doc Number|Document Date|Rec Date|Book|Vol|Page|Doc Type|# of Pages|Related|Grantor|Grantee|Legal|Amount|Image ID
1994-00000001|12/27/1993 12:00:00 AM|01/03/1994|SL|16|33|STATE TAX LIEN|2|:OPR:1169:250|TEXAS STATE OF|KFC NATIONAL MANAGEMENT CO|::::::::::::FOR RELEASE SEE OR VOL 1169 PG 250 2/23/94 ...
September 13, 2012 at 2:51 pm
ScottPletcher (9/13/2012)
but if you are creating a table of product groups (<'BK','Books'>,<'SH','Shoes'>,<'BG','Bags'>) etc.. I would put an ID field on that and use that instead, otherwise if someone decides they...
September 13, 2012 at 2:46 pm
CELKO (9/13/2012)
SQL ignores DISTINCT when specified in an IN/NOT IN subquery.
As an aside, some other SQLs have special optimizations for the IN (<expression list>) predicates. Most of the time,...
September 13, 2012 at 2:41 pm
Would really need to see some sample data (just a couple of rows that emulates the actual data) and the expected results based on that sample data.
From what you posted,...
September 13, 2012 at 2:38 pm
Viewing 15 posts - 9,571 through 9,585 (of 26,489 total)