Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 2,436 total)

  • RE: copy Db from one PC to another without lan

    Just let me know which method worked for you ...have a great day.

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

  • RE: copy Db from one PC to another without lan

    If both PCs have network cards all you need is a 'cheap' little switch (<$40) and a couple of network cables to create your own LAN. If you are really daring,...

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

  • RE: troubleshoot, Server is up, but not able to access it from client

    Here's a few general starting steps ...

    • ping from client to server by name ( e.g. ping name )

      ping from client to server by FQDN ( e.g. ping fully.qualified.domain.name )

    • ping from...

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

  • RE: Question of the Day for 25 Nov 2005

    It may be slightly humorous, but I'd rather not see a Question of the Day if something as trite as someones wardrobe is the substitute for the 'real thing...

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

  • RE: Only one Processor used!!!

    I agree with Colin. To see usage of all CPUs you might want to start dbcc checkdb in a loop for a database in one QA window (master), then repeat...

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

  • RE: 20gb temp file and they say "its ok"

    Taking into account you user education/situation I'd keep tempdb at 24 Gb if you have the space - forget the shrinking part as well (autogrow is a bad thing). It's...

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

  • RE: Problem With Enterprise Manager

    I do not know ... if it were me though ... I'd uninstall the 9i upgrade and reinstall 8g (and what ever patches you need) ...

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

  • RE: How large a SQL native backup is?

    I've used 'native'/'free' compression utilities that aer separate from the SQL BACKUP at varying times ... I've seen the space savings vary between 30-70% ... quite a wide swing ......

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

  • RE: extended stores procedures?????

    Not to be sarcastic, but why did you drop all of the extended stored procedures ?

    I'm guessing that by your statement "restored all the extended stored procedure" that you...

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

  • RE: @@servername

    Could you post the output of sp_helpserver ? (the actual results set when you execute it from QA) ... I'm asking for a specific reason, to help you figure...

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

  • RE: Index Question

    No matter what method you use for your nightly data 'reload/refresh' do not forget to execute sp_recompile tablename for the affected table(s). Without this your perfromance may still be abysmal...

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

  • RE: @@servername

    Could you post the output of sp_helpserver ?

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

  • RE: Question of the Day for 24 Nov 2005

    I believe Walmart has the largest SQL Server database coupled with Analysis Services ...

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

  • RE: how to Check if file exists and rename file use-xp_cmdshell

    Try to think in a different light ... these activities can all be executed out of SQL Server SPs. But a more natural/logical choice would be another scripting language (VB,...

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

  • RE: Estimating cluster memory requirement

    Here's a few questions that I would ask before trying the memory guess:

    • How are you going to configure the cluster ? (active/passive or active/active)
    • Are you installing one instance only ?...

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

Viewing 15 posts - 1,651 through 1,665 (of 2,436 total)