Viewing 15 posts - 1 through 15 (of 20 total)
ZZartin (12/10/2015)
sql84 (12/10/2015)
I would if I could but the requirement is to get all the columns.
Have you tried it? If it's faster you can always take that to whoever...
December 10, 2015 at 4:26 pm
Jason A. Long (12/10/2015)
sql84 (12/10/2015)
the only purpose of this table to be used by a reporting tool. this table is...
December 10, 2015 at 4:20 pm
I would if I could but the requirement is to get all the columns.
December 10, 2015 at 3:50 pm
Awesome.. Thanks!
September 25, 2014 at 3:01 pm
'Lookup' didn't work as I couldn't figure out how to use parameters in 'lookup'. but I was able to get the result by using 'Merge Join' and 'Conditional Split' 🙂
September 25, 2014 at 8:58 am
let's say there are 30 tables in server2 like TableB and 30 tables in server1 like TableC.
let me map it.
server2-------------server1
TableB--------------TableC-----same columns
TableD--------------TableE----same columns
TableF--------------TableG----samecolumn
say there is one table in server 1...
September 24, 2014 at 1:28 pm
thanks for the response Phil, I have added some more details in the original post. unfortunately I wont be able to achieve this task with a simple join. and if...
September 24, 2014 at 8:09 am
Steve, i was just editing my post. Linked server are too slow for this task as we are dealing with a huge table in Oracle side. and yes i was...
September 23, 2014 at 8:12 pm
thank you for the response steve, but i won't be able to do join since the tables are in different servers. sorry should ve mentioned it. i have edited my...
September 23, 2014 at 6:41 pm
thank you both for your input. i agree with ya'll, it is a weird table design. thing is this a derived table from 6 different tables. we could have done...
February 10, 2014 at 11:43 am
Thank you this is what i was looking for:-)
February 4, 2014 at 8:32 pm
thank you for the reply. may be i am a newbie which is why i couldnt get your query to work\. i tried to run it but it kept on...
February 1, 2014 at 11:14 am
thank you sean, it worked.
June 20, 2013 at 12:16 pm
sorry mark let me correct myself your query works jus fine and yes indeed it is a remarkable job for the information that I have provided. since you have already...
June 20, 2013 at 10:39 am
thank you for your effort but I get an error when I run the query
Msg 245, Level 16, State 1, Line 1
Conversion failed when converting the nvarchar value ' Enrollments'...
June 20, 2013 at 10:09 am
Viewing 15 posts - 1 through 15 (of 20 total)