Forum Replies Created

Viewing 15 posts - 46 through 60 (of 62 total)

  • RE: T-SQL

    I completely agree with Hugo. You said the "best" way, not the way with the least effort (and potentially not the best result). Besides which if you use...

  • RE: MS Access and blocking locks

    Thanks for your help.

    I haven't actually tried any of your suggestions, but very bizarrely everything had sorted itself out the following day.

    I have decided to put my efforts into working...

  • RE: Database Maintenance Plan Backup job reporting failure

    Aha - I have just discovered what the problem was. After the recovery the permissions on the backup folder got changed (not intentionally), so the sql server account no...

  • RE: ORDER BY

    It also reinforces the never select * from anything rule!

  • RE: ORDER BY

    Choosing the logical answer is quite often not the way to go if you're not sure! Many of these questions are designed to highlight cases where the logical answer...

  • RE: ORDER BY

    Since the answer you have is incorrect for SQL 2000, and you never specified which version, can we have our points back please?

  • RE: Collation Error 468

    I've had occasion to use COLLATE when I needed an accent insensitive search (I needed to find é as well as e when the user typed e), when all of...

  • RE: What are these Logins with sysadmin rights for?

    This has been very helpful - thank you.

    Rachel.

  • RE: The ARRAY In SQL Server 2000

    I was wondering whether this is actually the solution to a problem I have, or whether it would be too inefficient.  If anyone has any clever suggestions, then please let...

  • RE: Question of the Day for 05 Sep 2005

    Ditto.

    Can the points be given to everybody who answered A as well as those who answered B?

  • RE: Question of the Day for 23 Aug 2005

    In BOL it says that REPLACE is only needed if you are trying to restore a backup of a database with one name onto an existing database of a different...

  • RE: Question of the Day for 23 Aug 2005

    I can't believe that this one got past the proof readers after the similar question we had the other day!  It has exactly the same syntax error as that quesion did...

  • RE: Unique constraints and nulls

    Thank you.  This has been very helpful.

  • RE: Question of the Day for 10 Aug 2005

    I agree - there is no "WITH" in the first statement before the NORECOVERY, so you get an error - i.e. "An error occurs because the first restore statement is...

  • RE: How do I get updateable disconnected recordsets from a stored procedure?

    Doh!

    You're quite right - the results come from several tables.

    To be honest I never actually wanted to update the data using the ADO recordsets anyway, since all our database updates...

Viewing 15 posts - 46 through 60 (of 62 total)