Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Search using Bing
SQL Server on Twitter
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
OK
Recent Posts
Error: "Could not retrieve backup settings for primary" in Log shipping Backup job
Posted
11 months ago
by
Sakthivel Chidambaram
Wow... We have MAXDOP calculator for SQL Server... It makes my job easier...
Posted
11 months ago
by
Sakthivel Chidambaram
Cool... Now we have a calculator for finding out a Max. Server Memory value
Posted
11 months ago
by
Sakthivel Chidambaram
SQL Server 2012 Upgrade Technical Guide & What's new Whitepaper Released
Posted
over 1 year ago
by
Sakthivel Chidambaram
INF:What happens to a database when transaction rollback fails?
Posted
over 1 year ago
by
Sakthivel Chidambaram
Microsoft SQL Server Blogs
Query Processing Team
CSS Escalation Engineers
Storage Engine Team
Customer Advisory Team
SQLOS Team Blog
Performance Team
Manageability Team
Engine Tips from PM's
User Education Team
Security Team
Service Broker Team
Protocols team
Slava Ok's SQL Memory Blog
CSS SQL Team - India
SAP and SQL Server Team
Remote Blob Storage team (RBS)
SQL Azure Team
CLR Integration Team
SQL Setup
Craig on Query processing
Policy-Based Management Team
CSS SQL Team - US
Joseph Sack - SQL PFE
SQL Server Express Team
Release Services Team
Premier Field Engineers Blog
Laurentiu Cristofor - SQL Security
Bart Duncan's SQL Weblog
SQL Server AlwaysOn Blog
SQL Agent Team
Windows Perf Gurus
OS Support Team
SQL ISV PM team
Replication Talk
Extended Events Team
Sethu Srinivasan - SQL Manageability
LOB Applications Team
Claudia Silva - CSS UK
Programmability Team
Conor Cunningham blog
SQL Server CSS - France
SQL EE/Prin PFE Ignacio Blog
SQL Forum Support Team
Analysis Services & PowerPivot Blog
Analysis Services & PowerPivot Blog
Tags
18456
833
backup
connectivity failure
DBA
Disk
engine
I/O
info
log shipping
login failed
memory
performance
replication
security
setup
Stall
storage engine
tlog
tools
troubleshooting
t-sql
waits
welcome
xevents
Archives
Archives
June 2012
(1)
May 2012
(5)
April 2012
(2)
March 2012
(1)
November 2011
(5)
October 2011
(1)
August 2011
(1)
July 2011
(1)
June 2011
(1)
May 2011
(3)
April 2011
(2)
March 2011
(3)
February 2011
(8)
December 2010
(1)
September 2010
(1)
August 2010
(2)
June 2010
(2)
May 2010
(1)
Visitor Map
MSDN Blogs
>
Sakthi's SQL Server Channel
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sakthi's SQL Server Channel
"Show Server Trace" Feature for SQL Server 2005 to analyze Stored Procedure and T-SQL Execution
Posted
over 2 years ago
by
Sakthivel Chidambaram
0
Comments
Many of you might be missing the "Show Server Trace" feature of SQL Server 2000 Query Analyzer in SQL Server 2005 Management Studio. As per the request filed in Microsoft Connect , the feature was introduced with a little tweak where by you can press...
Sakthi's SQL Server Channel
T-SQL Query Script to monitor Memory Usage of a SQL Server Instance
Posted
over 2 years ago
by
Sakthivel Chidambaram
13
Comments
If you are using Task Manager to monitor the Memory Usage of SQL Server, please note that Working set shown in Task Manager for SQL Server does not include memory committed by SQL Server using AWE allocations and Large pages. Also "Total Server Memory...
Sakthi's SQL Server Channel
Query to find what modules are loaded inside SQL Server VAS (Virtual Address Space)
Posted
over 2 years ago
by
Sakthivel Chidambaram
0
Comments
Code of sqlservr.exe and any other dll's it depends on need to be loaded into SQL Server memory space for execution. So if you are having VAS fragmentation, there are multiple causes and one of the cause is numerous dll's loaded by extended stored procedures...
Sakthi's SQL Server Channel
Difference between KILL and KILL WITH STATUSONLY – Estimate Rollback completion time
Posted
over 2 years ago
by
Sakthivel Chidambaram
0
Comments
While I was talking to a customer during a replication scenario, customer asked me a question about understanding the estimated completion time for a rollback. I was explaining that we have KILL WITH STATUSONLY but it will just report the progress...
Sakthi's SQL Server Channel
Convert Page ID offset address to Page Number
Posted
over 2 years ago
by
Sakthivel Chidambaram
0
Comments
Here is a handy reference for converting Page ID offset address to corresponding Page Number in SQL Server 2000: As per http://support.microsoft.com/kb/828339 : <offset>: This is the physical byte offset from the start of the file. Dividing...
Sakthi's SQL Server Channel
Troubleshooting slow running query using Extended Events Wait info event
Posted
over 2 years ago
by
Sakthivel Chidambaram
1
Comments
Extended Events introduced in SQL Server 2008 is a detailed event infrastructure for SQL Server. If your environment is running with more SQL Server's of version > 2008, it is the right time to learn about Extended events since they help you a lot...
Sakthi's SQL Server Channel
Troubleshooting SQL Server I/O requests taking longer than 15 seconds - I/O stalls & Disk latency
Posted
over 2 years ago
by
Sakthivel Chidambaram
3
Comments
SQL Server has encountered x occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [Drive:\MSSQL\MSSQL.1\MSSQL\Data\xyz.mdf] in database [database]. The OS file handle is 0x00000000. The offset of the latest long I/O is: 0x00000000000000...
Sakthi's SQL Server Channel
Different Status of a SPID in SQL Server and What do they mean
Posted
over 2 years ago
by
Sakthivel Chidambaram
2
Comments
You can check the status of a SPID using any of these queries: SELECT status ,* FROM sys . sysprocesses SELECT status ,* FROM sys . dm_exec_requests SELECT status ,* FROM sys . dm_exec_sessions EXEC sp_who2 It should be noted that all these...
Sakthi's SQL Server Channel
Troubleshoot Connectivity/Login failures (18456 State x) with SQL Server
Posted
over 2 years ago
by
Sakthivel Chidambaram
3
Comments
I know that there are lot of articles over the internet world with this topic... But this article is from my perspective which has detailed troubleshooting steps... The main problem with troubleshooting connectivity issues with SQL Server is because...
Sakthi's SQL Server Channel
Script existing server side trace to create a new trace with same definition
Posted
over 3 years ago
by
Sakthivel Chidambaram
0
Comments
I wrote this script today and thought of sharing since it might be useful for you. I wrote it because there is no option to set rollover of a existing server side trace and we have lost the original script which created this server side trace in SQL Server...
Sakthi's SQL Server Channel
Login failed for user 'sa' while installing SQL Server 2005
Posted
over 3 years ago
by
Sakthivel Chidambaram
5
Comments
I was working in a SQL Server 2005 setup case which failed while starting SQL Service with error: SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed...
Sakthi's SQL Server Channel
Rule "Same architecture installation" failed while installing SQL Server 2008 R2
Posted
over 3 years ago
by
Sakthivel Chidambaram
2
Comments
Error: Installating DEFAULT instance of SQL Server 2008 R2 Express Edition with Advanced Services on a Windows 7 64bit with AMD Phenom(tm) II X4 945 Processor failed with error: --------------------------- Rule Check Result -----------...
Sakthi's SQL Server Channel
"Wait on the Database Engine recovery handle failed" while installing SQL Server 2008
Posted
over 3 years ago
by
Sakthivel Chidambaram
5
Comments
I worked on a customer service request where SQL Server 2008 Enterprise edition installation was throwing error: Wait on the Database Engine recovery handle failed. After examining SQL Error log from the Setup logs folder, noted: 2010...
Sakthi's SQL Server Channel
How to define backup interval for Full, Differential, TLog
Posted
over 3 years ago
by
Sakthivel Chidambaram
0
Comments
Designing an effective SQL Server backup/Restore strategy Designing an affective backup and restore strategy is required to bring database online when you encounter these situations: 1. Database gets corrupted due to I/O issues 2. Need to roll...
Sakthi's SQL Server Channel
Who is connected when in Single User Mode
Posted
over 3 years ago
by
Sakthivel Chidambaram
1
Comments
Here is how to find out who is connected to your server when you are in single user mode : METHOD 1: ------------- à Start your SQL Server in normal multi-user mode and enable login auditing for both successful and failed logins ...
Sakthi's SQL Server Channel
Welcome to my MSDN Blog
Posted
over 3 years ago
by
Sakthivel Chidambaram
0
Comments
Hello! My name is Sakthivel Chidambaram. I work with SQL Server Product Support team at Microsoft. I'm going talk about some simple SQL stuffs here. Have a great day! Legal Disclaimer: These postings are provided "AS IS" with no warranties...
Page 2 of 2 (41 items)
1
2