-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
As per my project requirement i want to perform two operation
Password Change
Unlock Account(Only unlocking account, no password change!)
I want return success only if both the transactions succeeds. Say if password change succeeds and unlock fails i cannot send success or failure. So i want…
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
This is very common concept that truncate can not be rolled back. I always hear conversation between developer if truncate can be rolled back or not.
If you use TRANSACTIONS in your code, TRUNCATE can be rolled back. If there is no transaction is used and TRUNCATE operation is committed, it can not…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
A recent update to Xorg broke my desktop, which now looks like this: http://i.imgur.com/PbBxh.jpg
In short, the desktop background is not updating on the secondary display. (And if there is no secondary display, the primary display background stops updating.)
Looking into the history, I found that…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Issue
rpm rollback is not working with a set of repackaged rpms created in the last couple days, but does work with more recent ones.
[root@host1 repackage]# ls -l zsh-4.2.6-*
-rw-r--r-- 1 root root 1788283 Apr 10 2011 zsh-4.2.6-3.el5.i386.rpm
-rw-r--r-- 1 root root 1788691 Aug 18 04:38 zsh-4…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm not sure if this is the right way to ask this question, but here's basically what i'd like to do:
1.) Push a changeset to a site in IIS.
2.) Don't interrupt the users.
3.) Be able to roll back effortlessly.
So, there are a few things that I know have to happen:
1.) Out of Proc session - handled
2…
>>> More