Viewing 15 posts - 616 through 630 (of 887 total)
stephen99999 (2/24/2012)
Would the SSIS for-each loop be faster (theoretically) ?
as for the 2nd sproc (xsp_run_sproc2), it accepts the parameter @value, gathers data from various tables based on @value,...
February 24, 2012 at 8:29 am
It's a little difficult to say, because we don't know exactly what that second proc is doing...but my somewhat generic advice would be the following:
I would re-write the second proc...
February 24, 2012 at 8:08 am
Griffster (2/22/2012)
February 22, 2012 at 11:00 am
imho 1000 is way too low...depending on available resources, it should be closer to 50,000 or even 100,000.
You will have to play around with these to get it right. Look...
February 22, 2012 at 8:28 am
HowardW (2/22/2012)
Also, it might be worth looking at...
February 22, 2012 at 8:18 am
Griffster (2/22/2012)
February 22, 2012 at 8:08 am
Griffster (2/22/2012)
February 22, 2012 at 7:12 am
My advice in this situation would be the following:
1. Make sure the delay is not at the source. To test this, remove the pipe between your source and destination and...
February 22, 2012 at 6:38 am
dshuler99 (2/21/2012)
This is my first post here at SQLServerCentral. I am trying to automate the backup of several files daily. After completing several tutorials, I have run into...
February 21, 2012 at 12:45 pm
sqlcentral2 (2/21/2012)
march to dec
i would get
march - 3
april-4
........
till december...
February 21, 2012 at 12:29 pm
Daniel Bowlin (2/21/2012)
February 21, 2012 at 11:05 am
Martin Thomas-357229 (2/15/2012)
I have attached a screenshot with some dummy data in it to show the layout I have gone for where the vertical...
February 15, 2012 at 7:49 am
Thanks for the feedback. Pity you are not using SSRS 2008, because strip lines (in 2008) would have made it so much easier.
If possible, could you please post a screenshot...
February 15, 2012 at 7:32 am
Viewing 15 posts - 616 through 630 (of 887 total)