Quantcast
Channel: SQLDBOps
Browsing all 26 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Connect to SSIS Service on machine "ServerName" failed: Error loading type...

Last week I was requested to install SSIS on an existing SQL instance, I installed the SSIS successfully but it failed to open in the SQL Server Management Studio (SSMS). After some troubleshooting and...

View Article


Some useful scripts for DBAs

Every day in our life as DBA, we may encounter these queries in our environments. Hope this basic queries for SQL server 2005/2008 would stay as repository..1. Whenever SQL server restarts, it kicks...

View Article


Using SQL Server 2008 PBM to Monitor Free Space

In this article I’m walking you through how to setup data file free space monitoring using SQL Server 2008 Policy-Based Management feature. You may think “Hey dude this is not a monitoring tool…!” but...

View Article

Image may be NSFW.
Clik here to view.

On MS SQL how to restore a table or an object from backup file

On MS SQL how to restore a table or an object from backup file, the answer for this question is big NO from Microsoft, there is no direct option or feature to restore a table from MS SQL native backup,...

View Article

How to Set the default database and log directories on MS SQL Instance using...

--Run the following script on Query AnalyzerUSE master--For Data filesEXEC xp_instance_regwrite     N'HKEY_LOCAL_MACHINE',     N'Software\Microsoft\MSSQLServer\MSSQLServer',     N'DefaultData',...

View Article


Getting set up for multi-server management with SQL Server 2008 R2

One of SQL Server 2008 R2's most anticipated features is centered around its new multi-server management capabilities. As of the current Community Technical Preview (CTP), this feature is referenced as...

View Article

How to Evaluate Policies on Multiple Instances

IntroductionIn my previous article I’ve written about using SQL Server 2008 Policy -Based Management (PBM) and how to use it to monitor Free Space of data file(s) . When you evaluate the policy, it...

View Article

Microsoft SQL Server 2008 R2 top 10 features

 Hey folks be prepare to read more about new enhancements in SQL Server 2008 R2 edition, a lot of attention has been given to the new database engine and BI features to landing on  the ground with SQL...

View Article


How to create Policies using PowerShell scripts

IntroductionAs you know that SQL Server 2008 supports Windows PowerShell and is a powerful scripting shell that helps administrators to automate and built robust server administration scripts. In my...

View Article


MS SQL Server 2008 Administration Exam - Free from BrainBench

BrainBench announced the release of their new MS SQL Server 2008 Administration test. This certification test is available for free on their site for a limited time as they gather data to monitor its...

View Article

Image may be NSFW.
Clik here to view.

Token-based server access validation failed with an infrastructure error - MS...

IssueRecently I faced login failure issue while logging into a newly built MS SQL Server 2008 instance on Windows Server 2008 R2 server. I’ve ensured that I’m part of the local administrators group in...

View Article

TDE and Tempdb

If you use TDE in any of your SQL instances, then the Tempdb also automatically gets encrypted on that instance. This could have a performance effect for the other unencrypted databases. Is this true...

View Article

SQL Server 2005 - DBMail

Steps to Activate DBMail in SQL Server 2005/20081. Enable DBMail XPsUSE [master]GOEXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'Ad Hoc...

View Article


Image may be NSFW.
Clik here to view.

Microsoft SQL Server 2008 R2 Best Practices Analyzer how to audit or analyze...

What is Best Practices Analyzer (BPA)?Microsoft Best Practices Analyzer is a diagnostic tool which uses to collect information about a physical Server and SQL Server instances. The tool will verify the...

View Article

Image may be NSFW.
Clik here to view.

A network-related or instance-specific error occurred while establishing a...

Last week I was installing SQL Server 2008 R2 on a 64 bit Windows 2008 box, after the installation I suppose to do a post installation check that includes connectivity test both local and remotely. I...

View Article


Image may be NSFW.
Clik here to view.

SQL Server Process completion in percentage in SQL Server 2005 and above...

Checking percentage completion of backup or restore tasks in SQL 2000 and earlier versions are required to use monitoring option BACKUP DATABASE ... WITH STATS [= percentage]. But in SQL 2005 and later...

View Article

Image may be NSFW.
Clik here to view.

Error when the database snapshot refreshing [Error: 913, Severity: 16, State: 1]

Today on one of our SQL Instance I observed that the below event was occurring last couple of days and I’ve been asked to look into it. I found that there is pattern in the event occurrence, it...

View Article


Image may be NSFW.
Clik here to view.

Backup and Restore completion progress check on SQL 2005 and above

It is easy to check the percentage of  completion of backup or restore operations on SQL 2005 or above versions where as in the older versions we’ve to use STATS[=Percentage] to check. In the newer...

View Article

Image may be NSFW.
Clik here to view.

Msg 7391, Level 16, State 2, Line 8

Today I worked with a developer who was trying to query some data from a remote instance and inserting into a local instance, he told me that he created the linked server locally for the abc-sqlops01...

View Article

Msg 15110, Level 16, State 1, Line 1 The proposed new database owner is...

              Today I got an user request to change  database owner for couple of databases on a lab environment. The user tried to change the owner by himself  but he got "Msg 15110, Level 16, State...

View Article
Browsing all 26 articles
Browse latest View live