Forum Replies Created

Viewing 15 posts - 181 through 195 (of 2,436 total)

  • RE: What's the best way to change the 'sa' password

    Jeff I really like the 2 person rule. Who would have thunk something so simple could be so secure !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Declaring variables in loops gives unexpected behavior

    The string length behavior is normal. adding another SELECT to initialize the variable for each loop iteration produces the correct results !

    DECLARE @counter INT;

    SET @counter = 0;

    WHILE @counter < 5

    BEGIN

    ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: How long is a NULL?

    ahhh ... just another case of getting 'caught' by an 'implicit' converstion !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: It's about Perception

    Here is a 'truism' that an old mainframer taught to me almost 3 decades ago:

    One "awe sh#t" ruins ten thousand "atta boys" every time !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: All-in-one

    I too started with SQL v4.2 on OS2/Warp and have witnessed the 'evolution' of the 'tools' that a SQL Server DBA has available.

    SSMS is a great all around tool...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Today's Random Word!

    Serenity

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Anyone worked in SQL 6.0?

    I have worked with SQL since v4.21 ...

    also v4.21a, v6.0, v6.5, v7.0, 2000 ans 2005 (sorry no 2008 yet !)

    likewise I will try - I even still have install source...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Puzzling SQL server performance

    On another note - you really, really need to upgrade SQL 2000 Server to at least SP4.

    You are presently running SP3a with security hotfix 818 - which has not been...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Can't shrink large Tempdb database

    You may or may not want to shrink tempdb - it got to be its present size for a reason. I would suggest profiler to perform some monitoring before you...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: ASK SQLServerCentral

    I agree the format is 'wierd'. I also think that in a manner of speaking that it is redundant. As for me SSC will be the only SQL site I...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: BCP Problem

    How about adding:

    -e errorfile.txt

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: load testing

    From an application perspective take a look at Mercury LoadRunner.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: PAGEFILE.SYS - Any relation to SS performance?

    If you are having paging at the OS level you are in trouble NOW.

    Memory is so cheap that there is absolutely no reason to have this type of issue anymore....

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Collation setting for all user databases

    Hidden ???

    sp_helpdb

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: True, False, bit fields and can't submit QOTD

    Give this link a read ...

    http://msdn.microsoft.com/en-us/library/ms177603.aspx

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 181 through 195 (of 2,436 total)