Hi at all,
I need help about an installation of SQLServer 2012 Web Edition Sp1.
It's first time that I use Web Edition so tu backup database I developed a .net console application that do Backup with SMO object of SQLServer.
Sometimes this procedure exit with backup error and all future backup tenative will throw an error exception that sound like other operation lock something and backup can't start.
I try to Kill process that is SUSPENDED and KILLED/ROLLABACK status, but that process never disappear.
I try to use Kill with statusonly to get information about rollback completion % but this percentage remain at 16% for a couple of days so I need to power off database server to resolve this issue, but it's a big problem for my production environment.
I used SQLServer from 2005 with Standard edition and I've never had problem like this.
Could you help me ?
Is it a know bug ? Is there a workaround to solve my problem ?
Thanks for help
I need help about an installation of SQLServer 2012 Web Edition Sp1.
It's first time that I use Web Edition so tu backup database I developed a .net console application that do Backup with SMO object of SQLServer.
Sometimes this procedure exit with backup error and all future backup tenative will throw an error exception that sound like other operation lock something and backup can't start.
I try to Kill process that is SUSPENDED and KILLED/ROLLABACK status, but that process never disappear.
I try to use Kill with statusonly to get information about rollback completion % but this percentage remain at 16% for a couple of days so I need to power off database server to resolve this issue, but it's a big problem for my production environment.
I used SQLServer from 2005 with Standard edition and I've never had problem like this.
Could you help me ?
Is it a know bug ? Is there a workaround to solve my problem ?
Thanks for help