We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikEJ/SqlServer.Rules'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
View1.sql•290 B
CREATE VIEW [View1]
AS
SELECT Table1.*
FROM Table1 WITH (nolock)
INNER JOIN dbo.Table2 t2
ON 1 = 1
AND dbo.Table1.[Table1Id] = t2.[Tbl1Id]
AND dbo.Table1.[Table1Id] = t2.[Tbl1Id]
AND GETDATE() > GETDATE() - 1
AND LEFT(dbo.Table1.[Table1Id], 20) = LEFT(t2.[Tbl1Id], 20)