From 10cd0711a4e0f60f587fd43040b29306b0c16c06 Mon Sep 17 00:00:00 2001 From: Evgeny Grebenyuk Date: Wed, 26 Apr 2017 13:21:01 +0200 Subject: [PATCH] Fix escaping --- docs/content/faq.fsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/faq.fsx b/docs/content/faq.fsx index e863883d..bcf078cb 100644 --- a/docs/content/faq.fsx +++ b/docs/content/faq.fsx @@ -71,7 +71,7 @@ Following command allows to filter dynamically information on sales people based (** ### 4. Why do I get compile time error " ... The undeclared parameter '@p1' is used more than once in the batch being analyzed."? -This is a limitation of [sys.sp_describe_undeclared_parameters](https://msdn.microsoft.com/en-us/library/ff878260.aspx). +This is a limitation of [sys.sp\_describe\_undeclared\_parameters](https://msdn.microsoft.com/en-us/library/ff878260.aspx). To work around this limitation, you can declare another variable in your script: @@ -136,4 +136,4 @@ There are two cases when you would get those extra methods. * Referencing a Table Valued Function In both cases the methods return `Option<'T>` (or `Async>`) rather than `Seq<'T>` (or `Async>`) -*) \ No newline at end of file +*)