Viewing 11 posts - 61 through 71 (of 71 total)
I have experience with T-SQL..and any idea when the exams will be out for R2?
December 6, 2011 at 11:02 am
Thank you for the reply guys..I really appreciate that..I have got the result using following query:
SELECT 0,
lev01.CHILD_ID id_01,
lev02.CHILD_ID id_02,
lev03.CHILD_ID id_03,
lev04.CHILD_ID id_04,
lev05.CHILD_ID id_05
FROM PEGGING lev01
LEFT OUTER JOIN PEGGING lev02 ON lev01.CHILD_ID...
October 15, 2011 at 2:42 am
its the AdventureWorksDW..FactInternetSales table with 60000 records..
I just learned from someone that BULK insert cannot be used to dump data from Raw file to SQL tables..is it really like that?...
August 2, 2011 at 11:05 pm
Following expression worked at last..
(DT_I4) SUBSTRING( WEEK,5,2) >=1 && (DT_I4) SUBSTRING( WEEK,5,2) <= 17 ? (DT_I4) (SUBSTRING( WEEK,5,2))+ 35 : (DT_I4) (SUBSTRING( WEEK,5,2))-17
Thanks Deepak
July 30, 2011 at 10:56 am
Thank you guys for your help and Jeff Moden for ultra-extraordinary explanation of the basics of asking questions in forums..I was completely unaware of that..That was really helpful..I appreciate that..was...
July 24, 2011 at 11:41 am
Thanks a lot mate....that was the perfect solution I was looking for..Thanks a lot mate..You are the savior 😀
July 8, 2011 at 11:26 am
Guys..after lots of hrs of convincing mgt..I got the permission to exec stored procedures..so using Dynamic SQL now 🙂
Thanks a lot to everyone for their help..I appreciate that 🙂
July 2, 2011 at 10:36 am
I am currently workin as a TEMP in my company..and only permanent guys can execute a proc 🙁
July 1, 2011 at 10:21 pm
Thank you so much guys.
Unfortunately, I am not allowed to use EXECUTE or SP_EXECUTESQL statements on the db. So, is there any other way?
July 1, 2011 at 9:09 pm
Guys..what is your opinion about indexes..as per my knowledge indexes are heavily used in OLAP..but I generally disable the indexes before loading new data and again enable them back after...
June 4, 2011 at 12:13 pm
Thanks mate..thats an excellent solution using pure SQL..thanks again 🙂
May 31, 2011 at 10:40 am
Viewing 11 posts - 61 through 71 (of 71 total)