Viewing 15 posts - 31 through 45 (of 319 total)
are they running administrative commands on server? (for example: DBCC) or the access only by website without admin commands?
March 7, 2012 at 4:45 am
Benki Chendu (3/7/2012)
...... state_desc is showing as online only..
is database working fine?
did you lost any data???
March 7, 2012 at 4:20 am
sorry, is state_desc!!!
select name, state_desc
from sys.databases
where name = 'maximum'
March 7, 2012 at 3:53 am
execute the follow t-sql:
select name, state_desc from sys.databases
where name = 'maximum'
March 7, 2012 at 3:24 am
Stewart "Arturius" Campbell (3/7/2012)
Nice, simple back-to-basics question, thanks, PeterFor the explanation, refer to Working with Transaction Log Backups, specifically the third paragraph
+1
😎
March 7, 2012 at 3:08 am
detail your doubt!!!! 😀
March 5, 2012 at 12:39 pm
bitbucket-25253 (3/3/2012)
Nice question - gets one back to the basics....
😎
+1
good question!!!
thanks!!
March 5, 2012 at 3:58 am
Prakash Heda (2/20/2012)
Very interesting, all votes for using heartbeat....I have configured without hearbeat as new quoram model support with no issue...
I've not configured without heartbeat, I had no time!!!, but...
February 24, 2012 at 3:28 am
Kameswari Aravindh (2/23/2012)
The Option specified is wrong it is not Sys.dm_service_services but it is Sys.dm_server_services.....
+1
good question!!!
thanks!!
February 24, 2012 at 3:10 am
Viewing 15 posts - 31 through 45 (of 319 total)