Forum Replies Created

Viewing 15 posts - 16 through 30 (of 418 total)

  • RE: Cursor settings question

    Again, tnx for answering.

    That sounds familiar, but there was more to it. We had a set of test scripts for measuring the performance. Basically you could turn all options ON...

    Greetz,
    Hans Brouwer

  • RE: Cursor settings question

    Tnx for answering.

    I have performance issues and the cursors are not going away real soon. They are build in the communication layer of a commercial 3rd party software. I have...

    Greetz,
    Hans Brouwer

  • RE: System DBs default location

    Tnx for answering all.

    You are right: under advanced options you can change the destination of database files. It has been a while for me as well since last I installed...

    Greetz,
    Hans Brouwer

  • RE: Index over multiuple columns question

    Colx has about 11000 unique values on several million rows.

    On being disabled, I don't know, I'll have to check that. Never thought of that.

    Greetz,
    Hans Brouwer

  • RE: Index over multiuple columns question

    OK, the real thing:

    /****** Object: Index [$13] Script Date: 08/30/2011 08:54:40 ******/

    CREATE UNIQUE NONCLUSTERED INDEX [$13] ON [dbo].[ABX$Item]

    (

    [EAN-Code] ASC,

    [No_] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE...

    Greetz,
    Hans Brouwer

  • RE: Index over multiuple columns question

    OK, here comes:

    /****** Object: Index [$13] Script Date: 08/29/2011 14:05:06 ******/

    CREATE UNIQUE NONCLUSTERED INDEX [$13] ON [dbo].[Table1]

    (

    [Colx] ASC,

    [Coly] ASC

    )WITH

    (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE ...

    Greetz,
    Hans Brouwer

  • RE: What's wrong with my view?! ORDER BY problem.

    So, the use of PERCENT is the problem? That's the only difference I notice...

    Tnx for the heads-up all. I rarely use view design, but I was lazy this time...

    Greetz,
    Hans Brouwer

  • RE: Which Administrators database am I searching for?

    Tnx, this sure is helpful. I wonder though if this is the Real Thing. As I recall this database was designed and build by a private person and had it's...

    Greetz,
    Hans Brouwer

  • RE: To create index on varcharcolumn

    Use of the index on a varchar will not be (much) slower, other things may be taken into consideration, like maintenance overhead, updates and deletes, diskspace and such. Here is...

    Greetz,
    Hans Brouwer

  • RE: What's wrong with my view?! ORDER BY problem.

    Tnx for answering all. I do find it peculiar, that in DESIGN mode the BY ORDER clause is working.

    Oh well.

    Greetz,
    Hans Brouwer

  • RE: What is an associated remote login?

    OK, tnx for answering.

    Greetz,
    Hans Brouwer

  • RE: Data Modeling Tool that Reverse Engineers an existing database

    I think most modelling tools can do this. I have worked with ERStudio from Embarcadero and PowerDesigner from Sybase, both can reverse engineer, though it sometimes comes with weird solutions.

    However,...

    Greetz,
    Hans Brouwer

  • RE: I can't restore anymore...

    You are right, I was thinking of an attach-statement, has no truck here.

    Anyways, 2 of the 3 offending databases have been succesfully restored, I will try the 3rd tonight,it's a...

    Greetz,
    Hans Brouwer

  • RE: I can't restore anymore...

    Tnx for answering all.

    The number of files are the same for all DB's, 1 .MDF and 1 .LDF.

    The logical names are the same on PROD(source) and TST(target). Location is different,...

    Greetz,
    Hans Brouwer

  • RE: Read autorization of SP WITHOUT execute/update right possible?

    Right!

    Tnx a lot.

    Greetz,
    Hans Brouwer

Viewing 15 posts - 16 through 30 (of 418 total)