Viewing 7 posts - 16 through 22 (of 22 total)
cjamt (11/11/2012)
November 11, 2012 at 4:18 pm
How is the UDF used? In a join or where clause predicate? Select list?
November 11, 2012 at 4:12 pm
You say Log Shipping is not going to work for obvious reasons (i.e. because you are in Simple). But I don't understandi your reasons for being in Simple in...
November 11, 2012 at 4:11 pm
The right way to fix this is figure out why you have long running transactions that are blocking reads. In the SQL Server world, we like to see short,...
November 11, 2012 at 4:01 pm
CONVERT/CAST or CASE it out in the select statment for the export.
January 28, 2011 at 3:04 pm
I don't know of a good argument just based on the amount of connections, applications, databases, etc. At RAM you likely will need many of the enterprise features as...
January 28, 2011 at 3:01 pm
Try wrapping your Oracle statement in BEGIN END. This will pass it off to the PL/SQL parser. I have had success doing this with a variety of strange...
January 27, 2011 at 1:31 am
Viewing 7 posts - 16 through 22 (of 22 total)