Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,061 total)

  • RE: Index fragmentation

    BTW I am using SQL Server 2005 Standard version.

  • RE: Index fragmentation

    I did the query on one table .

    The result:

    index id index_type_desc Alloc_unit index ...

  • RE: The Sports Salary

    I work for the state government. Everyone's salary is on the state website opening to the public.

    Maybe it is good to have the salary going public. Last job...

  • RE: Staying Technical

    I am a database developer and my work starts shifting into project management. I am less and less involved in software development. I am afraid sooner or later I...

  • RE: Do You Have a Problem?

    Manie, I am in the same boat with you. I am a SQL Developer pushing to be a DBA since no company is willing to hire a 'real' SQL...

  • RE: Did I do the right thing?

    Emphasis on what you can accomplish than what you can't do.

    If something I am not familiar with, I would tell them the truth but I also tell them how quickly...

  • RE: Do You Need an IT or CS Degree to be a Successful DBA?

    This is the most ironic thing. Some of the best developers and DBAs did not have a computer science degree. On the other hand some the of worst...

  • RE: How Many DBAs

    I used to work for companies that had more than 2 production databases and had no DBA. All SQL developers were 'DBA'.

  • RE: Incentive Pay/Bonus Pay

    My former employer gave out bonus and it was tied to company performance and my own performance (annual review).

  • RE: Function - Check Count

    I think that maybe what Jeff meant.

    SELECT l.Locationid, l.LocationName,

    (SELECT SIGN(COUNT(*))

    ...

  • RE: Snowflake dimension design question.

    When I design data warehouse, I try to avoid snowflake dimension because it requires an extra join to get the data. Sometimes it is better to de-normalize the database...

  • RE: Trust

    I don't trust anyone at work anymore since I had been burnt too many times. I trusted someone and ended up that person stabbed me at the back!!!!

    Especially at...

  • RE: Guest Editorial: In Praise of Templates

    Thanks Phil. It is a big help.

  • RE: Will you consider changing job in this economic tough time?

    The company that hires contractors just layoff a whole bunch of their own employees. How ironic!!!!

  • RE: RANK or ROW_NUMBER Question

    There is a span between fromdate to Todate but I just extract the record where fromdate = todate.

    I am trying to figure out how to calculate Sat and Sunday.

Viewing 15 posts - 61 through 75 (of 1,061 total)