Viewing 15 posts - 91 through 105 (of 173 total)
SSIS.COM (8/10/2010)
I have created a view joining sysjobs, sysjobhistory, sysjobactivity tables to log the execution of jobs running through SQL server agent. But it looks like the records in sysjobactivity...
August 10, 2010 at 11:41 pm
pat-261672 (11/21/2007)
I am trying to set up job to run ssis package on 64 bit SQL 2005 EM. but it errrors out and gives me following error:
Message
Executed as user:...
August 10, 2010 at 11:30 pm
yep, that's what I figured. It's formatted properly in notepad. Thanks for taking a look.
August 10, 2010 at 2:41 pm
Excel
August 10, 2010 at 2:02 pm
Thanks to all of you for your help. The solution is simple and it's an SSIS best practice as well. "Use SSIS Package Configuration". Basically at runtime my Data Sources...
August 4, 2010 at 3:26 pm
I followed the steps above but still got the same error.
August 4, 2010 at 1:22 pm
djciko,
Were you about to execute this package? If not, what error message(s) are you still getting?
August 4, 2010 at 12:36 pm
Clearly you have run into memory issues. What is your system setup configuration? Is this a stand-alone SSIS installation? Are other SQL components sharing the system resources? How much data...
August 4, 2010 at 12:31 pm
1) No, I am not using configuration files with my package. My Data Sources are defined at the project level and added to each package.
2) Yes, the package is...
August 4, 2010 at 12:07 pm
Thanks for all of your inputs -- it's really appreciated. EJ, I reviewed the links you shared and found a solution that works. Basically I am using the File System...
July 28, 2010 at 6:51 pm
I know.
I have not used the Compact edition much but never knew there were differences in syntax...very interesting.
July 27, 2010 at 4:38 pm
You are right jvanderberg, it is the syntax for SQL Server Compact.
Thanks for taking a look.
July 27, 2010 at 2:06 pm
You are right, Fraggle. The syntax ALTER TABLE table_name ADD CONSTRAINT DF_constraint_name DEFAULT('hello') FOR column_name works perfectly. I was just wondering why the BOL syntax was giving that error.
Thanks
July 27, 2010 at 8:26 am
Viewing 15 posts - 91 through 105 (of 173 total)