ABCDEFGHIJKLMNOPQRST
1
SheetDetailed informationNotehttps://rebrand.ly/gh-sskhttp://sqlserver-kit.org
2
Must Read Articleshttp://sqlserver-kit.org/en/articles623 Awesome SQL Server Articles
3
Name Convention
https://github.com/ktaranov/sqlserver-kit/blob/master/SQL%20Server%20Name%20Convention%20and%20T-SQL%20Programming%20Style.md#table-of-contents
Set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation.
4
TSQL Awesome Code
https://github.com/ktaranov/sqlserver-kit/tree/master/Stored_Procedure
https://github.com/ktaranov/sqlserver-kit/tree/master/Scripts
Lists of awesome SQL Server stored procedures and scripts
5
SSMS
https://github.com/ktaranov/sqlserver-kit/tree/master/SSMS
SSMS distributive links
6
SSMS Addinshttp://sqlserver-kit.org/en/ssms/ssms-addins36 SSMS Addins
7
Tools
https://github.com/ktaranov/sqlserver-kit/tree/master/Utilities
Useful free and paid Microsoft SQL Server utilities and tools - complete list of 275 SQL Server Utilities
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100