Sign In
Karthick PK 's Blog
Karthick PK's technical blog covering topics such as SQLServer troubleshooting, technologies and security.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
Check statement aborted
Checkdb
Configuration error description: The registry key SYSTEM\CurrentControlSet\Services\RsFx0102\InstancesShares is missing
CryptUnprotectData() returned error -2146893813
database or table could not be locked
database snapshot
Deadlocked Schedulers
Delay starting SQLAgent
Editing DTS package in SQLserver2008
Engine
How to enable Constraint delegation for SQLServer2005
InstancesShares is missing
ISAlive failure
Kerberos authentication
'Key not valid for use in specified state -Any build greater than 9.00.3186
mssqlsystemresource
Non default port
Optimizer
SQLServer Agent missing
SQLServer Browser
SQLServer Cluster
SQLServer Resource not comming online
SQLServer Status
SQLServer2008 Setup
SSMS
Archive
Archives
April 2012
(1)
February 2012
(1)
September 2011
(1)
August 2011
(1)
March 2011
(1)
November 2010
(3)
October 2010
(1)
June 2010
(2)
March 2010
(1)
August 2009
(2)
May 2009
(1)
April 2009
(3)
March 2009
(4)
February 2009
(1)
January 2009
(7)
Visitors map
Visitors from 16th Jan 2012
Blog - Link List
My site
MSSQLWIKI
MSDN Blogs
>
Karthick PK 's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Karthick PK 's Blog
SQL Server Agent is taking long time to start
Posted
1 month ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
SQL Server Agent might take long time to start because of slow communications with Certificate Authorities. If you enable verbose logging for SQL Server agent (-v) and look at the SQL Server agent log you will notice that 'ANALYSISQUERY...
Karthick PK 's Blog
SQL-Server resource fails to come online IS Alive check fails
Posted
3 months ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
SQL-Server resource fails to come online with Error: [sqsrvres] checkODBCConnectError: sqlstate = 08001; native error = 35; message = [Microsoft][SQL Server Native Client 10 .0]A network-related or instance-specific error has occurred while establishing...
Karthick PK 's Blog
List of blogs
Posted
8 months ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
My “c:\” Drive gets full when I open the profiler trace System stored procedures like sp_addsrvrolemember or sp_addserver may fail because of McAfee Host Intrusion Prevention Beyond XP_READERRORLOG (parameters of XP_readerrorlog) ...
Karthick PK 's Blog
Runtime error: ActiveX component can't create object: 'SQLDMO.SQLServer'
Posted
9 months ago
by
Karthick P.K - karthick krishnamurthy
3
Comments
When you use SQLDMO ??? Install SQL Server2005 Backward compatibility http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/SQLServer2005_BC.msi Also remember if you have installed 32-Bit SQL Server on 64-Bit you have...
Karthick PK 's Blog
Initializing the FallBack certificate failed with error code: 1, state: 1, error number: -2146893788.
Posted
over 1 year ago
by
Karthick P.K - karthick krishnamurthy
2
Comments
Problem Description : v Unable to start SQL Server 2005 default instance on a standalone server. v We notice below Error message in the SQL Server Error Log 2009-07-15 19:03:25.74 spid5s Error: 15466, Severity: 16, State: 1. 2009-07...
Karthick PK 's Blog
The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
Error The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run. Error: 927, Severity: 14, State: 2. Database 'model' cannot be opened. It is in the middle of a restore. Could not create tempdb. You...
Karthick PK 's Blog
SQLServer2008: Script level upgrade for database 'master' failed because upgrade step 'sqlagent100_msdb_upgrade.sql' encountered error 574, state 0, severity 16
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
SQLServer2008: Script level upgrade for database 'master' failed because upgrade step 'sqlagent100_msdb_upgrade.sql' encountered error 574, state 0, severity 16 SQL Server 2008 instance fails to start or hangs after service pack or Cumulative update...
Karthick PK 's Blog
Configuring SSL for SQL Server using Microsoft Certificate Authority Server
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
Configuring SSL for SQL Server using Microsoft Certificate Authority Server Refer attached document for detailed steps 1. Install IIS Server from ADD/Remove Windows Components (if it is not installed already) 2. Install Certificate Server...
Karthick PK 's Blog
SQLServer 2008 Fails to come online on cluster after upgrade
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
SQL-Server 2008 Fails to come online on cluster after upgrade. Reason : Server is in script upgrade mode . Only administrator can connect at this time . Login failed for user ‘ccccc\xxxxx. Reason : Server is in script upgrade mode ....
Karthick PK 's Blog
How to Analyze "Deadlocked Schedulers" Dumps?
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
3
Comments
How to Analyze "Deadlocked Schedulers" Dumps? Do you see "Deadlocked Schedulers" errors similar to one below and stuck? From SQLServer Errorlog **Dump thread - spid = 0, PSS = 0x0000000000000000, EC = 0x0000000000000000 ***Stack Dump being...
Karthick PK 's Blog
We do not see the SQL server and SQL Agent status from management studio. When we right click the instance, start, stop and resume options is disabled.
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
From management studio we do not see the SQL server and SQL Agent status. When we right click the instance, start, stop and resume options is disabled. WMI Permission could be a cause. Enable below permission in WMI. 1) --Open Dcomcnfg...
Karthick PK 's Blog
DBCC CheckDB fails with error "The database could not be checked as a database snapshot could not be created and the database or table could not be locked"
Posted
over 2 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
DBCC CheckDB may with fail with error Error Msg 5030, Level 16, State 12, Line 1 The database could not be exclusively locked to perform the operation. Msg 7926, Level 16, State 1, Line 1 Check statement aborted. The database could not be checked...
Karthick PK 's Blog
How to Trouble Shoot Transaction Log file Growth in SQLServer
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
How to Trouble Shoot T-Log file Growth ============================ Enable the following TF for checkpoint:- TRACEFLAG 3512 Description ='Write info on log space used at checkpoint time to errorlog' TRACEFLAG 3502 Description ='Send checkpoint state...
Karthick PK 's Blog
Unable to run SQLAgent job's in SQL server 2000 Service Pack 4
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
Unable to run SQLAgent job's in SQLServer 2000 Service Pack 4 In SQL Server 2000 Service pack 4. When we try to run a job, the job doesn’t run. We won’t see any failure messages either. When we click the job properties and then click...
Karthick PK 's Blog
Trivial Plan
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
What is Trivial Plan? A trivial plan results when the query optimizer determines that given tables referenced in the query and the indexes existing on them, only one plan is possible. Obviously, a recompilation would be futile in such a case. A query...
Karthick PK 's Blog
How to add an IP Address when we Add new NIC to node where SQLServer2005 instance is running.
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
6
Comments
The only possible way to add an IP to SQLServer2005 after adding new NIC to the node where SQLServer2005 is installed (or) After adding second ip address to existing NIC is to either manually edit the registry or run Service pack/Hotfix setup again. ...
Karthick PK 's Blog
Different Status bits of sysdatabases in SQLServer
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
5
Comments
Sysdatabases.status and sysdatabases.status2 Bit of Sysdatabases in SQLServer ======================================================================== <Script1> declare @status int; declare @status2 int; Set @status='65544' --Replace your DB status...
Karthick PK 's Blog
Installation of SQLServer2008 fails (The registry key SYSTEM\CurrentControlSet\Services\RsFx0102\InstancesShares is missing)
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
2
Comments
Installation of SQLServer2008 might fail with below error Detailed results: Feature: Database Engine Services Status: Failed: see logs for details MSI status: Passed Configuration status: Failed: see details below Configuration error code: 0xCD263ADC...
Karthick PK 's Blog
How to monitor the Session and query which Consumes Tempdb.
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
2
Comments
The total space used by tempdb equal to the User Objects plus the Internal Objects plus the Version Store plus the Free Space. Use the Below Quer to Track what is consuming Space in Temp Db. ========================================================...
Karthick PK 's Blog
Installation of SQLserver2008 cluster fails on windows2008.(The group or resource is not in the correct state to perform the requested operation. (Exception from HRESULT: 0x8007139F)
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
10
Comments
Installation of SQLserver2008 cluster might fail on windows2008 with error mentioned below The cluster resource 'SQL Server' could not be brought online. Error: The group or resource is not in the correct state to perform the requested operation. ...
Karthick PK 's Blog
Error 1934 returned when you run Update Statistics from a job against table that has index on computed column
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
3
Comments
When you choose to update statistics in your Maintenance Plan, and you have index on "computed column" in that database, the maintenance plan will fail with the following error: [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL...
Karthick PK 's Blog
Using DMVs to find out the index usage history- SQLServer Index Usage
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
SQLserver 2005 ships with a set of DMVs that can help you identify the missing indexes for your workload, Analyze the effectiveness of the existing ones and help find out index fragmentation. Using DMVs to find out the index usage history Over a...
Karthick PK 's Blog
Installation of SQLServer2005/2008 Fails on Windows2008 Cluster.
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
0
Comments
Installation of SQLServer2005/2008 on Windows2008 Cluster might fail with error mentioned below ERR [RES] Network Name <SQL Network Name (VSServerName)>: Computer account VSServerName couldn't be re-enabled. status 5 INFO [NM] Received request...
Karthick PK 's Blog
Kerberos Authentication in SQLServer
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
There are two authentication scheme which can be used by SQLserver when connecting to SQLserver using TCP/IP Protocol and windows authentication. 1. NTLM 2. Kerberos When we use Kerberos we get ability to delegate a principal's identity and it...
Karthick PK 's Blog
Behavior of SQL Server default instance on a NON-Default port
Posted
over 3 years ago
by
Karthick P.K - karthick krishnamurthy
1
Comments
Unable to connect to SQLServer listening on Non-Default Port? If you connect to SQLServer using the "hostname" it connects to the instance which is listening on 1433. If you make named instance listen on 1433 and connect using "hostname" it connects...
Page 1 of 2 (30 items)
1
2