Viewing 15 posts - 1,381 through 1,395 (of 4,745 total)
Have you seen Tom thomsons new avatar?
Looks like the operation was a success.
Of course soon as he changes it (again) this post will look stupid.
😀
November 21, 2011 at 7:18 am
no, you are not going up versions of SQL (e.g. sql2000 to sql2008)
November 21, 2011 at 7:05 am
you could backup\restore or detach\attach the databases to a standard edition install of SQL, or a google search bought this up:
November 21, 2011 at 6:59 am
November 20, 2011 at 10:14 am
keep enough backups so that if the copy jobs fail the logs are still on the primary to be copied without breaking the log chain. In most cases this means...
November 20, 2011 at 10:07 am
duplictae post.
replies here please
November 20, 2011 at 10:03 am
you're late Perry 🙂
A /passive option is interesting, when did that become available from? what I wonder (without doing lots of research) is whether MS have deemed to make it...
November 20, 2011 at 5:13 am
to add to the level of information out there on geo-clusters this is what I did (applying a security patch)
Two node cluster, nodes A and B, node A active
In failover...
November 19, 2011 at 9:35 am
Evil Kraig F (11/18/2011)
george sibbald (11/18/2011)
Hey, I've made a difference! (finally)That's a fairly brutal result from logshipping, wow. Nice catch George.
thanks. worth being aware of I thought.
November 19, 2011 at 8:51 am
Hey, I've made a difference! (finally)
November 18, 2011 at 4:30 pm
joe-1142036 (11/18/2011)
November 18, 2011 at 12:43 pm
presuming you have access to SSMS try this:
declare @account varchar(50)
print 'MSSQLServer service account '
exec xp_regread 'HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\MSSQLServer', 'Objectname', @account output
print @account
...failing that, ask them 🙂
November 18, 2011 at 10:39 am
I would tend to keep SQL away from the OS. If space is an issue and the C drive has a lot of spare capacity put your backups on it.
If...
November 18, 2011 at 10:18 am
the error you are getting is actually saying the path does not exist rather than it does not have permissions to it (that would be error 5).
however, the SQL service...
November 18, 2011 at 10:11 am
Viewing 15 posts - 1,381 through 1,395 (of 4,745 total)