Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ssms

Microsoft Sql Service Management Studio 2005 'script Xxx As Create To' Problem

When using the 'Script Index as CREATE To' to duplicate an index from one table to another … Read more Microsoft Sql Service Management Studio 2005 'script Xxx As Create To' Problem

Sql Query Using Entity Framework Runs Slower, Uses Bad Query Plan

am using entity framework generally successfully, but one query is running remarkably slowly. The … Read more Sql Query Using Entity Framework Runs Slower, Uses Bad Query Plan

Split String Via Select Statement

Fairly simple question, but seems impossibe to get an answer. If I have this: declare @Agent nvarc… Read more Split String Via Select Statement