Viewing 15 posts - 136 through 150 (of 440 total)
Hi
You need to create Linked servers to access Oracle data from SQL Server.
April 7, 2009 at 10:35 am
I did the similar thing. Just copied the table structures and T-SQL objects and there were no issues. But instead of copying it would be better to re-design the sps....
April 7, 2009 at 10:33 am
I am going in circles in circles in this thread...:blink:
April 7, 2009 at 10:00 am
April 7, 2009 at 9:52 am
Linda hammell (4/6/2009)
April 7, 2009 at 9:30 am
J-F Bergeron (4/7/2009)
April 7, 2009 at 8:04 am
AFIFM (4/6/2009)
I need help with the SQL query to comare two tables in two seperate databases on the same server. The tables have FirstName, LatName and Email as common fields.
When...
April 7, 2009 at 8:00 am
Is there any way that we can find out the Cross-Join can happen? with out looking at the data just by lookin at the SQL?
April 7, 2009 at 7:52 am
Hi
Sample data is very much required like "what is the input" and "what is the out put" you are looking for. 🙂
April 6, 2009 at 2:37 pm
Simple terms you can't magic tables in any kind of dynamic queries.
April 6, 2009 at 10:33 am
Hi
You want to do this in SQL statement or with the help of T-SQL?
April 6, 2009 at 10:29 am
Hi
Could you please provide table structures.
If you want to convert rows into columns then you can try out PIVOT.
April 6, 2009 at 10:24 am
Hi
Thank you guys for giving so many valuable links..
April 6, 2009 at 10:23 am
Viewing 15 posts - 136 through 150 (of 440 total)