Forum Replies Created

Viewing 15 posts - 1 through 15 (of 63 total)

  • RE: Question of the Day for 06 Sep 2004

    Ok, here is an example of a good question.  No business pretense, so the focus is purely technical.  Sure, most of us got it wrong, including me, but that is...


    What's the business problem you're trying to solve?

  • RE: Where Do I Want To Go Today? - From the Field

    I like the idea of changing the concatenation operator as well. DB400 (DB2 on as/400) uses the || as well.

    For triggers, lets keep them set based.  If you do need...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 27 Aug 2004

    I've been out of town a few days, so just getting to this, but Steve, I have to disagree with you.  A good DBA, or IT staff person looks at...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 15 Jun 2004

    I think the most important aspect of this question is that if you write a trigger, you really need to think thru the logic.  And test, test, test.

    Make sure you...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 13 Apr 2004

    Yea, this was an interesting question.  And I could see how some of the unknown assumptions might change the approach.  If this really was the accounting transactional database, then accuracy,...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 24 Feb 2004

    Interesting, but I'd have to say the answer while technically correct, is way to complicated, and forces the DBA to stop and restart the database engine. 

    All you really need to...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 11 Feb 2004

    I'd put this in the trick question category.  My approach is from a best practices perspective. and in that case, following BOL you would do the following ( as noted...


    What's the business problem you're trying to solve?

  • RE: Question of the Day for 20 Jan 2004

    I found this URL with some undocumented DBCC commands.

    I does have DBCC LOCK listed.

    http://databasejournal.com/features/mssql/print.php/1459071

     


    What's the business problem you're trying to solve?

  • RE: Freeware Client Utility for SQL Server 2000?

    Why do you need a freeware anyway. All the MS tools such as EM, QA, etc. can be used by anyone who has a connection license. If you...


    What's the business problem you're trying to solve?

  • RE: Do Entry-Level Databasing Jobs Exist ?

    I think you need to decide if you are a super technical type, or one who first wants to understand the business problem.

    Look back at all the classes you took,...


    What's the business problem you're trying to solve?

  • RE: Vice President of Database Administration

    We should thank pagakia for posting the position.

    But overall, I think its good that a company thinks getting the database correct is a good thing. Too many...


    What's the business problem you're trying to solve?

  • RE: What portions of data does MS SQL 6.5 use?

    6.5 used page of 2K. And I think the extent was 8K. 6.5 and earlier used the old Sybase data structures. (Disk Device, etc) With v7, the entire data...


    What's the business problem you're trying to solve?

  • RE: Standby server setup in STD edition.

    The SQL Server resource kit has a log-shipping lite version for use with the non-enterpirse edition. But, it only covers the trans files. I used it to build an...


    What's the business problem you're trying to solve?

  • RE: Terminal Services - A Couple Tips

    Thanks for the tip. We've used PCDuo, PCAnywhere, SMS, etc in past, but free TS/admin is great.

    We were looking for the Terminal Services command line 'logoff session' a few weeks...


    What's the business problem you're trying to solve?

  • RE: SQL table creation best practices - boolean column

    Jonathan is right on the mark.

    Further, if you get into a situation where your objects may need to have a group of states, create a states_group table, creating state groups....


    What's the business problem you're trying to solve?

Viewing 15 posts - 1 through 15 (of 63 total)