Viewing 13 posts - 1 through 13 (of 13 total)
Dude,
Right now I have that method only. Is there anyother way we can accomplish that task. The reason is even I create the database dynamically in the procedure (as part...
March 5, 2003 at 2:04 pm
Greg,
Thanks. I got the solution.
This is the command to be added to attach files.
EXEC @hr = sp_OAMethod @iMsg, 'AddAttachment', @Err out,'C:\temp_ip.txt'
November 12, 2002 at 2:11 pm
Greg,
When I clicked on the link , it is not taking me to the TOPIC. Can you just post me the reply.
Thanks
November 12, 2002 at 1:16 pm
I finally found the solution for this. It is explained very clearly in
Microsoft Knowledge Base Article - Q298725
Here is the breif explanation and resolution
SYMPTOMS
A Data Transformation Services (DTS) package...
October 30, 2002 at 7:09 am
This is the error message i am getting when i try to run the package from SQL job
Error Detail Records: Error: -2147220482 (800403FE);...
October 29, 2002 at 12:19 pm
Here is the Continuation of the question.
The above code works fine when i run it from DTS package. But when I call the same DTS package from a Job ,...
October 29, 2002 at 11:55 am
Hi Dude,
Check this site, it worked for me...you can execute the DTS package from a stored procedure using OLE Stored Procedures.
October 22, 2002 at 1:41 pm
Hi Klaas,
I am using a Partioned view and if you look in detail part of the primary key column f1 got a check constraint in it. As for Microsoft the...
October 18, 2002 at 9:50 am
Hi Klas,
That is true, i want to know why query optimizer is not choosing the query plan to go and collect data only from Northwind when it is a composite...
October 17, 2002 at 7:09 am
Please look in to this code
Use Pubs
Go
Create table Balaji ( f1 int not null Primary key, f2 varchar(10) Not Null)
Go
Create table Balaji2 ( f1 int not null , f2 int...
October 16, 2002 at 12:55 pm
OOPs ....Typo error . Disregard the previous one. Look in to this. Thanks
Use Pubs
Go
Create table Balaji ( f1 int not null Primary key, f2 varchar(10) Not Null)
Go
Create table Balaji2 (...
October 16, 2002 at 12:13 pm
Viewing 13 posts - 1 through 13 (of 13 total)