Forum Replies Created

Viewing 15 posts - 421 through 435 (of 492 total)

  • RE: Long transactions - what's going on?

    Can you see the SPID related to these transactions? You should be able to see what the update statment was, even if all you do is a DBCC INPUTBUFFER(spid_no).

    Also what...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Delete Vs Truncate

    I recommend you do some basic SQL courses. Some one may have time to answer these sorts of questions, but if you read the SQL BOL (books on line) or...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: No SQL Agent Failover on 2 Node Cluster

    I would check the build was done correctly, particularly that all the databases are on shared resources.

    Leo

    There are 10 types of people in the world.

    Those who understand binary and and...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Stop Services and Copy Database Files verses Detach/Copy/Attach

    You would need to copy the ldf file as well to do the job properly.

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Dropping a table

    I wonder if your original DROP Table command is still rolling back. Could be.

    How big is the log file?

    Leo

    There are 10 types of people in the world.

    Those who understand binary...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Dropping a table

    In a new query window run SP_WHO2 to see if the truncate is blocked by another spid.

    Leo

    There are 10 types of people in the world.

    Those who understand binary and and...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: DBA, phantom job title?

    Indianrock (5/24/2010)


    CV? I raised objections when backups etc were moved to Systems -- don't feel any need ( or use ) in going further with that. As I...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Stop Services and Copy Database Files verses Detach/Copy/Attach

    I'd hardly call stopping a production server a "spur of the moment" thing, but it would work. But how do the users feel about the database going off line for...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: DBA, phantom job title?

    Round about now I would start dusting off my CV.

    Good practice has always been to do SQL Native backups to DISK, then copy to tape. I know some 3rd party...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: After a couple weeks SQL Server Starts using all the memory on the system and everything slows down

    You may also want to consider adding some database optimisation jobs. Consider rebuilding indexes over the weekend.

    Leo

    There are 10 types of people in the world.

    Those who understand binary and and...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: No SQL Agent Failover on 2 Node Cluster

    Is this a new build? Has the failover worked before or did this suddenly start happening?

    Can you give a little bit of history here.

    Leo

    There are 10 types of people in...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: DBA, phantom job title?

    Working as a consultant I see it all, and many of the companies that call for my service do so because they didn't have the money or feel the need...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Deadlock!!!!! plz help

    sanketahir1985 (5/23/2010)


    exactly Leo, i do agree with that

    i already told them to use temp table approach to resolve deadlock problem

    but developers are not convinced with that,so i was looking for...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Is the SQL Server 2008 software comes along with SP1?

    This is interesting. I know you can (and I have had to) Slipstream the SQL 2008 RTM and SP1 media so the installs are done as one, but I've never...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Deadlock!!!!! plz help

    sanketahir1985 (5/21/2010)


    but let me tell u my scenario

    actually SP_ClientBPS runs after every 5 sec. thru console program

    while Sp_IEActiveScreen gets fired randomly by users avg freq is 5-10 hits per...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

Viewing 15 posts - 421 through 435 (of 492 total)