Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 2,435 total)

  • RE: We''''re getting lazy

    Try MOM 2005 (Microsoft Operations Management). It's got everything a DBA could want to monitor (and a lot more) with the SQL Server...

  • RE: data encryption

    If its for application security such as password storage (one way encryption only), try undiocumented functions pwdencrypt() and pwdcompare(). Otherwise you'll have to resort to third party software/calls.

  • RE: db connections broken from time to time for unknown reason, please help!

    You've tried cable switching. You're looking at the 3rd party software vendor)have you un-installed it yet ?). Regsitry, well thats everyone's own choice ... How about NIC settings. I've had...

  • RE: How to monitor if SQL Server Agent service is up?

    How about using the MOM (Microsoft Operations Manager) ? It will monitor a plethora of things SQL related, notify you and optionally execute commands/scripts to remedy issues you've encountered. We're...

  • RE: Reminiscing

    MainFrame, Digital, Altair, CPM, MPM, PC-DOS, MS-DOS, Win3.11, NT v3.5 ... and only a few grey hairs

  • RE: HUGE Log File

    No. TRUNCATE_ONLY clears committed transactions and writes a record to the log. So if it's full it fails and then suggests that you use NO_LOG (which does the same thing...

  • RE: Free network sniffer

    I've used Ethereal on and off for about 4 years now. In each of the 3 locations I've worked at the in-house network staff has used this product exclusively for...

  • RE: Rounding to zero

    The 'forcing' of integer division given in the examples above rely on 'implicit' conversions. Functional, yes; a best practice no. CAST/CONVERT are the functions to use in order make things...

  • RE: Backup error: Device error or device offline

    Usually backing up over a network toa disk on another machine is a big no-no. However Microsoft left a hole in things to accomplish just that (if you have faith...

  • RE: More than one file for transaction log

    If you are after speed, try adding solid state disk just for your transaction logs. In a benchmark about 5 years back and the results on high volume insert/update/delete were...

  • RE: Finding Details on SQL Installs on the Network

    You could do this quite easily if your site is using SMS. If SMS has gathered the information you could generate a report via the console or query the tables...

  • RE: Question of the Day for 08 Dec 2004

    DECLARE @return_code int

    EXECUTE @return_code = execute sp_disasterrecovery

    IF @return_code = 0 execute sp_update_resume

     

     

  • RE: Remote SQL Server Administration

    ditto here ... Cisco VPN, RDP Client, multiple server connections executing EM all via a 128 Kb ISDN line ... no problems ... it's almost like a desktop workkstation onsite...

  • RE: Sr. Information/Data Architect Needed - Fulltime in NC (100k+)

    All that for only 100 K ??? Let's get real here  ... besides, this is a...

  • RE: Question of the Day for 10 Nov 2004

    I agree about 2 possible answers ... although the more accurate answer would be a combination of adding the cluster resource and then taking SQL Server offline and online again...

Viewing 15 posts - 2,416 through 2,430 (of 2,435 total)