Forum Replies Created

Viewing 15 posts - 48,106 through 48,120 (of 59,064 total)

  • RE: Determining Database status

    The bits of status require a knowledge of "bit mapping".

    As you know, the "value" of each bit in a byte or word doubles the previous one. To count the...

  • RE: Hungarian notation convention

    Gosh... you can use Hungarian notation if you want, but I think it's a real PITA. Let's say you have a table called something like tbl_MyTable. Someone redesigns...

  • RE: need a small script

    Oh.... be careful... you didn't include anything to limit the update to a single row in the table. Your current query will update the entire table all the time!

    It...

  • RE: sql query to find statement currently executing in sp

    Why? What is it that you're trying to accomplish?

  • RE: Compare databases & TABLES

    Now back the migration pony up just a minute, please! How did you do the migration? It's important to know because some methods absolutely guarantee that the databases,...

  • RE: Problem with ranking

    Dugi,

    I'll make you a deal... if you provide the test table and the test data IAW the link in my signature, I'll show you a method that will blow the...

  • RE: Transferring millions of rows of table data across Sql server 2005

    mohammed moinudheen (9/15/2008)


    Our access is restricted. And also, SQL server 2000 is also configured.

    Also, if your access is restricted, why are you the one doing the data transfer? Have...

  • RE: Tempdb

    IMHO... it's ALWAYS worth doing.

  • RE: space issue

    BWAHAA! Move to a bigger house so it can have it's own bedroom! 😀

  • RE: Caught in Wrong Job ....

    I agree with the others... stick it out for at least 90 days. If I had quit my previous job due to "disuse" in the first 90 days, I'd...

  • RE: How you are all dealing with ntext, text and image data types ?

    Although NVarChar(Max) is preferable in my book over NText, NText is still available in SQL Server 2005 (according to BOL) and you shouldn't have to make the change you speak...

  • RE: Uniformkey

    Roger Abram (9/22/2008)


    I've been asked to add a field to a table and the type should be "uniformkey"

    Not sure what that is!

    Does anyone know?

    Thank you.

    Roger

    They probably mean "UniqueIdentifier".

  • RE: Datatype conversion

    GilaMonster (9/22/2008)


    Pleasure.

    I'm sorry I missed it... Congrats on the 6k milestone, Gail. 🙂

  • RE: Users: Are they active?

    Heh... the "other" way is to simply disable the users... when a proc fails or a user sqawks, then you know you've got a live one... 😛 You laugh!...

  • RE: Users: Are they active?

    Do they still have "C2 Auditing" in 2k5? If so, that would probably do it.

Viewing 15 posts - 48,106 through 48,120 (of 59,064 total)