Viewing 15 posts - 1 through 15 (of 23 total)
Below is the stored procedure that I am using to pull the data. You will see that I am currently using row_num to do the chunking. Could I use bcp...
August 17, 2011 at 9:47 am
Ok. I have uploaded the current execution plan and the index and table definition. I appeeciate any help. Like I said in the previous post if I only use the...
July 15, 2011 at 1:54 pm
Here is the function that is being used:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER FUNCTION [dbo].[DelimitedSplit]
--===== Define I/O parameters
(@pString VARCHAR(8000), @pDelimiter CHAR(1))
RETURNS TABLE...
July 15, 2011 at 1:25 pm
Nothing peculiar at all in the job history. It actually has failed 2 days in a row now. Then we restart it and it works fine. Could it possibly be...
April 20, 2011 at 6:33 am
It is being ran through a SQL Server Agent job. I can re-run through BIDS put I can't re-create the error. I received it last night and restarted the job...
April 20, 2011 at 6:22 am
I mean SSIS Pacakge, I apologize. The error log does not state was task generated the error and yes this was the only error I received.
April 20, 2011 at 6:01 am
That was it. Thank you very much.
March 16, 2011 at 4:23 pm
Can I create a SSIS Pacakge that willl run a Stored proc that I can pass parameters to? Thanks
October 18, 2010 at 1:45 pm
I will take a look at the link. Thank you
October 18, 2010 at 10:46 am
Thank You. I will get back with all of your answers. For starters it is a physical box and it has 128GB of RAM.
October 15, 2010 at 1:56 pm
Any idea how this could be accomplished in Sharepoint? Sharepoint is where the reports are being ran from. Thanks.
August 27, 2010 at 1:02 pm
Ok, so I was able to show/hide the objects in the page header. Is there a way to not export the page header when I export to excel? Even if...
August 16, 2010 at 9:42 am
Am I able to do this with the entire page header, if so do you know what the visibilty property of the page header is?
August 16, 2010 at 8:56 am
I would never hit the 1 million row count limit. I am just trying to find a way to export this data to excel or .csv. Thanks
August 12, 2010 at 12:31 pm
Viewing 15 posts - 1 through 15 (of 23 total)