Sign In
Action plans and problem solving
Hello, my name is John Daskalakis and in this blog I will be gathering all the action plans and troubleshooting steps I am using in my daily work. Plus the occasional errors I encounter and how to deal with them. Cheers, John
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
"Unable to load client print control"
[Microsoft][ODBC SQL Server Driver] Timeout Expired
0x080004005 reporting services 2008
0x80090016 windows 2003 2000 scheduled task
17052 Access Violation ole32.dll
database mirroring sql server 2008
DCOM ports firewall
drop partition sql 2005
event viewer profiler SCOM SQL 2005 2007
FCS 0x800106ba 2147942526
GPO Deny Group Policy
iis .net 3.5 migration
iis rewrite module file
IIS site port certificate SSL
lodctr unlodctr sqlctr.ini perfmon counters sql
MOSS SPS Version identify
MSDTC icon red
ORA-12154 DTS SSIS
project 2007 loading grid hang error
recovery complete phase sql database
replication sql performance latency
Resource Governor SQL server 2008
sql 2008 analysis audit
sql 2008 authentication mode logon
sql 2008 compression backup
Archive
Archives
July 2010
(1)
February 2010
(15)
January 2010
(5)
December 2009
(6)
November 2009
(2)
October 2009
(5)
July 2009
(8)
June 2009
(1)
May 2009
(6)
April 2009
(14)
March 2009
(10)
February 2009
(6)
January 2009
(6)
December 2008
(12)
November 2008
(37)
December, 2008
MSDN Blogs
>
Action plans and problem solving
>
December, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Action plans and problem solving
Oracle and SQL Server Tools don't go well on an x64 SQL Server installation?
Posted
over 4 years ago
by
JODASK
0
Comments
Consider this scenario: - You have made a SQL Server x64 installation. - You want to connect to Oracle from SQL Server Management Studio (SSMS) or Business Intelligence Development Studio (BIDS). - You get an error like this: ORA-12154:TNS:could not resolve...
Action plans and problem solving
How to overcome a SQL Server installation error
Posted
over 4 years ago
by
JODASK
0
Comments
Consider this scenario. You are trying to create a new installation of SQL Server and it is failing. The first step in identifying what went wrong is to examine the setup logs of SQL Server. During installation there will be created some setup log files...
Action plans and problem solving
MOM 2005 Onepoint size issues
Posted
over 4 years ago
by
JODASK
2
Comments
Suppose that the Onepoint database has reached a huge size for any reason. Normally you would check that all grooming jobs and the DTS tasks are running as they are supposed to. But these operations need a lot of additional disk space to be performed...
Action plans and problem solving
Possible causes for errors reported in the cluster.log
Posted
over 4 years ago
by
JODASK
0
Comments
Note: I will be adding any new explanations/causes I find for cluster log errors in this post. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: ERR IP Address <orafssrvIP>: WorkerThread: GetClusterNotify failed with...
Action plans and problem solving
MOM 2005 error - event id 9158
Posted
over 4 years ago
by
JODASK
0
Comments
Recently we came across this error: Event ID : 9158 Source : Microsoft Operations Manager Type : Error Message : Failed to send SMTP message. The server rejected one or more recipient addresses. hr=-2147220977. We checked the email addresses and...
Action plans and problem solving
How to change the collation of TEMPDB
Posted
over 4 years ago
by
JODASK
5
Comments
How to change the collation of TEMPDB Consider this scenario: - During installation of SQL Server you defined a certain collation e.g. (A). - You then attached a user database with a different collation e.g. (B). - You then noticed that some queries...
Action plans and problem solving
MODIFY FILE failed. Specified size is less than current size.
Posted
over 4 years ago
by
JODASK
0
Comments
Consider this scenario: - You are installing SQL Server 2005 x64 on Windows 2003 x64. - Setup fails at some point with this error: "SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client...
Action plans and problem solving
Message Queuing objects cannot be created in Active Directory (Error: 0xc00e0025)
Posted
over 4 years ago
by
JODASK
0
Comments
We recently stumbled upon this error while bringing online a newly created MSMQ resource, on a Windows 2003 cluster: "Message Queuing objects cannot be created in Active Directory (Error: 0xc00e0025)" This issue is usually resolved by making...
Action plans and problem solving
Error HRESULT E_FAIL has been returned from a call to a COM component
Posted
over 4 years ago
by
JODASK
0
Comments
Consider this scenario: -You are setting up a SQL Server 2005 x64 failover instance on a Windows x64 cluster. - During the setup you get error: "Error HRESULT E_FAIL has been returned from a call to a COM component" (Screenshot is saved here...
Action plans and problem solving
Common Auditor questions and answers about SQL server
Posted
over 4 years ago
by
JODASK
1
Comments
So it is this time period of the year again, when Auditors knock on your door and examine your SQL Server Security to find loopholes. In this thread I will be gathering all the strange questions Auditors ask you and what is the truth behind them... ...
Action plans and problem solving
Windows, SQL Server and the Antivirus don't go well?
Posted
over 4 years ago
by
JODASK
1
Comments
Recently I was asked how to configure the Antivirus to not affect the SQL Server services. Well, most people think that the Antivirus keeps their servers safe, but if you haven't configured it appropriately it can do so much more, like crashing your SQL...
Action plans and problem solving
Should I partition my SQL Server table and how? (SQL Server 2005)
Posted
over 4 years ago
by
JODASK
2
Comments
At first, you need to identify if the table needs partitioning. In order to do that, you can run this query to see which tables of the database are the biggest and if there is e.g. a table that takes half the space of the database by itself: ~~...
Page 1 of 1 (12 items)