Tagged Questions

1
vote
1answer
42 views

Crystal Reports with SQL Server 2005: Setting Transaction Isolation Level

Is there a way to specify the transaction isolation level when Crystal Reports queries a SQL Server 2005 database without resorting to any of the following: Encapsulating the rep …
0
votes
1answer
22 views

mySQL - Set isolation level using PHP’s mysqli

How do I set the isolation level of a transaction to 'SERIALIZABLE' in PHP using mysqli? I have looked everywhere and I can't find any information on it. Here is an explanation of …
0
votes
3answers
76 views

SQL Server Isolation Levels - Repeatable Read

Hello I'm having problems getting my head round why this is happening. Pretty sure I understand the theory, but something else must be going on that I don't see. Table A has the …
0
votes
4answers
71 views

How may I change the default TRANSACTION ISOLATION LEVEL in SQL Server 2005?

Hello All, I know the default TRANSACTION ISOLATION LEVEL in SQL Server is "read committed". If I want to change it to "READ UNCOMMITTED", how may i make this configuration chan …
0
votes
1answer
40 views

mysql isolation levels

I'm a bit confused by the documentation here. I have a transaction, which start transaction does some updates does some selects does some more updates commit I want my select …
3
votes
3answers
165 views

READ COMMITTED database isolation level in oracle

Hi there, I'm working on a web app connected to oracle. We have a table in oracle with a column "activated". Only one row can have this column set to 1 at any one time. To enfor …
0
votes
1answer
106 views

Are triggers executed with the current transaction isolation level?

Consider a table with 3 columns: ID (unique, taken from an Oracle sequence), CATEGORY and CODE (no constraints on these last two). Each category has multiple codes attached to it, …
1
vote
1answer
338 views

Default SQL Server IsolationLevel Changes

Hi. we have a customer that's been experiencing some blocking issues with our database application. We asked them to run a Blocked Process Report trace and the trace they gave us …
0
votes
1answer
55 views

Transaction isolation level on an oledb-connection

I have an oledb-connection from clickview to a sql2005-server and I would like this connection to use transaction isolation level of read uncommitted. My seconde choice would be t …
1
vote
1answer
230 views

Can I set the JDBC isolation level from a Tomcat Context?

I have a web application running in Tomcat 6, and I've managed to configure it to use the built-in DBCP connection pooling, and all is working very well, however I suspect it is ru …
0
votes
2answers
206 views

SQL Server snapshot isolation level issue

Hello everyone, I am studying snapshot isolation level of SQL Server 2008 from the below link. My confusion is, http://msdn.microsoft.com/en-us/library/ms173763.aspx It is ment …
1
vote
3answers
650 views

SQL Server table isolation level and lock issue

Hello everyone, For the same ADO.Net statement, I want to make sure my understanding of isolation level and lock is correct. In default SQL Server isolation level (read committe …
0
votes
4answers
128 views

ISOLATION levels in Transaction

Hi, I want to know that what is the best way to arrive at the isolation level of the transaction? This is a good link of the available ISOLATION levels. Blockquote It will be nic …
1
vote
4answers
243 views

Advice for minimizing locking on an append only table in MS SQL Server?

I'm writing some logging/auditing code that will be running in production (not just when errors are thrown or while developing). After reading Coding Horror's experiences with dea …
0
votes
1answer
81 views

When are shared read locks released?

When SQL Server Books online says that "Shared (S) locks on a resource are released as soon as the read operation completes, unless the transaction isolation level is set to repea …

1 2 next
15 30 50 per page