Viewing 15 posts - 226 through 240 (of 1,048 total)
look in the snapshot log and/or the sql server logs, something is (or is not) happening as it should.
May 9, 2012 at 9:01 am
How big is the database? It could take a while to push the snapshot over there if its big, in which case you might want to just backup and restore...
May 9, 2012 at 8:54 am
I have never seen a case where permissions fail to 'stick' without someone or something intervening.
Having said that, being a member of the datareader/datawriter roles does not give execute permissions...
May 9, 2012 at 8:37 am
see my edit.
May 9, 2012 at 8:33 am
In earlier versions I used to reset the replinfo flag in sysobjects. But there may be a better (i.e. safer) way in 2008. I haven't had to do this...
May 9, 2012 at 8:18 am
Steve Jones - SSC Editor (5/9/2012)
Then this doesn't fit for you. Certainly once you reach a certain scale of server and application, this doesn't make any sense, especially financial sense.
However...
May 9, 2012 at 8:09 am
"...And they'll even handle the backups automatically for your new database. "
making backups is only 1 tenth of the infrastructure involved with hot standby-failover or DR procedures which typically have...
May 9, 2012 at 7:12 am
You don't need a cursor for that. That is one thing that is slowing you down.
May 8, 2012 at 11:08 am
.Netter (5/7/2012)
May 7, 2012 at 11:31 am
GSquared (5/4/2012)
ken.trock (5/3/2012)
May 4, 2012 at 10:26 am
Personally I prefer to avoid the use of triggers wherever possible. The can have adverse side effects and cause performance and concurrency issues.
Having said that, they can typically be added...
May 3, 2012 at 10:40 am
I think XML has its place but it has been over-hyped and inappropriately used in various situations.
The product requirements should clearly indicate that using XML (for whatever purpose) is advantageous...
May 3, 2012 at 8:59 am
CrankyRat (5/2/2012)
May 3, 2012 at 7:25 am
GSquared (5/2/2012)
Trusting the goverment is just a form of Helsinki Syndrome, in my opinion.
Excellent analogy.
I happen to think people that believe government has their best interests at heart lack...
May 2, 2012 at 9:37 am
MdApache (5/2/2012)
May 2, 2012 at 9:24 am
Viewing 15 posts - 226 through 240 (of 1,048 total)