Forum Replies Created

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

  • RE: sp_prepexec and nHibernate

    @GrassHopper

    I realise this is not strictly on topic but we use a very similar tactic but instead use varchar(8000) parameters using a dbo.Split function which utilises a number...

  • RE: sp_prepexec and nHibernate

    ryan.offord (12/8/2011)


    One of the main problems I see with nHibernate is the way it approaches parameters for IN statements. I fully admit it's most likely our developers way of using...

  • RE: sp_prepexec and nHibernate

    I have a couple of questions about this article:

    1.) Are the plans cached by sp_prepexec stored in the same place as the plans cached when using Stored Procedures?

    2.) Do you...

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