29
2013
How to read/edit LARGE text files (size in GB ~ +50GB)
When you try to open a text or some kind of text based log file of size in GB’s say 51GB in NOTEPAD or NOTEPAD++ or WORDPAD, you will get following error, Now the question is how to read or edit such large file, answer is, 1. If you are just interested in reading it page by page without impacting any CPU or memory, the do following, Start > Run > type […]
10
2013
NetBackup ERR – Error in VxBSADeterminePolicy: 26 and ERR – Error in CryptAcquireContext : 2148073508
Kind of unique issue faced today, SQL Server backup job was continuously failing (with ERROR(-1) and exit status 2) to take database backups on Symantec NetBackup Utility. In GUI console following error was logged in, USER – Verify that an active SQL Server policy exists for this client. ERR – Error in VxBSADeterminePolicy: 26. CONTINUATION: – There is no copy of the requested object. This is not first time we were running backup, […]
7
2013
Troubleshooting NetBackup Issues and Error Exit Codes
While working with Symantec NetBackup utility for SQL Server encountered several errors where backups are hanging in middle or failing with absurd error codes, below are some useful references and links which helps in troubleshooting such errors, 1. VDI related error: Error message 1 2007-06-18 11:21:00.83 spid820 BackupVirtualDeviceFile::ClearError: failure on backup device ‘VDI_DeviceID‘. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.). Error […]
7
2013
Overhead of using Policy-Based Management on SQL Server
I Policy-Based Management is a very useful feature of SQL Server 2008 and later, if you like to audit certain parameters or enforce certain restriction on particular SQL Server/s, but first this to notice is will there be any overhead on current performance of SQL Server or not, basically the answer depends upon the way you are going to use it, Q. What is the overhead of Policy-Based Management on my SQL Server? A. […]
7
2013
How to use RETRY option in Symantec NetBackup for SQL Server
While working with Symantec NetBackup utility for SQL Server came across Retry option, this helps in reducing manual effort spend in retrying failed backups, but in some scenarios there is certain overhead as well, below is brief info about this option, How Retry Parameter works for SQL Server Backups If you like to setup NetBackup to retry failed backups automatically then you can use following three parameters along with other, RETRYTYPE AUTO #This parameter […]
Subscribe to this blog via Email
Old Posts
- November 2017 (3)
- October 2017 (4)
- September 2017 (2)
- May 2017 (1)
- April 2017 (1)
- July 2016 (3)
- May 2016 (1)
- April 2016 (1)
- February 2016 (2)
- January 2016 (1)
- October 2015 (1)
- September 2015 (1)
- August 2015 (1)
- July 2015 (2)
- June 2015 (3)
- April 2015 (1)
- March 2015 (1)
- December 2014 (1)
- September 2014 (2)
- April 2014 (1)
- January 2014 (3)
- October 2013 (2)
- September 2013 (2)
- August 2013 (4)
- July 2013 (1)
- June 2013 (2)
- May 2013 (5)
- April 2013 (3)
- March 2013 (1)
- February 2013 (9)
- January 2013 (11)
- December 2012 (14)
- November 2012 (3)
- October 2012 (4)
- July 2012 (2)
- June 2012 (3)
- May 2012 (2)
- April 2012 (8)
- March 2012 (6)
- February 2012 (3)
- January 2012 (1)
- December 2011 (5)
- November 2011 (8)
- October 2011 (5)
- September 2011 (3)
- August 2011 (3)
- July 2011 (3)
- May 2011 (1)
- November 2010 (1)
Tags
View Post by Categories
Recent Articles
- Setting up Always ON Availability Group in Multi Subnet Cluster – Recommendations
- Configuring Replication with Always ON Availability Group
- Login failed for user ‘DOMAIN\COMPUTER$’. Reason: Could not find a login matching the name provided. [CLIENT: ]
- Modern Servicing Model (Service Pack and Cumulative Updates) for SQL Server 2017 and onwards
- Fix: SSMS 2012 opening Debug window when pressing F5