Forum Replies Created

Viewing 15 posts - 376 through 390 (of 1,062 total)

  • RE: Career Growth for a DBA

    The same as any IT position - either go to the business side and become a project leader, DBA manager, operation director, VP of IT, CIO .....

    or remain technical but...

  • RE: Should the DBA be a Local Administrator?

    Because of SOX, I was allowed to be administrator of the development box but not the production box.

  • RE: Oracle DB stuff

    Use the web site http://www.toadsoft.com to download the free version of TOAD. It does not have the full version of TOAD but is good enough to do most of...

  • RE: Trigger causing performance issues

    Here is an article talking about inserting large amount of data into a table that has a trigger would cause performance problem. Also there is an example not using...

  • RE: Fixing SQL Server

    I agree that it is not just Microsoft, it is the problem of most software companies. I used to work for a software company. They need to have...

  • RE: Please help

    In the Roles table, 'Developer' has a 'Y' in the InboxEnabled field.

    So if you select user from the Users table where InboxEnabled = 'Y' in the Roles table, how...

  • RE: Please help

    select Roleid from Roles where Inboxenabled ='y' will return me Admin and Dev roles

    According to the data you supplied, the query should return Admin, Developer and Network. In the...

  • RE: ANSI Join on Multiple Tables

    SELECT f.FolderID, f.FolderName,

    SUM(CASE WHEN Displayed IS NULL AND NoteDate IS NOT NULL

    THEN 1

    ...

  • RE: DTS Problem

    Have you installed excel in the window server where the Sql Server is?

  • RE: The Mistake

    Steve, give Microsoft a break!!!!! A lot of other software companies have the same problems too, eg Oracle, you think their release is on time, even it is on...

  • RE: How can you respond to this...

    The last company I worked for was a big company too, at least it was within the fortune 500 list. It had a ERP system JD Edwards running on...

  • RE: Database design

    What about table partitioning, will it work in your case?

  • RE: Dimensional DB Design Question

    What if you use a factless table to keep track of the application? (Kimball used this method to keep track of which event happened, you could find it in...

  • RE: Data Insert from Excell File

    Can you give me an example of the data in Excel and also the table you want to create?

    What kind of problem do you have?

  • RE: SSC Level List?

    I just want to know, what is the purpose of the level? Does it matter I posted 10 times or 1000 times?

Viewing 15 posts - 376 through 390 (of 1,062 total)