Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/faq.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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<Option<'T>>`) rather than `Seq<'T>` (or `Async<Seq<'T>>`)
*)
*)