Viewing 15 posts - 1 through 15 (of 72 total)
Hi,
After going through so much, the main problem was with the Flat File Destination task. It was getting the file from one of the drive (F:\\). Internally, it was working...
November 22, 2010 at 1:19 pm
Ok, i installed IS with the WorkStations. The package now runs fine from the Integration Services. Before, this was errored out.
Now, when I try to run this package from the...
November 22, 2010 at 9:43 am
I installed the Sql Server 2005 Developer Edition 64-bit. All i installed was the Work Station Components, Books online and Development tools. Do i need to check the Integration Services...
November 22, 2010 at 7:26 am
Hi,
I did find one thing when i ran the package from the integration services. Here, I can see the detailed error message..should have done this earlier.
Error: The product level is...
November 21, 2010 at 10:25 am
Hi,
I changed the protection level of the package in BIDS as EncryptSensitivewithPassword. Upon saving the package, it asked me to enter a new password. When I imported this package in...
November 20, 2010 at 9:04 am
Yes, when i execute this package from the agent, then after 4 seconds, it stops with with the error message i provided above. Thats the error message i get when...
November 19, 2010 at 8:54 am
Here is what i ended up doing.
Since there would atleast one file uploaded everyday, before i call my routine, i have another package that wipes out the files from this...
November 11, 2010 at 10:14 am
Hi Phil,
Thanks for the reply. But this folder has files from every day, so there would be a lot. How would i rename the particular file that i want?
November 11, 2010 at 8:37 am
Hi Grant,
Will it be good to join back to the file using Address info? Sometime, the address could be the same for 2 dealers.
I tried adding a variable to hold...
August 4, 2010 at 8:05 am
Hi,
Thanks for your reply. I tired using OUTPUT clause but not sure how to get the DealerId. Below is my query.
CREATE TABLE #tAddress
(
AddressId INT IDENTITY(1,1),
AddressId varchar(255),
City varchar(255),
StateId int,
PostalCode varchar(50),
CountryId int
)
DECLARE...
August 3, 2010 at 2:57 pm
Table structure:
CREATE TABLE [dbo].[Customers_monthly](
[Intuitive] [nvarchar](5) NULL,
[Intuitive Cust ID] [nvarchar](255) NULL,
[Solomons] [nvarchar](5) NULL,
[Solomons Cust ID] [nvarchar](255) NULL,
[COMPANY] [nvarchar](255) NULL,
[Contact Title] [nvarchar](255) NULL,
[Salutation] [nvarchar](255) NULL,
[First Name] [nvarchar](255) NULL,
[Last Name] [nvarchar](255) NULL,
[Gender] [nvarchar](255)...
July 2, 2010 at 8:21 am
I have tweaked my query and now it works. I am sorry if this has become redundant. Also, could you point out if I am allowing sql injection anywhere on...
July 2, 2010 at 7:34 am
Never mind...i changed the INNER JOIN to BillingHistory to LEFT JOIN..it seems like there were no match..but now its working. I will check the data but this is great stuff....
May 19, 2010 at 7:22 am
Hey Lowell,
I don't get any result when I run this view.
WITH cte AS
(
SELECT c.ClientCenterId AS DealerNo,
...
May 19, 2010 at 7:14 am
Viewing 15 posts - 1 through 15 (of 72 total)