Viewing 15 posts - 16 through 30 (of 32 total)
Hi
I didn't find any direct solution for this situation.
My situation was, I want to display Reporting Services reports on Web Based Application (Report Viewer Control). And also to define a...
June 2, 2006 at 8:29 am
Hi Robert
First of all thank you for your reply..
I am running BI studio on the same server.
I am dealing with network files in the workflow, But I noticed the...
May 11, 2006 at 11:39 pm
Hi All
After going through some links and trying myself I understood that, ther is no easy and direct way to handle this situation..
But...
March 23, 2006 at 9:47 am
Hi Zia
You can try this
SELECT * FROM OPENQUERY(linkedserver, 'Exec pubs.dbo.SP_Get_rows')Table1
Here U r getting a Table instance(Table1)..This instance you can use for updating your real table.
Hope this will help you.
Regards
Agson C...
June 21, 2005 at 11:41 pm
Hi
You can try one more way...
Create an 'Execute SQL Task' for getting Source Table name
----------------------------------------------------------
Ex:- Select Source_Table from Table_Names
Store the out put in a Global Variable....
Create an 'ActiveX Script Task'...
June 21, 2005 at 11:19 pm
Nice Article..Very Helpful
I have a small doubt regarding the 'Print' Option provided in the article..I created a SQL DTS Package with an ActiveX Script Task(With a Print Statement).Then I...
June 10, 2005 at 12:23 am
Hi Phill Carter
Thanks for your suggestion..I will try it out..
Regards
Agson Chellakudam
May 31, 2005 at 1:28 am
Hi Yan
Hope below link will answer your question regarding 'dt_adduserobject'..
http://dbforums.com/archive/70/2002/03/4/331642
Regards
Agson C A
May 30, 2005 at 12:56 am
Hi All
At last this issue have been Solved!!..After installing Service Pack3(MS SQL 2000), this issue have been solved..
since I went for a long vacation..I couldn't post it...
Regards
Agson
May 27, 2005 at 10:23 am
Hi All
At last this issue have been Solved!!..After installing Service Pack3(MS SQL 2000), this issue have been solved..
since I went for a long vacation..I couldn't post it...
Regards
Agson
May 27, 2005 at 10:23 am
Hi Joseph
U r article is excellent!!!...
A small problem i noticed it, though it is working successfully, data getting appended with old data, so in effect SQL Excecute task is not dropping...
May 5, 2005 at 1:04 am
Thanks Calvin..
Actually I noticed one more thing..Small size(in Kbs) files are getting downloaded..But if I am trying to go for a large size file(2 to 3 Mbs), It is not happening!!!!
I...
April 8, 2005 at 12:43 am
Hi
I have faced the similar problem..But in that case 'select query was returning duplicate rows.
So I just given group by of all selected fields and the issue was solved
Agson...
March 31, 2005 at 7:03 am
Viewing 15 posts - 16 through 30 (of 32 total)