Viewing 15 posts - 61 through 75 (of 83 total)
yeah i know that i coudl just select what i want using WHERE but depending on what i am looking for, sometiem the query will time out.
I suppose i coudl...
May 5, 2005 at 9:05 am
well the problem is that from october 04 to may 05 we have accumulated about 3.2 million records and when it will usually timeout when i try to query it...
May 5, 2005 at 8:37 am
well it looks like when i say:
Select *
FROM tablename
WHERE datefield > '1/1/2005'
it acts as if i said:
Select *
FROM tablename
WHERE datefield >= '1/1/2005'
because the results include everything on 1/1/2005...
May 5, 2005 at 8:30 am
so in the from clause where you say tblgroups g, that is what tells the server that g is an alias for tblgroups?
April 26, 2005 at 2:08 pm
ron k -
when you say select g.name i assume g represents tblgroups?
and in the next line, the from clause you say from tblgroups g. why the g after the...
April 26, 2005 at 1:25 pm
wow that's weird - the second of my previous post didn't post. here's what i meant to say:
thanks everyone for your replies - that helps a lot but i do...
April 26, 2005 at 12:09 pm
thanks everyone for your replies - that helps a lot but i do have another question.
it will probably seem dumb but i am (sort of) new to the concept of...
April 26, 2005 at 9:11 am
hey thanks for your replies - Aaron - sorry i did nto mention that there is a PK field called UniqueID.
April 4, 2005 at 1:29 pm
yeah i have been able to run the DTS import with no problems so i woudl imagine it shoudl be fine.
March 30, 2005 at 7:39 am
that seems to have done the trick - thanks!
now one last trick - I am running this DTS package from a ColdFusion Template in a CFQUERY tag and i would...
March 29, 2005 at 12:02 pm
ok so i got an Execute SQL task runnign first which empties the staging table.
then it goes to a transform data task which inserts the text file contents into the...
March 29, 2005 at 10:36 am
thats a pretty cool trick. although when i ran it in QA it gave the following message:
Warning: The table 'erehab_data_temp' has been created but its maximum row size (39851) exceeds...
March 29, 2005 at 10:12 am
great! i will give that a try. one quick question though - is there a quick and easy way to dublicate a table structure into a new table with a...
March 28, 2005 at 10:31 am
that was it - i had the source file in the DTS set to a mapped drive on the server - i didnt realize it was specific to the machine...
March 24, 2005 at 2:29 pm
Viewing 15 posts - 61 through 75 (of 83 total)