Viewing 15 posts - 871 through 885 (of 2,486 total)
Now that's a much simpler alternative. The output from xp_cmdshell is streamed into a table.
Once the messages are there you can poke and prod them to work out what you...
August 31, 2005 at 1:28 am
Also, sample data and expected output is very helpful
August 30, 2005 at 11:04 pm
Without seeing how your package is setup, I'd say the most likely problem is to do with workflow. Fiddling with the workflow precedence during package execution can lead to a...
August 30, 2005 at 11:02 pm
August 30, 2005 at 2:17 am
Post the script in the Script Library so all can enjoy.
August 30, 2005 at 2:16 am
Ahh ... yes, missed that important bit of information in your original post.
In SQL 7, I think there is an option to output to a text file and I believe...
August 29, 2005 at 4:54 pm
From the dim dark annals of my brain, I think you need to add the table to the relationships page twice. Then you can link the relevant fields.
It's been ages...
August 29, 2005 at 1:51 am
You enable logging from the Logging tab of the Package Properties dialog. Just right-click on a blank space on the design panel and choose "Properties"
To get the logging detail take...
August 28, 2005 at 9:06 pm
Best solution is to enable DTS package logging. Then you'll be able to query the sysdtspackagelog and sysdtssteplog tables in the msdb database for specific error information.
August 28, 2005 at 4:24 pm
As you've stated deadlocks usually only occur if there are update activities. So there must be something else that is causing the locking. Maybe something on the client, or something extra...
August 28, 2005 at 12:11 am
Validation of parameters is provided by means of a drop-down list, as I've illustrated, prevention of null inputs and basic datatype mapping. To me this is not strange at all, that's like...
August 27, 2005 at 11:57 pm
The only way you'll be able to achieve that is with some VB.Net code, or an external .Net assembly.
I'm not sure this would solve your issue either. At what point...
August 27, 2005 at 3:32 am
As mentioned in my previous post, don't just set it to 2000, experiment with a range of values and see what gives you the best performance. On your hardware, a...
August 27, 2005 at 3:30 am
Do you have a nums table in your database? This is a general purpose table that has a single integer column with numbers increasing from 1 up to an abitrary...
August 26, 2005 at 9:46 am
A bit of your script here might help us help you
August 25, 2005 at 9:03 pm
Viewing 15 posts - 871 through 885 (of 2,486 total)