Viewing 15 posts - 31 through 45 (of 48 total)
as a first step i fixed the loop, used variable for count. I tried before(and failed) and will try again to use row_number, and will also try the load into...
July 22, 2013 at 2:05 pm
Thank you so much(when i compare my attempts to your reply its sad.), in the future i will include the data...Again thank you for the introduction to XML(and STUFF)...
July 11, 2013 at 1:52 pm
Thank you very much, and that article is very helpful...may i ask one more bit of advice form you?
select FilemakerID,
STUFF((select ',' + cast(Courseid as varchar(10))
from...
July 11, 2013 at 1:24 pm
Thanks folks,
i am looking into those things, one thing I noticed is that in the UNION, two like table(different countries) have different clustered indexes, could that effect performance? the...
June 27, 2013 at 5:14 pm
Thanks folks,
i am looking into those things, one thing I noticed is that in the join, two likes table(different countries) have different indexes, could that effect performance? should the indexes...
June 27, 2013 at 1:47 pm
Thanks, is there any relevance to the issue of it taking so long as a SP vs running it in QA?
June 27, 2013 at 12:54 pm
Thanks, Unfortunately this import works with 20+ other imports so they need to be the same.
i was ale to tweak the import code with
cast(duration as char(8) charset utf8)...
June 6, 2013 at 12:25 pm
really appreciate your help. This code was written 10 years ago....and i am a little new to coding.
SELECT DATEADD(mm, DATEDIFF(mm, 0, CONVERT(DATETIME, '20121130', 112)), 0) MonthStart ) CM
ON calldate >=...
May 7, 2013 at 2:13 pm
I now need to turn this into a insert statement, calls_key a the primary key and i'm getting a new error on that issue. Can you help on that?
Thank you
SET...
December 29, 2012 at 11:46 am
i figured it out...Thank you for your assistance...
December 29, 2012 at 10:36 am
Sorry, The EMP table is not on a linked server, it is a SQL table in the Local database..
does that explain the error ' ambiguous column name 'ext'
December 29, 2012 at 10:32 am
Very grateful for your input!! thank you.
December 29, 2012 at 10:02 am
Viewing 15 posts - 31 through 45 (of 48 total)