Forum Replies Created

Viewing 15 posts - 8,821 through 8,835 (of 18,923 total)

  • RE: Change column to autonumber

    One question to ask is : Does Access Know that you changed the field from String to Autonumber?

    One way to be sure is to drop the textbox from the form...

  • RE: Please help , read the trn files names from a folder

    Couldn't you use that same script after each backup is taken and save the required restore script in a different location (central DB, network drive...).

  • RE: Minimum security to create and drop indexes

    I'd tell them to pass the requests to you so you can analyse the actual need for the index and run it for them.

    The problem is that if they can...

  • RE: SQl 2008 install to non-default location

    Might be a crutch, but that also might work.

    Can you put the install file on D:, then unzip the package on D:. If it's automatically put on C:, I'm...

  • RE: Change column to autonumber

    Yes, I still don't see why it makes a difference as to when the id is displayed / created. The id is useless without the rest of the data...

  • RE: "For each table in database......"

    I never worked with that... I'll let you explain that one :D.

  • RE: Moving Indexes

    Thom (9/15/2008)


    Files are now available for download at the bottom of the article, sorry for the delay.

    NP, that was faster than the usual poster :D.

  • RE: Change column to autonumber

    1 - Why does it matter in your case that the number be displayed before or after the record is inserted?

    2 - Why not just use access working and built...

  • RE: Change column to autonumber

    You just told your mechanic that you have a problem with your car, but you didn't bring the car, nor what the problem actually his.

    Please post the code you tried...

  • RE: Integer or String data type for primary key

    SSC or SSN Steve?

    You've been working here too long me thinks ;).

    Just a final note, as always test, test, test. I chose to do it this way because it...

  • RE: Change column to autonumber

    bpowers (9/12/2008)


    The script worked great. However, I have run into another problem with this. The data that goes into this table is entered into an Access form. When a user...

  • RE: Search QUERY

    Why do you need to do this exactly?

    Do you need to find a given value in any columns in any tables?

    Is that something that you have to do as a...

  • RE: Moving Indexes

    Awesome job Tom.

    I however have a suggestion for all those articles with 15 different code snippets. Could you include a download link where we can get the whole thing...

  • RE: Updating more than one rows at a time

    Perry Whittle (9/8/2008)


    where exists

    would be more efficient than

    where in

    Are you sure about that one? Like I tested it and in this case exists is faster than in?

  • RE: Integer or String data type for primary key

    That looks like an order system.

    What I did in mine that really improved performance was to create the PK as an int, but I also kept the order id as...

Viewing 15 posts - 8,821 through 8,835 (of 18,923 total)