Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 2,436 total)

  • RE: A severe error occurred on the current command

    Is there anything in the SQL server error log ? Are there any *.DMP files on the SQL Server ? Do the event logs have any entries that correspond to...

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

  • RE: All columns as VARCHAR

    Standards are meant to be followed, although not 'rigidly' ... as with most sets of rules there are always going to be exceptions. So here's my thinking ... #tables ('true'...

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

  • RE: Phantom Index from ShowContig?

    Nothing is 'phantom'. Based on  the output you posted:

    OBJECTNAME OBJECTID INDEXNAME INDEXID ...

    ------------------------ ----------- ------------------------ ----------- ...

    BAT_AUDIT 1838785758 PK_BAT_AUDIT 1 ...

    BAT_AUDIT 1838785758 TBAT_AUDIT 255 ...

    PK_BAT_AUDIT index has INDEXID of 1...

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

  • RE: MSDE Maint. plan problems

    OSQL or QA will work. Here's a link to get you started:

     

        http://support.microsoft.com/default.aspx?scid=kb;en-us;241397

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

  • RE: MSDE Maint. plan problems

    MSDE databases can most certainly have databases in 'full recovery' mode. I've 2 vendor applications using MSDE that were simple recovery with no maintenance plans whatsoever when originally installed. They now have Integrity Checks,...

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

  • RE: Threading from an xp

    The Unix 'fork' command would be a useful addition to the world of Windows ... MS has taken more, | and other things from Unix, why not 'fork' too ?

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

  • RE: DBMS += XML = ???

    SET XFILES_MODE ON

    XML is a secret government plot (covered up by plausible deniabilty). The government owns major stakes, via clandestine channels, in all major disk manufacturers around the globe. Everyone in IT...

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

  • RE: Help truncate

    This sp will be 'removed' sometime in the future ...

    Use "ALTER DATABASE your_database_name SET RECOVERY SIMPLE" instead.

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

  • RE: SQL Server does not exist or access denied. [SQLSTATE 42000] (Error 17). The step failed.

    42000 errors are almost always user/password issues whether it is 'mixed' or Windows Authentication. You could use the 'advanced' tab and capture the actual execution output in a file from...

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

  • RE: Question of the Day for 16 Sep 2005

    Agreed. The Q & A section should be reviewed (maybe even tested) prior to posting.

     

     

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

  • RE: SQL Server 2000 Developer installation problem!

    Try the installation without "window 98 compatibility mode" and choose "mixed security".

     

    Also, here's a few links to research as well.

     

     http://www.microsoft.com/sql/techinfo/administration/2000/security/winxpsp2faq.mspx

     http://support.microsoft.com/default.aspx?scid=kb;en-us;841249

     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/data_mdacinstall.asp

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

  • RE: New Web Server

    SET RIB_THE_WEBSITE ON

    a non-clustered web server ?!?!?

    please don't tell me SQL Server is running there too ...

    (just touting SQL Architecture 101)

    SET RIB_THE_WEBSITE OFF

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

  • RE: Magic Table

    PFM = 'pure f**king magic'

    analogous to the FM box

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

  • RE: Database Mirroring (or lack there of)

    It will not affect our plans. This feature, as with most in 2K5, are 'nice to have' but not 'essential' for our operations. Granted when we have our DR site...

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

  • RE: query an array?

    The choice of 'query modification' over putting the 'not in' the values in a table for a join speaks tremendous amounts. Have we forgotten that an RDMS (erlational database management...

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

Viewing 15 posts - 1,966 through 1,980 (of 2,436 total)