Sign In
MSDN Blogs
Microsoft Blog Images
More ...
August, 2009
Common Tasks
Blog Home
About
RSS for comments
RSS for posts
Atom
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
Recent Posts
How to store performance monitor data into SQL Server using Reliability and Performance Monitor
Posted
over 3 years ago
by
Michael Aspengren - MSFT
How to read a SQL Server trace file using .Net code, TraceFile and TraceServer.
Posted
over 3 years ago
by
Michael Aspengren - MSFT
"There is already an open DataReader associated with this Command which must be closed first" explained
Posted
over 3 years ago
by
Michael Aspengren - MSFT
IsolationLevel is carried over to connections in connectionpool
Posted
over 3 years ago
by
Michael Aspengren - MSFT
Blogs I read
Fabulous Adventures In Coding
If broken it is, fix it you should
SQL in Stockholm
SQL Protocols
Tags
Access
ADO
ADO.Net
BID
CLR
Data Provider
Data Reader
Exception
Linked Server
LINQ to SQL
Login
ODBC
OleDb
Oracle
OracleClient
Remote Debugging
sqlcmd
SqlException
sqlncli
TCP
Timeout
t-sql
WCF
Windbg
Xml
Archives
Archives
February 2012
(1)
January 2012
(2)
December 2011
(1)
November 2011
(1)
October 2011
(3)
June 2011
(2)
May 2011
(1)
March 2011
(2)
February 2011
(1)
January 2011
(1)
December 2010
(2)
November 2010
(2)
October 2010
(2)
June 2010
(1)
May 2010
(3)
April 2010
(2)
March 2010
(4)
February 2010
(3)
January 2010
(4)
December 2009
(6)
November 2009
(3)
October 2009
(4)
September 2009
(7)
August 2009
(4)
July 2009
(3)
June 2009
(2)
May 2009
(3)
April 2009
(3)
March 2009
(4)
February 2009
(4)
January 2009
(2)
December 2008
(6)
November 2008
(3)
October 2008
(3)
September 2008
(6)
August 2008
(3)
July 2008
(9)
August, 2009
Common tips and tricks from a SQL Developer Support perspective
While some cases may start of as complex, they sometimes turn out to be caused by something not that complex. As the case always is once you have the solution. So I thought I would share some of the things that I've come across, and hopefully tha
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Common tips and tricks from a SQL Developer Support perspective
How to store performance monitor data into SQL Server using Reliability and Performance Monitor
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
Exactly what the title says. I spent some time on figuring this out since there is not so much information on this. Hopefully this will save you some time. What you need to do first is to create a System DSN to you SQL Server. Simply run odbcad32...
Common tips and tricks from a SQL Developer Support perspective
How to read a SQL Server trace file using .Net code, TraceFile and TraceServer.
Posted
over 3 years ago
by
Michael Aspengren - MSFT
2
Comments
When you wish to trace and see what is going on in SQL Server then the SQL Profiler tool is really useful. But what if you wish to read it from, for example, a C# console application? With or without having SQL Profiler installed. How do you...
Common tips and tricks from a SQL Developer Support perspective
"There is already an open DataReader associated with this Command which must be closed first" explained
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
Short one. This sometimes catches people out. When reading a SqlDataReader and then after the read is done, there is an attempt to use the connection that was used for the reading. The exception thrown is (in this case it is thrown when trying...
Common tips and tricks from a SQL Developer Support perspective
IsolationLevel is carried over to connections in connectionpool
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
When using SqlConnection and Transactions you my get a somewhat unexpected behavior. Namely that when you pick a connection from the connection pool, the connection you get will have inherited the IsolationLevel from what was set on the connection...
Page 1 of 1 (4 items)
MSDN Blogs
>
Common tips and tricks from a SQL Developer Support perspective
>
August, 2009