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)
January, 2009
MSDN Blogs
>
Action plans and problem solving
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Action plans and problem solving
SQL Server 2008 and Processors
Posted
over 3 years ago
by
JODASK
3
Comments
Consider this scenario: - You want to migrate your current database solution to SQL Server 2008 - You want to make the maximum use of multiprocessing and multithreading - You want to know about how SQL Server 2008 makes use of multiple processors ...
Action plans and problem solving
When you cannot connect to an instance of SQL Server
Posted
over 3 years ago
by
JODASK
1
Comments
...you should first check these factors: o The SQL Server service might not be started. o The network protocols allowed might have benn disabled. o The network configuration of windows might be incorrect: - Try to ping the SQL Server using...
Action plans and problem solving
How to prevent local and domain administrators from accessing SQL Server?
Posted
over 3 years ago
by
JODASK
1
Comments
The question most people ask is why someone who is local administrator of a machine where SQL Server is installed, they automatically have administartive access to SQL Server? The answer is: "due to the BUILTIN\administrators login". By default when...
Action plans and problem solving
Which Authentication Mode should I choose for my SQL Server?
Posted
over 3 years ago
by
JODASK
3
Comments
When setting up your SQL Server you are given the option to choose the Authentication Mode. The modes are: o Windows Authentication: With this option whenever a user tries to connect to SQL Server he has to use a Windows user account. The SQL Server...
Action plans and problem solving
SQL Server Replication performance and Network Latency
Posted
over 3 years ago
by
JODASK
1
Comments
Replication over a slow network can be a real problem. There are however some actions you can perform to improve replication performance over a slow network: - Make sure the retention of the replication is low (usually 72 hours or less will be fine...
Action plans and problem solving
Key points for setting up database mirroring in SQL Server 2008
Posted
over 3 years ago
by
JODASK
2
Comments
Some key points to consider for Database Mirroring in SQL Server 2008 are: - The database that will be mirrored must be in the Full Recovery Model. - Both the Principal and Mirror instances must be of the same edition e.g. both are Enterprise edition...
Page 1 of 1 (6 items)