File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Following command allows to filter dynamically information on sales people based
7171(**
7272### 4. Why do I get compile time error " ... The undeclared parameter '@p1' is used more than once in the batch being analyzed."?
7373
74- This is a limitation of [sys.sp_describe_undeclared_parameters ](https://msdn.microsoft.com/en-us/library/ff878260.aspx).
74+ This is a limitation of [sys.sp\_describe\_undeclared\_parameters ](https://msdn.microsoft.com/en-us/library/ff878260.aspx).
7575
7676To work around this limitation, you can declare another variable in your script:
7777
@@ -136,4 +136,4 @@ There are two cases when you would get those extra methods.
136136* Referencing a Table Valued Function
137137
138138In both cases the methods return `Option<'T>` (or `Async<Option<'T>>`) rather than `Seq<'T>` (or `Async<Seq<'T>>`)
139- *)
139+ *)
You can’t perform that action at this time.
0 commit comments