Forum Replies Created

Viewing 15 posts - 271 through 285 (of 2,038 total)

  • RE: HTTP Post via SP

    Hi

    My advice would be, don't do this within SQL Server if possible. HTTP-Posts/-Requests usually should be done by a process.

    If you really need to do this with SQL Server, use...

  • RE: TSQL using a wildcard in a where clause with dynamic sql

    Hi Tak

    Glad we could help. Thanks for the feedback!

    Flo

  • RE: Need some reporting help

    Hi douglas

    Have a look to this link:

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns[/url]

    Greets

    Flo

  • RE: TSQL using a wildcard in a where clause with dynamic sql

    Hi takutoyamada

    If the search criterion does not contain any further wild cards (like "%foo%bar%") CHARINDEX function usually works faster than LIKE.

    Greets

    Flo

  • Viewing 15 posts - 271 through 285 (of 2,038 total)