Forum Replies Created

Viewing 15 posts - 211 through 225 (of 860 total)

  • RE: Timeout

    Usually time out errors occur due to blocking and deadlocking issues.I would advise you to run a profiler trace with locking events and also turn on trace flag 1222...

  • RE: Remote connection issues with SQL Server 2005

    1.) Verify that SQL Server service is running

    2.) Verify the instance name

    3.) Verify the log in

    4.) Go to Surface Area Configuration manager and Enable Remote Connections

    5.) Verify whether TCP/IP communication...

  • RE: deadlock

    processf3ac58 with spid=77 has been asking for an update 'U' lock on resource with KEY 5:72057594071154688

    processf925c8 with spid=81 has is asking for an update lock 'U' on the same resource...

  • RE: DMV's in SQL 2005

    Tony (4/10/2009)


    Hi,

    Where I can find a list of all DMV's in SQL 2005 and, if possible,what they are used for?

    Thank you,

    T.

    SQL 2005 ships with over 70 dmv's both documented...

  • RE: How to know index fragmentation

    madhu.arda (4/10/2009)


    Could you please explain how you gather the statistics, I mean Index fragmentation on a production sq server 2005 continuously checking for index fragmentation which will occurring because...

  • RE: suddenly sqlserver become slow what i need to do

    Grant Fritchey (4/10/2009)


    I also know of a book that might help a bit. 😉

    😀

    I have got that too

  • RE: Query performance problem after sql 2005 migration

    Rowan (4/10/2009)


    Ok thank you, I will try that.

    But just a quick question. I created a sql 2005 db as a test, and imported the two tables I use into this...

  • RE: Update or Insertion in Table

    faiz_ku (4/9/2009)


    Can I find out in sqlserver 2005 that in which tables in a database data has been updated or inserted in a certain date and what was the time....

  • RE: Unable to open SQL Server Management Sutdio

    sbvenkatesh77 (4/9/2009)


    Can you please tell how to verify whether .Net framework work correct or not / corrupted.

    Bala

    I am not so sure Bala, Sorry. I would google it a bit, its...

  • RE: database level caching

    Vivek (4/9/2009)


    Indexes are not implemented in the database by the client so there are no indexes implemented on the database.

    And how many rows your return!!?? Why doesn't your client implement...

  • RE: database level caching

    Vivek (4/9/2009)


    My problem is this I have made an procedure which fetch data from a table which contain records in lakhs

    that is 1,00,000 for everyone...

  • RE: how to get rid of uncommited transactions

    iqtedar (4/9/2009)


    can i say that truncation means only flushing the committed transactions

    No, truncating tlogs means marking VLF's in the log files that they can be reused.

    ..so is it that truncation...

  • RE: suddenly sqlserver become slow what i need to do

    vrabhadram (4/9/2009)


    hi,

    suddenly sqlserver become slow, and the application is giving time out error.

    what i need to consider regarding this.

    thanks,

    Do you see any locking/blocking issues on your server? You need to...

  • RE: Unable to open SQL Server Management Sutdio

    Do you have anything else written on your application log about registry errors? Either you don't have enough permissions or the installation has changed. Are you logging in as...

  • RE: Unable to open SQL Server Management Sutdio

    Are you accessing server through any we application? or are you directly trying to connect to the SSMS?

    And also have you got required permissions?

Viewing 15 posts - 211 through 225 (of 860 total)