Viewing 15 posts - 346 through 360 (of 984 total)
March 17, 2017 at 8:43 am
What, you mean https://www.sqlservercentral.com/Forums/Users/mw112009/Replies
Here's a thread about changes to the way this forum works: https://www.sqlservercentral.com/Forums/1850242/FAQ-Using-the-new-forum-Software-Jan-2017
There are a few other threads in the
March 17, 2017 at 8:37 am
March 17, 2017 at 4:47 am
March 15, 2017 at 7:03 am
March 10, 2017 at 5:11 am
Yup, it's possible. I've worked in the past with a server setup as you describe running six AGs containing around 550 DBs between them...
March 8, 2017 at 4:04 am
You can see some of the information by running:
DBCC DBINFO( <<dbname>> ) WITH tableresults
That'll show (among other things) last backup & last log backup...
March 7, 2017 at 5:17 am
In msdb, look at tables named "backup<<something>>", eg "backupset". This is where the information relating to backups is stored. It's all perfectly readable using normal T-SQL queries. There's
March 7, 2017 at 3:54 am
March 7, 2017 at 3:37 am
I'm on an estate where we have ten single-core servers, some with as little as 1GB RAM, and none with more than 8GB... They are, though, "sized to the workload"...
March 3, 2017 at 8:07 am
March 3, 2017 at 4:07 am
March 2, 2017 at 2:04 am
March 2, 2017 at 1:59 am
larsp777se - Thursday, March 2, 2017 12:18 AMServer authentication†vs “Windows authenticationServer Roles vs Database Roles
Logins vs Users
See, the way you've asked...
March 2, 2017 at 1:53 am
Viewing 15 posts - 346 through 360 (of 984 total)