python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I tell if a host is connecting via multiple spids using one application or running multiple instances of the application itself?
We trace our SQL Server activity for performance issues. Some applications, written in C#, look to have up to 50 individual spids connecting to the DB from a single machine. How can I distinguish if t...
cloudsafe
Votes: 0
Answers: 1
On Amazon SQL Server RDS, how can we identify all apps that are connecting using the direct server name and not the alias?
We are soon to migrate our back-end from an Amazon SQL Server RDS to another identically set up RDS server. We intend that our systems will not be interrupted because they connect using an AWS alias t...
cloudsafe
Votes: 0
Answers: 0
How to customize the SQL Server connection ApplicationName property in Nhibernate for profiling
I am trying to correlate SQL query activity in a SQL Server Studio profile trace with different client processes in a large application that I am new to. The connection ApplicationName column in the t...
camelCase
Votes: 0
Answers: 1
Get sql statements from an exe (no source code)
I have an exe written in Delphi a decade or more ago, with no source code. It calls a ms sql database, maybe more than 1 to retrieve data. I have read only access to one of the databases, I don't have...
David
Votes: 0
Answers: 1