Viewing 15 posts - 31 through 45 (of 133 total)
You mentioned you had the 64-bit version of java installed. Can you install the 32-bit version alongside the 64? My suspicion is if you are running a 32-bit package it...
November 15, 2010 at 9:21 am
We are going to have to wring more info out of you to figure out whats up.
1. Your url should be pointing to the report server's catalog, which is typically...
November 12, 2010 at 1:39 pm
Read about David Ziffer's recent approach to this problem here -
http://www.sqlservercentral.com/articles/software+development/71275/
Probably one of the more clever ways to do it, in my opinion. However, I wouldn't be...
November 12, 2010 at 7:17 am
Hmm, try forcing the package to run as 32-bit by calling the ssis package using the 32-bit dtexec, by default located at -
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\DTExecUI.exe
See if that works.
November 12, 2010 at 7:08 am
This sounds like a homework question... but...
In your cube processing you are likely executing regular sql queries against underlying relational tables to compute aggregates, etc for the cube. So...
November 12, 2010 at 6:17 am
Yea, had to face the same dillemma at my workplace, and you would be surprised how much proprietary versions of both mysql and postgres cost. If you are weighing between...
November 12, 2010 at 6:01 am
Did the script work on the 32-bit machine it was created on? I suspect 32-bit incompatibility, but have you verified that the machine running the ssis package has java installed...
November 12, 2010 at 5:53 am
Sounds like the cores are hyperthreaded.
Which brings up a tangent of mine - I have heard that it is "best practice" to disable hyperthreading on a windows server running...
November 11, 2010 at 5:36 am
Might wanna talk to an Oracle forum about that one, as this is SQL SERVER central...
November 10, 2010 at 1:16 pm
the "catalog" table contains the reports. If you are concerned certain reports or elements didnt migrate, i suppose you could compare that table to the table on the old server...
November 4, 2010 at 2:15 pm
I dont believe there any incompatibilities in a report definition itself. The elements that might arise as incompatibilities are any additional modules used (.dll files), or any sql query that...
November 4, 2010 at 1:40 pm
I know you can trace to see what degree of parallelism is being used; it is an event. As far as which partition is used, I thin the event data...
October 29, 2010 at 12:35 pm
Looks like the culprit isn't the foreign key as much as the fact that your update gets an exclusive lock on table1 and holds it for the duration of the...
October 28, 2010 at 9:44 am
azadsale (10/27/2010)
I appreciate your solution.But you said that perhaps shorten the duration of log backup.will it help.will i get more trn files but of small sizes.
Right - If you have...
October 28, 2010 at 6:14 am
Viewing 15 posts - 31 through 45 (of 133 total)