Viewing 15 posts - 1 through 15 (of 17 total)
I was able to resolve this issue by generating the DLL file using Visual Studio 2008, instead of Visual Studio 2010. I had to first install Visual Studio 2008,...
May 20, 2014 at 2:19 pm
As a follow up, I found that applying the RAISERROR will create a message in the queue with a status = 1, but does not automatically disable the queue, as...
April 28, 2014 at 1:20 pm
Thanks for your help. I was overthinking things and realized that all I had to do was temporarily apply a "SELECT 1/0" in my activation stored procedure and that...
April 18, 2014 at 5:10 pm
My personal desktop computer at work is running Windows 2008 as the OS. When I open SQL Server Management Studio and select Connect > Database Engine, I can connect...
February 26, 2014 at 11:40 am
Thanks Braindonor, I'll give that a try.
September 17, 2013 at 12:25 pm
Typing up the details of my issue helped me to see and resolve the problem. The page break was not set up correctly. Now a new page break...
February 7, 2013 at 4:59 pm
When you test the access by entering the UNC path to the SharePoint file in Windows Explorer, is that from your personal local computer or from the server where SSIS...
December 17, 2012 at 9:43 am
Yes, I meant to say "Team Foundation Server."
I was able to resolve this issue by applying "LocalHost" in place of the server name. Since the only thing that will...
November 26, 2012 at 5:37 pm
I was able to resolve this issue with a simple modification. The file being imported had a .csv extension and that was causing SSIS to interpret it as related...
September 5, 2012 at 2:05 pm
Lynn, I applied the steps you recommended, but when I reran the same two SQL statements afterward, the results were the same. No records were returned having a Notes...
August 27, 2012 at 5:11 pm
I ran the following query:
SELECT Notes
FROM Tasks_import
WHERE len(Notes) = 255
Then I copied and pasted several values from the Notes field results into NotePad and I could see that the sentences...
August 27, 2012 at 4:14 pm
🙂
August 21, 2012 at 12:50 pm
The process is now working. It turns out that I was applying the wrong variable for the destination in the File System Task nested in the Foreach Loop container....
August 21, 2012 at 12:49 pm
Yes, I set up the File System Task within the Foreach loop container as discussed in my previous message. I edited my response with this additional detail while you...
August 21, 2012 at 9:21 am
Okay, I applied those steps and within the Foreach Loop container set the Enumerator to 'Foreach ADO Enumerator', the ADO object source variable to 'user::vFileName' (the variable object being populated...
August 21, 2012 at 9:04 am
Viewing 15 posts - 1 through 15 (of 17 total)