Viewing 15 posts - 2,131 through 2,145 (of 2,612 total)
Generally, splitting your data across as many read and write heads as possible will help performance.
You have to examine your hardware first though.
Remember RAID 5 causes an XOR operation when...
January 9, 2008 at 9:54 am
A database snapshot would be my first response as well, but you have not given enough information for us to help.
What do you intend to use the copy of the...
January 9, 2008 at 9:39 am
If your view is "SELECT * FROM MyTable" there is no performance difference using a view vs a table. The optimization engine will still continue to use indexes regardless...
January 8, 2008 at 8:13 am
The report being run is in the URL so it can be caught in IIS logging.
The smoothest approach I can think of now would be to add a web service...
January 4, 2008 at 11:59 am
During the pre-execute phase, objects cache information that they can. So, if you just have an OLEDB Source and a OLEDB Destination in your package the pre-execute is probably...
January 4, 2008 at 11:54 am
From a quick test, there seems to be no performance difference (as I suspected). I use named queries in the DSV for everything, even if I need the entire...
January 4, 2008 at 11:38 am
The File System Task is pretty simple to use. I am sure there are some detailed instructions if you search the web on how to copy a file using...
January 3, 2008 at 4:48 am
I looked through my old projects and came across the first one in which I had similar behavior. Unfortunately, my suggestion will not work for your situation.
My problem was...
January 2, 2008 at 1:03 pm
I have seen this before.
The ExecuteSQL task sees things happening in order.
You probably have the ResultSet property set to "None". So, SSIS executes the package and assumes it is...
January 2, 2008 at 11:52 am
I never said anything about being a hack or a cheat as being a bad thing.
And I freely admit that I don't always make the best use of my time.
Thanks...
January 2, 2008 at 11:44 am
Ok, call me a hack, but I have to do this a lot and I cheat.
In a new column on the spreadsheet, enter a formula like this:
="UPDATE MyTable SET MyValue='"...
January 2, 2008 at 6:18 am
Except for the whole "customizing by customer" (fight that with every ounce of energy you have - you will lose and end up doing it anyway, but fight it) I...
January 2, 2008 at 6:11 am
You can either add a SQL Command task to your control flow that deletes the data in the spreadsheet (just run a DELETE command like you would against any other...
January 2, 2008 at 6:07 am
You need the correct security in SSRS (making yourself an administrator will suffice for now). You also must be running the Enterprise Edition of Reporting Services.
December 28, 2007 at 6:20 am
Viewing 15 posts - 2,131 through 2,145 (of 2,612 total)