In case you do open a transaction using isolation level snapshot, make sure you do not disable connection pooling in the connection string (do not set ‘Pooling=false’). Otherwise, opening a connection after you opened and closed another one, you will receive an exception telling the transaction cannot be extended.
Month: February 2011
SQL Server Statistics Free Handbook
Free handbook by Holger Schmeling. See attaced file
DatePicker TwoWay-Binding CultureInfo
The sdk:DatePicker seems to have an issue when the value entered need to be bound back to the data container. When showing a value, the current culture info is used. When binding back, always en-US is used. Accordingly, entering the 31st of December fails to bind back, and the 3rd …