Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 3,655 total)

  • RE: Telecommuting DBAs

    Brilliant!!

    The downsides to telecommuting are that you become the invisible employee (See Steve's editorial 21st June 2005) and there is less emotional baggage in firing/downsizing an invisible employee.

    There is definitely...

  • RE: Security Through Chaos

    There is a government network that has so many levels of security that the must-have device for any lap-top user is a dial-up modem because the speed of a...

  • RE: Security Through Chaos

    Bio-diversity is why we haven't been wiped out by

    a) The black death

    b) Smallpox

    c) Flu

    d) Umpteen others

    I agree with pg53. The key is that the people managing these diverse technological...

  • RE: The DBA Whoops

    Now if only that worked on girlfriends.

    The problem with COMMIT TRANS in this case is that it results in a wife and massive consumption of resources.

    ROLLBACK TRANS and your handling...

  • RE: The DBA Whoops

    Been there, done that.

    To be honest, when I have a single record update I open up the table in Enterprise Manager and edit the record manually. You can't accidentally...

  • RE: Exists Keyword

    It doesn't do any harm to code SELECT 1 FROM etc

    Playing devils advocate I would say that

    a) It emphasises that this SELECT statement is for a specific purpose

    b) SELECT *...

  • RE: Exists Keyword

    Apparently not because EXISTS short-circuits

  • RE: Indexes?

    Is that a dagger I see before me?

  • RE: Indexes?

    If you put a clustered index on something it is best done on a field that is naturally ordered such as a sequential id field.

  • RE: Suggestions for Datatypes

    Income tax was originally a temporary taxation. Speed limits on motorways were originally temporary so I would be wary of SMALLDATETIME. Admittedly we will all be dead by...

  • RE: Better Secure This Data

    At least our bodily parts will remain attached.

  • RE: How to Ensure Only 1 Bit Valued As 1 in Table

    Lets see if I understand your method Chris.

    dbo.INDICATORTABLE contains a single record with the uniqifier field set to 1.

    All you do is set the value of othertablepk to the primary...

  • RE: Removing NTAuthority\system account from Production box

    Yes,

    Firstly, add the NT Account under which MSSQLSERVER service starts up to your server. This should be a domain account, not LOCALSYSTEM.

    Grant it SysAdmin rights.

    Remove BuiltIn/Administrators

    Be careful if you...

  • RE: Better Secure This Data

    Certain kitchen cleaning products, such as bleach, damage your fingerprints. Yet another reason to delegate domestic chores!

  • RE: Stored Procedure Debug Problem

    I my setup my MSSQLSERVER and SQLSERVERAGENT account are running with a domain account with minimal permissions to the domain but in the Administrators group of the SQL Server.

    Yes, I...

Viewing 15 posts - 2,701 through 2,715 (of 3,655 total)