Tag: tsql
Found 135 results for 'tsql'.
1) sql - How do I UPDATE from a SELECT in SQL Server?
2) c# - Implementing secure, unique "single-use" activation URLs in ASP.NET (C#)
3) sql-server - Snapshot isolation transaction aborted due to update conflict
4) sql-server - How to check if a column exists in a SQL Server table
5) sql - Calculating distance between two points (Latitude, Longitude)
6) sql - T-SQL Development debate, which is the correct approach
7) sql-server - Sql Server STUFF - is it supposed to work with position > 8000?
8) sql-server - What are row, page and table locks? And when they are acquired?
9) database - How do you handle constantly changing database dimensions?
10) sql - SQL Server calculate distances between 2 sets of columns of latitude / longitude
11) sql-server - SQL Server: Isolation level leaks across pooled connections
12) sql - Conversion failed when converting the varchar value 'simple, ' to data type int
13) sql - Can I Comma Delimit Multiple Rows Into One Column?
14) sql - Not equal <> != operator on NULL
15) sql - Best approach to SQL Server query using distinct
16) sql-server - How can I remove duplicate rows?
17) sql-server - Insert multiple rows WITHOUT repeating the "INSERT INTO ..." part of the statement?
18) sql-server - Update an entire single column with table joined query
19) sql - How can a LEFT OUTER JOIN return more records than exist in the left table?
20) sql-server - INSERT INTO vs SELECT INTO
21) sql - Getting concatenated rows in ascending order
22) tsql - Convert multiple rows into one with comma as separator
23) sql-server - How to check if a column exists in a SQL Server table
24) sql - How can I list all foreign keys referencing a given table in SQL Server?
25) sql-server - T-SQL: Getting all the tables having one column called XXX
26) sql-server - Insert Update trigger how to determine if insert or update
27) sql-server - Check if table exists in SQL Server
28) sql - Should I use != or <> for not equal in T-SQL?
29) sql - What is the minimum number of rows required to create an index?
30) sql-server - List sql table relations using query
31) sql - How to store semicolon separated long string into multiple columns?
32) sql - Using READ UNCOMMITTED with UNION ALL
33) algorithms - An algorithm that spreads similar items across a list
34) sql - SQL Server - Best way to get identity of inserted row?
35) sql - WITH CHECK ADD CONSTRAINT followed by CHECK CONSTRAINT vs. ADD CONSTRAINT
36) sql - Add a column if it doesn't exist to all tables?
37) sql-server - Join two tables only if the first contains certain values if not join another
38) sql - Can I Comma Delimit Multiple Rows Into One Column?
39) sql - SQL - I need to divide a total value into multiple rows in another table
40) sql-server - NCHAR(1) vs BIT
41) mysql - Replace Default Null Values Returned From Left Outer Join
42) sql - How to find the worst performing queries in SQL Server 2008?
43) sql - Imply bit with constant 1 or 0 in SQL Server
44) sql-server - How delete records that are not the maximum of a group from an SQL table
45) sql-server - Sequence as default value for a column
46) tsql - Testing for inequality in T-SQL
47) sql-server - Check if table exists in SQL Server
48) sql-server - SQL Server : IF condition within where clause
49) sql - Get the nearest longitude and latitude from MSSQL database table?
50) sql-server - Cannot truncate table because it is being referenced by a FOREIGN KEY constraint?