Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 2,436 total)

  • RE: Magic Table

    I only use the 'magic tables' in my 'PFM' database ...

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

  • RE: Help With a Stored Proc Name

    It's easier if you use DBCC INPUTBUFFER(spid) as stated in an earlier post in the thread.

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

  • RE: Virtual Log file Information

    Try DBCC LOGINFO('your_database_name').

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

  • RE: Clustered NS

    Ditto on "What is 'NS' in this case ?" ... and it's not too late for me, it's only 11:30 AM !

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

  • RE: Recovering the master on an active/passive cluster at Disaster Recovery steps

    Here's a good thread that might help (look for Randy Petty) ...

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=163479

     

    Now a great article - this is step by step on how to evict a node and join...

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

  • RE: Suspect Database deleted automaticaly after cancelled restore

    You will have a brief outage. For example:

    --> 2-3 minutes - Stop replication (I'll cover that last)

    --> 1 minute - sp_detachdb

    --> 12 minute - copy database (10 Gb mdf &...

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

  • RE: how to get information?

    DBCC MEMUSAGE will give you the top 20.

     

    In previous versions it used to give more infomation and column headings.

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

  • RE: SQL Server 2000 Developer installation problem!

    Is the windows firewall on ? If so, turn it off for the installation. And give it another try (there are issues with installing on XP SP2, I cannot recall...

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

  • RE: Write and Forget

    The "fire and forget" process model has been a cornerstone of Information Systems since the 70's. Does anybody remember IMS DB/DC and BMP programs on the IBM mainframe ? How about...

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

  • RE: SQL Central Servers in pain???

    I just started experiencing the errors on 9/13 - about a dozen of them. That's the first time I'd ever seen anything 'abnormal' from this site.

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

  • RE: Wrong Datatype in Stored Procs causing Hang

    What's the attributes of tempdb ?

    data/log size and growth for each.

    Maybe you'r getting hung on a tempdb growth issue ? To test this remove the temp table and create...

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

  • RE: Need to archive data off the server

    SET IBM_AND_DB2_MODE ON

     

    This type of storage is generically called "HSM" - Hierarchical Storage Management. Typically everything is on fast disks, then goes to slow disks, then tape or DVD (still...

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

  • RE: Backup transactionlog

    "Unrestricted file size" ? Do you have "unrestricted disk capacity" ? Need I say more here ?

     

    As for "what happens" whe the log file reaches the maximum size, well, transactions...

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

  • RE: Configuring Sql Server for ''''remote access'''' and security

     "into a secure network with encryption" ... I mean your network has a firewall, a DMZ, another firewall and then your SQL servers and you are accessing it via a...

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

  • RE: Need to archive data off the server

    fortune 100/500/1000 ... all just rankings by size ... as for what it's like ... well corporate size and corporate b.s. are exponentially proportionate to one another. Presently I'm in...

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

Viewing 15 posts - 1,981 through 1,995 (of 2,436 total)