forked from mtikoian/SQLDBA-SSMS-Solution
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathArchitecture-Choices-That-Affect-Performance.ssmssqlproj
46 lines (46 loc) · 1.88 KB
/
Architecture-Choices-That-Affect-Performance.ssmssqlproj
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
42
43
44
45
46
<?xml version="1.0"?>
<SqlWorkbenchSqlProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="Architecture-Choices-That-Affect-Performance">
<Items>
<LogicalFolder Name="Connections" Type="2" Sorted="true">
<Items />
</LogicalFolder>
<LogicalFolder Name="Queries" Type="0" Sorted="true">
<Items>
<FileNode Name="Finding Data Type Mismatches.sql">
<AssociatedConnectionMoniker />
<AssociatedConnSrvName />
<AssociatedConnUserName />
<FullPath>Finding Data Type Mismatches.sql</FullPath>
</FileNode>
<FileNode Name="Foreign key and constraints.sql">
<AssociatedConnectionMoniker />
<AssociatedConnSrvName />
<AssociatedConnUserName />
<FullPath>Foreign key and constraints.sql</FullPath>
</FileNode>
<FileNode Name="Implicit Conversion Examples.sql">
<AssociatedConnectionMoniker />
<AssociatedConnSrvName />
<AssociatedConnUserName />
<FullPath>Implicit Conversion Examples.sql</FullPath>
</FileNode>
<FileNode Name="Red Flags for Database Design.sql">
<AssociatedConnectionMoniker />
<AssociatedConnSrvName />
<AssociatedConnUserName />
<FullPath>Red Flags for Database Design.sql</FullPath>
</FileNode>
</Items>
</LogicalFolder>
<LogicalFolder Name="Miscellaneous" Type="3" Sorted="true">
<Items>
<FileNode Name="Meetup - Database Architecture Designs That Impact Performance.pptx">
<AssociatedConnectionMoniker />
<AssociatedConnSrvName />
<AssociatedConnUserName />
<FullPath>Meetup - Database Architecture Designs That Impact Performance.pptx</FullPath>
</FileNode>
</Items>
</LogicalFolder>
</Items>
</SqlWorkbenchSqlProject>