Forum Replies Created

Viewing 15 posts - 6,211 through 6,225 (of 7,187 total)

  • RE: Error in BULK insert query

    Does the SQL Server service start under a local account or a domain account?

    John

  • RE: T-SQL

    So you're trying to show all books that have been order at least twice? Change books.* in the first line to books.bk_no. That will give you a list...

  • RE: October Energy Update

    How efficient is nuclear after you take into account building and decommissioning over the lifetime of the reactor, and extracting the fuel from the uranium ore? And do we...

  • RE: Time Zone issue

    British Summer Time ended last Sunday (28th October) and so now we're back to GMT. However, the time of this post shows up as BST.

    John

  • RE: Reviewing a database's indexes

    It's worse than that. Certain events, such as restoring a database or changing it to or from read-only status, will cause the counters for that database to be removed....

  • RE: Archiving / Truncating

    Ah, now that's a different error message. If a column in one of your tables has the IDENTITY property, that means that the value in that column is automatically...

  • RE: Optimizing query

    It's just an alias for the derived table. You could also use S, T, CatsAndDogs or (almost) anything you choose.

    John

  • RE: Archiving / Truncating

    Gary

    I don't think those parentheses are valid syntax, although that doesn't explain the specific error that you got. Have you checked which user owns the table ACHBatches in the...

  • RE: Truncate Table

    Nicholas Cain (10/30/2007)


    I do not believe that the answer is correct.

    The question was the fastest way to delete every row in a table.

    Delete and truncate are not the same thing.

    Should...

  • RE: What's Fair

    Surely "American capitalism at its finest" would see the tickets priced at a level such that the number of people willing to pay for them is equal to the number...

  • RE: storedProcedure numeric parameter becomes int

    Russ

    I'm not clear exactly what you're trying to do - what is the T-SQL that you're running? It may also help if you give us the table and SP...

  • RE: Date and Time in SQL Server 2008

    Jonathon Prosper (10/25/2007)


    If I want the date to say 1/1/0000 I should have some option to do so.

    I think it might get a bit messy around the interface between BC...

  • RE: A puzzled entry exit problem

    Dfalir (10/24/2007)


    Come on mate, I am sure you can think something smarter than that. Suggest something serious! lol 🙂

    Garbage in, garbage out. If you don't know when or whether...

  • RE: Truncate Table

    Can we have more questions where the answer is in the title of the question!

    John

  • RE: As Offshoring Gets Realistic, Can IT Workers Relax?

    Yes. I work in the north of England... if I were based in London then I'm sure I could beat US salaries. And don't forget we Brits don't...

Viewing 15 posts - 6,211 through 6,225 (of 7,187 total)