Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: LIKE keyword - is it case sensitive or not ?

    The case-sensitivity is not related to operators in SQL Server. It depends on whether you have case-sensitive collation defined for your database/table. You can force case-sensitivity in your like statement...

  • RE: Stored Procedures

    No You can't..although you call call a stored procedure inside other Stored Proc.

Viewing 2 posts - 1 through 3 (of 3 total)