python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In SQL How to choose two of three or more tables to join based on a condition?
I have a total of say 3 tables, but I am only interested in joining two of them based on a condition. There is a lot of Q&A on how to use Case Statements, but that's when tables are already define...
TarrotCarder
Votes: 0
Answers: 4
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
SQL - Transpose one column of data into a row
I am looking to take the values of a single column and transpose them into the corresponding row for each ClientGUID. A simple example of the of what I have post SELECT statement is:
ClientGUID
Dx...
zwick44
Votes: 0
Answers: 2
How to convert a currency format (from Excel) into a decimal in SQL?
I have a column in a table called [AMOUNT]. The column contains value uploaded from an excel sheet in the Currency Format (i.e $158.96, ($78.36), $714.98, ($7.73), etc). How do I convert these value...
no_name03
Votes: 0
Answers: 1