Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 2,436 total)

  • RE: Installing Service Pack 4 Without Restarting?

    I've always rebooted after any MS service pack (SQL or Windows) whether they say to or not. It's served me well ... call it a 'best practice' ...

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

  • RE: Resultset way too large

    A little late, but the term describing the initial SQL statement is 'almost' a 'cartesian join' ...

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

  • RE: Automatic Backup Script

    Everything but the file move is handled. You can add an additional Job step to perform this task to accomplish this.

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

  • RE: Automatic Backup Script

    Just one question ... "Why not use SQL Maintenance Plans ?" ...

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

  • RE: Moving Large Database

    52 Gb is not that large. based on all of the discussion the most efficient method seems to be:

    1) backup the transaction log --> of course I'd also do a...

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

  • RE: EM uses 20+MB of space to create 2MB of scripts?

    I do not believe that it is the EM at fault. It's the OS. You're probably a victem of disk fragmentation.

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

  • RE: @@Servername, Developer Edition, XP Pro

    Also, you will have to stop/restart the SQL Server service.

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

  • RE: SP knowing NT detail

    here's a start .from BOL ...

     

    xp_logininfo [[@acctname =] 'account_name'] [,[@option =] 'all' | 'members']

        [,[@privelege =] variable_name OUTPUT]

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

  • RE: hmmmm......

    In actuality, the users requesting the change have all the knowledge needed, after all it is a business process and business decision driving this. What they are probably lacking are...

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

  • RE: Monitoring Tool

    Without sufficient power 'failover' will not help unfortunately.

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

  • RE: Create a view from a view

    There's also one more 'esoteric' limitation when using views ... the concatenated columns of the views cannot exceed the usable page size (approx. 8092 bytes out of an 8192 -...

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

  • RE: Disconnected network drive still available in SQL Server

    3 things. First to make the mapping 'go away' in SQL Server you will have to stop and restart SQL Server. Second, if you use this again, I'd also add /PERSISTENT:NO. Finally...

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

  • RE: Monitoring Tool

    IMHO 5 minutes UPS time is not enough 'battery time' for a SQL server. This lack of time for a graceful shutdown is probably the root cause of your corruption....

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

  • RE: Monitoring Tool

    MOM --> Microsoft Operations Management is the tool that we use. It provides lots (repeat lots) of monitoring. Here's the main link below (plan on spending a hour or two...

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

  • RE: Using Exec master..xp_cmdshell @variable

    how about:

    exec xp_cmdshell 'DIR g:\cnd_reports\JmailAirCND.exe'

    and

    exec xp_cmdshell 'DIR \\server_name\share_name\cnd_reports\JmailAirCND.exe'

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

Viewing 15 posts - 2,191 through 2,205 (of 2,436 total)