my
overflow
30 posts tagged
sql
How do you list the primary key of a SQL Server table?
sql
sql-server
tsql
September 18, 2008
How do you determine the size of an index in SQL Server?
sql
sql-server
indexing
January 19, 2009
Generating a histogram from column values in a database
sql
sql-server
histogram
January 27, 2009
SQL query to make all data in a column UPPER CASE?
sql
uppercase
May 13, 2009
SQL - .NET - SqlParameters - AddWithValue - Are there any negative performance implications when Param Type is not specified?
.net
sql
May 13, 2010
Check if a connection is in a transaction
sql
sql-server
May 18, 2010
How does the Soundex function work in SQL Server?
sql
sql-server
soundex
September 3, 2011
Get Service Account Details of the SQL Agent Service
sql
sql-server
sql-server-2005
wmi-query
September 6, 2011
SQL select only rows with max value on a column
mysql
sql
aggregate-functions
greatest-n-per-group
groupwise-maximum
October 12, 2011
T-SQL: Single-Query Join with either one Table or another
sql
tsql
left-join
January 27, 2012
How to use the result from a second select in my first select
sql
sql-server
sql-server-2012
February 7, 2013
Finding records sets with GROUP BY and SUM
sql
group-by
aggregate-functions
May 9, 2013
need date in the format yyyy-mm in mssql
sql
sql-server
sql-server-2008
June 26, 2013
Group results of grouped query
sql
sql-server
ssms
July 3, 2013
using sql count in a case statement
sql
July 31, 2013
Insert Multiple Rows Into Temp Table With SQL Server 2012
sql
sql-server-2012
bulkinsert
August 1, 2013
Join on 1=1 versus cross join
sql
join
January 9, 2014
Select Consecutive Numbers in SQL
sql
sql-server
common-table-expression
recursive-query
April 23, 2014
Use Column value as string pattern in REPLACE function
sql
sql-server
replace
August 11, 2014
Get current user while using SQL Authentication
sql
sql-server
authentication
active-directory
sql-authentication
September 19, 2014
Price limit slider with Bootstrap
javascript
html
sql
twitter-bootstrap
slider
May 14, 2015
ExecuteReader() in Powershell script
sql
powershell
ado.net
executereader
May 21, 2015
Replace NULL with empty string in SQL for ALL columns
sql
sql-server
sql-server-2012
February 17, 2016
How to get datasource from Connectionstring using PowerShell?
sql
.net
powershell
January 24, 2017
How to join a number with the range of number from another table
sql
sql-server
July 28, 2017
Using case, count, and group by in 1 query
sql
sql-server
tsql
April 13, 2018
Find the first free id
c#
sql
linq
February 23, 2019
Add FK / Constraint to subsection of table
sql
sql-server
foreign-keys
check-constraints
April 30, 2019
Query item with closest date based on current date
sql
sql-server
tsql
June 3, 2019
Does SQL have a number separator (like an underscore) to split up large number literals
sql
tsql
June 21, 2022