-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsql_links.txt
More file actions
41 lines (28 loc) · 1.89 KB
/
sql_links.txt
File metadata and controls
41 lines (28 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
How can I get the actual stored procedure line number from an error message?
https://stackoverflow.com/questions/4565614/how-can-i-get-the-actual-stored-procedure-line-number-from-an-error-message
SQL Server - Create a copy of a database table and place it in the same database?
https://stackoverflow.com/questions/15428168/sql-server-create-a-copy-of-a-database-table-and-place-it-in-the-same-database
Get the number of digits after the decimal point of a float (with or without decimal part)
https://stackoverflow.com/questions/37024739/get-the-number-of-digits-after-the-decimal-point-of-a-float-with-or-without-dec
Arithmetic overflow error converting numeric to data type numeric
http://www.sql-server-helper.com/error-messages/msg-8115-numeric-to-numeric.aspx
Result to display in Tex Mode.
https://www.sqlservercentral.com/forums/topic/result-to-display-in-tex-mode
Go To Line Number in SQL Server Management Studio Query Editor Window
http://zarez.net/?p=1938
How to set a default value for an existing column
https://stackoverflow.com/questions/6791675/how-to-set-a-default-value-for-an-existing-column
Does ROWCOUNT hint works for EXTRACT in U-SQL
https://stackoverflow.com/questions/42658709/does-rowcount-hint-works-for-extract-in-u-sql
String equality
https://saveenr.gitbooks.io/usql-tutorial/content/expressions/string-expressions.html
Transform int to string in u-sql
https://social.msdn.microsoft.com/Forums/office/en-US/303af995-0e8f-4288-8657-1e7023153451/transform-int-to-string-in-usql?forum=transactsql
Output Statement (U-SQL)
https://docs.microsoft.com/en-us/u-sql/output-statement
MAP_AGG (U-SQL)
https://docs.microsoft.com/en-us/u-sql/functions/aggregate/map-agg
ARRAY_AGG (U-SQL)
https://docs.microsoft.com/en-us/u-sql/functions/aggregate/array-agg
STRING_SPLIT with a multiple-character separator?
https://dba.stackexchange.com/questions/175764/string-split-with-a-multiple-character-separator