Forum Replies Created

Viewing 15 posts - 46 through 60 (of 71 total)

  • RE: Should You Write Down Your Passwords?

    Back to the topic of passwords... first of all I think the question of passwords comes down to two key areas, who are we trying to secure a login against,...

  • RE: Life Without a Net

    Great subject! To my mind I think the arrival of the internet, and the constant availability of information at our figure tips is simply a change. It doesn't make us...

  • RE: When Times are Tough, Do You Rise to the Occasion?

    Well I've certainly found myself in scenario one a number of times for various types of apps, not just db's. In that situation I think the best path is definitely...

  • RE: String Parsing

    Perhaps I'm missing something here, but no where in Dave's original query did he mention anything about parsing folder structures, parsing multiple strings or anything like that. He simply asked...

  • RE: String Parsing

    Think this might be more what you're looking for :

    declare @origstring varchar(50)

    declare @strlength int

    declare @teststr varchar(5)

    declare @newstring varchar (50)

    set @origstring = 'C:\Documents and Settings\file.xls'

    set @strlength = len(@origstring)

    set @teststr = '...

  • RE: SQL2005 proactive approch monitoring alert

    Unless Bhuvnesh or anyone else has any specific guidance I would suggest this is a bit of a 'how long is a piece of string' question, in the that answer...

  • RE: Recover master DB with mssql 2005, sp2

    In that case it sounds to me like your best option would still be to re-install SQL RTM and then patch it to the previous level. Since the installation is...

  • RE: Recover master DB with mssql 2005, sp2

    Assuming the installation of SQL SP2 you managed to recover via your bare metal restore isn't working, have you thought of installing the base copy of SQL as a fresh...

  • RE: Instrumentation

    Not SQL specific, but on all of our servers I long ago setup MRTG to monitor all of the standard metics (cpu, memory, disk space) plus a few specific ones...

  • RE: Where Are the Programmers?

    I think part of this is due to the increasing complexity of computer systems, and the need as that happens for many of us to specialise more and more in...

  • RE: The DBA Financial Analyst

    Matt Miller (#4) (8/25/2010)


    Why? because it's so much harder to quantify all of the things you give up when you run with ridiculous settings like that. The fact that...

  • RE: Individual Contributions

    Couldn't agree more, I think the problem at times is that it's very easy to forget how little you knew x years ago, or when you first started in computing.

    I'd...

  • RE: Beyond Automation

    In a way I think one of the critical things to remember when it comes to automating tasks is that quite often there are limitations to what you can reasonably...

  • RE: The Value of Blogging

    I think in terms of the "I don't know enough about x" argument, I was very much on the same wavelength for a long time, even when I decided to...

  • RE: 'Just Google It'

    I agree with David about understanding WHY something may solve a given problem, though of course there are often times when dealing with something new that it's easier said than...

Viewing 15 posts - 46 through 60 (of 71 total)