Forum Replies Created

Viewing 15 posts - 61 through 75 (of 80 total)

  • RE: What Counts as Work - in Software Development

    When I first started writing Windows Form applications in my Visual basic 6 days, I always felt guilty about the time and effort spent getting all of the controls spaced...

  • RE: why i can't shrink tempdb data file

    DBCC FREESYSTEMCACHE ('ALL')

    DBCC FREEPROCCACHE

    USE [tempdb]

    GO

    DBCC SHRINKFILE (N'tempdev' , 1000)

    I found this information here: http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/2a00c314-f35e-4900-babb-f42dcde1944b%5B/quote%5D

    Thanks Erik,

    This worked for me. I have a new clustered 2008R2 server and the...

  • RE: Recharge and Relax

    My view is that on salary, if I take all my vacation time each year, then my effective hourly wage is increased based on how much time off I...

  • RE: Recharge and Relax

    If you have worked for the NHS for more than 10 years you get 33 Days + 8 Bank Holidays, but depending on where you work you may be in...

  • RE: Recharge and Relax

    I simply book one week off every 3 months or so throughout the year based around the New Year and Christmas holiday period. I book this on the first...

  • RE: The Desktop

    When I last upgraded my personal laptop, I had my old one re-purposed as a work machine, with full disk encryption and secure tunneling into the company system, as it...

  • RE: Programming

    Whilst it is true that there are dabblers, and that devices are getting easier to use, knowledge of basic programming techniques would be a great advantage.

    My phone/camera software downloads photos...

  • RE: Programming

    These days the jokes about people not understanding how to program a timer on a DVR are fading quickly

    I read this and although I can program most household devices,...

  • RE: The DBA Office

    I've had an office shared with just one other person, as well as working in open plan offices, and working from home.

    They all have advantages, such as when working on...

  • RE: Dealing with Supervision

    I've had managers ask for "Everything, Now" in the past. I keep a written list of all my tasks, and if it gets too much just ask "Which are...

  • RE: Dealing with Supervision

    I found an effective way was to ask "Don't you have coffee to drink?" knowing his mug was empty. "No" replied my boss, falling for my cunningly baited trap...

  • RE: The Dream Machine

    I've got to that age where as long as it works, reliably and consistently I'm happy.

    The Dell workstations we have were top of the line when we got them 6...

  • RE: Learning C

    I think Steve should have added, "If you have ever programed in Assembler, of any kind, you know what you are doing and are except".

    As someone who started...

  • RE: Starting to Program

    When I needed to learn XPath and XQuery I went to W3Schools (www.w3schools.com), the tutorial was straight forward and has a good reference section.

    I started off as a VB6/VBA programmer...

  • RE: Is Software Engineering Dead?

    This isn't just true in programming, it is true in all businesses. No one is allowed to be contented in their current job. The same mindset which...

Viewing 15 posts - 61 through 75 (of 80 total)