Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 2,840 total)

  • RE: Are Views Slow ?

    John Mitchell (2/27/2008)


    Roy Ernest (2/27/2008)


    I have doubt.... Since Stored Procs can have recompiles and then take bad query plans, cant view also have that same issue?

    Since a view doesn't...

  • RE: Are Views Slow ?

    I have doubt.... Since Stored Procs can have recompiles and then take bad query plans, cant view also have that same issue?

  • RE: Strange error on Server Log

    Thx for all the input guys. I did some more digging and figured out what was wrong. Basically 15 minutes back, there was a sudden surge of data request from...

  • RE: why would 'create procedure' run?

    I have seeen something similar to this happen. In this case, it was trying to grant access to a user right after the stored proc executes. What was happening was...

  • RE: Strange error on Server Log

    Thx Steve. I am going get on at the Litespeed guys and find out what the heck happened.

  • RE: Strange error on Server Log

    No one has seen this error? That is not good for us then

  • RE: Server losing access to disks

    We had one issue like that. Thankfully it was on our test environment. One of our administrators changed some settings on the switch and the switch had to be rebooted.

    One...

  • RE: Questions to ask of a new application vendor

    I agree with Steve here. Before the Check is signed, you might (Might is stressed here) be able to change the user permissions on the objects. There are times when...

  • RE: SQL in ASP page

    Another thing you have to think about is the security. When you want to have ASP pages to execute SQL code directly (Raw SQL) instead of calling stored procs, You...

  • RE: Installing SQL Server 2005 for the first time

    Still the same risk is there. What if the SAN goes down? Thats why I prefer to have the Back up on a seperate server that is not connected to...

  • RE: Creating sp_who5, need advice

    Hey Adam,

    That looks cool. I tried it out and works good.

  • RE: Should the DBA be a Local Administrator?

    Brandie, What you say makes sense. My only issue is that there are some IT Managers who think that the System Adminstrators should be able to maintain and take care...

  • RE: dbo schema or other - best practice

    Schema qualification..Thats a large topic. But this is what I can say, When executing any stored proc, if you are not schema qualifiying, then you will definetly have a performance...

  • RE: Installing SQL Server 2005 for the first time

    lsm (2/14/2008)


    I would make it like this:

    F: = SQL server backups (both database and log backups)

    In this way, you can "survive" if either one of the disks fail.

    I can agree...

  • RE: Should the DBA be a Local Administrator?

    One thing I say is, I dont need to be Administrator on the DBA Box or the Domain, I can work without it. But I do not want Network Admins...

Viewing 15 posts - 2,701 through 2,715 (of 2,840 total)