30 posts tagged sql

How do you list the primary key of a SQL Server table?
sqlsql-servertsql
How do you determine the size of an index in SQL Server?
sqlsql-serverindexing
Generating a histogram from column values in a database
sqlsql-serverhistogram
SQL query to make all data in a column UPPER CASE?
sqluppercase
SQL - .NET - SqlParameters - AddWithValue - Are there any negative performance implications when Param Type is not specified?
.netsql
Check if a connection is in a transaction
sqlsql-server
How does the Soundex function work in SQL Server?
sqlsql-serversoundex
Get Service Account Details of the SQL Agent Service
sqlsql-serversql-server-2005wmi-query
SQL select only rows with max value on a column
mysqlsqlaggregate-functionsgreatest-n-per-groupgroupwise-maximum
T-SQL: Single-Query Join with either one Table or another
sqltsqlleft-join
How to use the result from a second select in my first select
sqlsql-serversql-server-2012
Finding records sets with GROUP BY and SUM
sqlgroup-byaggregate-functions
need date in the format yyyy-mm in mssql
sqlsql-serversql-server-2008
Group results of grouped query
sqlsql-serverssms
using sql count in a case statement
sql
Insert Multiple Rows Into Temp Table With SQL Server 2012
sqlsql-server-2012bulkinsert
Join on 1=1 versus cross join
sqljoin
Select Consecutive Numbers in SQL
sqlsql-servercommon-table-expressionrecursive-query
Use Column value as string pattern in REPLACE function
sqlsql-serverreplace
Get current user while using SQL Authentication
sqlsql-serverauthenticationactive-directorysql-authentication
Price limit slider with Bootstrap
javascripthtmlsqltwitter-bootstrapslider
ExecuteReader() in Powershell script
sqlpowershellado.netexecutereader
Replace NULL with empty string in SQL for ALL columns
sqlsql-serversql-server-2012
How to get datasource from Connectionstring using PowerShell?
sql.netpowershell
How to join a number with the range of number from another table
sqlsql-server
Using case, count, and group by in 1 query
sqlsql-servertsql
Find the first free id
c#sqllinq
Add FK / Constraint to subsection of table
sqlsql-serverforeign-keyscheck-constraints
Query item with closest date based on current date
sqlsql-servertsql
Does SQL have a number separator (like an underscore) to split up large number literals
sqltsql