Comments
Sort by recent activity
SQL Prompt 10 uses JSON format instead of XML for the snippet files, so you'll want to either copy the text into the Snippet Manager or recreate the above using JSON, but note that the JSON uses a GUID in the file name and within the text of the Snippet file. The GUIDs for both should match and be unique from other GUIDs for other snippets. / comments
SQL Prompt 10 uses JSON format instead of XML for the snippet files, so you'll want to either copy the text into the Snippet Manager or recreate the above using JSON, but note that the JSON uses a ...
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>yell</Title> <Shortcut>yell</Shortcut> <Description>Vent your frustration</Description> <Author /> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations /> <Code Language="sql"><![CDATA[/* AAAA AAAA AAAA AAAA RRRRR GGGG HH HH ###### AA AA AA AA AA AA AA AA RR RR GG GG HH HH ###### AA AA AA AA AA AA AA AA RR RR GG HH HH #### AAAAAA AAAAAA AAAAAA AAAAAA RRRRR GG GGG HHHHHH ## AA AA AA AA AA AA AA AA RR RR GG GG HH HH AA AA AA AA AA AA AA AA RR RR GGG G HH HH ## */]]></Code> </Snippet> </CodeSnippet> </CodeSnippets> / comments
<?xml version="1.0" encoding="utf-8"?><CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>yell</Title> <Shortcut>yell</Shortcut> <Description>Vent your frustration</Descr...
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>j</Title> <Shortcut>j</Shortcut> <Description>JOIN fragment</Description> <Author /> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations /> <Code Language="sql"><![CDATA[JOIN ]]></Code> </Snippet> </CodeSnippet> </CodeSnippets> / comments
<?xml version="1.0" encoding="utf-8"?><CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>j</Title> <Shortcut>j</Shortcut> <Description>JOIN fragment</Description> <...
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>neo</Title> <Shortcut>neo</Shortcut> <Description>A word from one of our sponsors</Description> <Author /> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations /> <Code Language="sql"><![CDATA[-- I know Kung-Fu.]]></Code> </Snippet> </CodeSnippet> </CodeSnippets> / comments
<?xml version="1.0" encoding="utf-8"?><CodeSnippets> <CodeSnippet Format="1.0.0"> <Header> <Title>neo</Title> <Shortcut>neo</Shortcut> <Description>A word from one of our sponsor...