Viewing 15 posts - 2,416 through 2,430 (of 2,484 total)
quote:
I have found that the error log will log the step name not the task name. Also, I can rename the...
December 16, 2002 at 3:04 pm
We don't rename the steps or tasks in our packages. Have found it best to leave well enough alone.
As for logging messages, we have seperate tables where "english" messages are...
December 15, 2002 at 7:19 pm
If the section header will remain the same, you can create a VBScript that will open a FileSystemObject on the INI file. Then scroll through the file till it finds...
December 10, 2002 at 5:49 pm
Good article. It's a pity Microsoft didn't think through the real-life development cycle for DTS packages.
FWIW, here's what I do with my packages. I pass the Server, database, userid, password,...
December 9, 2002 at 3:10 pm
quote:
Try importing all rows into a staging table, do your validation on the data base table, then only import the rows that...
December 9, 2002 at 4:50 am
Where are you running PerfMon, on the Server or remotely from another machine? I've encountered problems previously running PerfMon on the server itself. Although I was running to a log...
December 3, 2002 at 3:02 pm
Check out the redist.txt file on the SQL CD-ROM.
It'll show what files need to be copied and which files must be registered.
Thanks
Phill Carter
December 2, 2002 at 3:51 pm
To have a number with leading zeros you'll need to define the field as char or varchar.
Are the leading zeros required for a genuine business need, or just display purposes?...
December 2, 2002 at 3:47 pm
Rather than just Stand-by Servers, a forum more focused on all High Availabilty aspects of SQL Server would be more beneficial.
Thanks
Phill Carter
December 1, 2002 at 7:34 pm
Have you specified the correct username and password for the package logging parameters?
Thanks
Phill Carter
December 1, 2002 at 5:29 pm
Do you have any prompts or parameters that need to be entered? The package could be awaiting input.
What about the login used to execute the sp_OA procedures. Does it...
December 1, 2002 at 5:25 pm
Does the package run successfully if you run it via other methods? ie: EM or DTSRUNUI?
Thanks
Phill Carter
November 28, 2002 at 2:32 pm
Check out
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q269074
It gives some explanation about the security issues when running pacakges.
Thanks
Phill Carter
November 27, 2002 at 4:38 pm
quote:
DOuble check but I believe there is an SP for that built into msdb. No database online here right now so I...
November 27, 2002 at 4:33 pm
Check out "DTS Package Properties (Logging Tab)" in BOL, specifically the 'Fail package on first error' bit.
Thanks
Phill Carter
November 26, 2002 at 5:37 pm
Viewing 15 posts - 2,416 through 2,430 (of 2,484 total)