Forum Replies Created

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

  • RE: Access2003 and sql_variant

    hello Richard

    The sp is like this

    CREATE procedure dbo.[sp.DDSGetdetail]

    (@TABL nvarchar(100),

    @ID sql_variant,

    @Detail nvarchar(50),

    @ID2 sql_variant = Null,

    @idname nvarchar (50) = Null,

    @numfield smallint = Null,

    @VAR01 nvarchar...

  • RE: slow performance

    De values doesn't change a lot, but every day there are new records. The problem is how fast a form opens. If it's possible, I declare a global variable for...

  • RE: slow performance

    We are working with an SQL server with an access frontend. In this we experiences some performance problems with drop down boxes.

    To solve this I want to go into...

  • RE: optimized for 8 concurrent queries

    Hello Paul,

    Thank you for your advise. I ran that query and.......personal Edition!! If you ever be in Holland, I buy you a beer!

    Manig

  • RE: optimized for 8 concurrent queries

    I'm sure i've the enterprise edition. I've asked the system admin if we have a version for enough users. Tomorrow I get the answer

    thanks in advance

  • RE: optimized for 8 concurrent queries

    Yes I did, maximum concurrent user connections = 0

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