Viewing 4 posts - 61 through 64 (of 64 total)
Thanks in advance for your help.
StmtText
----------------
Set NoExec on
(1 row(s) affected)
StmtText
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SELECT pi.PropertyAddressState AS STATE,
p.POPCY,
p.POPDIF90CY,
p.ZIP,
p.ZIPNAME AS CITY
FROM ReplyREI.dbo.Reply_PropertyInformation As pi
RIGHT...
June 28, 2006 at 12:59 pm
I returns millions of rows. I have another proc that narrows down the server further, but I wasn't sure about the join..
June 28, 2006 at 12:51 pm
I've added the union all and just wanted to make sure I had the syntax right for the select
AND tlq.time_frame_id IN (select val from @args)
Thanks for your help!!
alter ...
June 27, 2006 at 4:51 pm
4 TB for everything including backups.
Our total data is about 150 gig to date, but I want to make sure I have enough space every where..
I read some articles...
May 2, 2006 at 4:27 pm
Viewing 4 posts - 61 through 64 (of 64 total)