Viewing 15 posts - 2,581 through 2,595 (of 49,552 total)
alex.sqldba (8/23/2016)
Restore last full backup up to the marked transaction
Full backups can't be restored to times or marks, they are always restored to the consistent point at the end of...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 23, 2016 at 9:26 am
If they're getting denied access to just one table, then there's a object-level permission set on that table. Check the DMVs for the details, you can then use REVOKE to...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 23, 2016 at 7:20 am
Yes it can, and that knowledgable friend is wrong, 64kb is not the ideal block size, SQL does not read and write in extents only.
http://blog.purestorage.com/what-is-sql-servers-io-block-size/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 23, 2016 at 4:24 am
You've got a DB in full or bulk-logged recovery model and you've never backed up the log? Might want to fix that before the log fills the drive (log space...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 23, 2016 at 4:20 am
Can't see the picture.
Shrink is how you reduce the file size, but unless there's a really good reason, and a lot of free space in the file that will never...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 1:03 pm
Jeff Moden (8/22/2016)
and only back to the last "dirty" VLF for log files.
Any shrink to the log file only removes space to the last active VLF. VLFs cannot be...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 12:58 pm
Jeff Moden (8/19/2016)
Note that (IIRC) switching to BULK LOGGED may have an impact (as in break it) on log shipping so you may be stuck with having the log file...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 12:56 pm
szejiekoh (8/22/2016)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 12:53 pm
Yes, it must be on a cluster.
As I said above, recommeded quorum model is either node majority or node and file share depending how many nodes you have (you need...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 10:06 am
Try filtering on database_id, or is the db_id the id of the connection rather than the table?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 9:48 am
You can check the default trace, but I'm not sure if job deletions are recorded.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 9:36 am
Avbailability Groups do not require shared storage. Recommended quorum model is either node majority or node and file share depending how many nodes you have.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 8:47 am
2M (8/22/2016)
when we checked the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 6:52 am
Always On is a marketing term that encompases multiple features.
Always On Windows Failover Clustering required shared storage, just like clustered SQL instances always have.
Always On Availability Groups does not require...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 6:34 am
Is it a clustered instance?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2016 at 5:55 am
Viewing 15 posts - 2,581 through 2,595 (of 49,552 total)