Forum Replies Created

Viewing 13 posts - 136 through 149 (of 149 total)

  • RE: Tempgb log - not able to shrink....none of the queries are helping

    you can restrict the tempdb log file size ,so that it will stop growing and log file will get reuse .

    and then you can try to shrink .

    also restarting the...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Heigh utilization on RAM even when server is ideal

    its 64 bit

    sql server uses maximum it want on 64-bit machine and reserve it even though its ideal.

    when other applications on server needs memory it will release it ... so...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Suspended Queries

    wait till query get completed.

    verify whether data getting insert or not by using

    sp_spaceused 'tablename'

    look at the rows.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Unable to connect SQL Server using AD group access

    create a sql server windows authentication login .

    if you already have try remove and recreate.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Restore multiple databases

    Try this

    http://www.sqlservercentral.com/scripts/Backup+%2F+Restore/30962/

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Index defragmentation script needed for all databases

    i agree.

    Ola's script is wonderful. It reduced my time from 10 hours to 2 hours.

    also he reply you quickly if you want to modify the script.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: T-SQL

    I got it wrong.

    thanks for Posting 🙂

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Linked Server to SQL 2000

    did you check RPC and RPC out options in linked server properties ?

    Make it true and Try

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Why does TRUNCATE TABLE hang?

    u can follow these steps

    check which query is lock the object u r trying to truncate by following.

    Select blocking_session, sid, serial#, wait_class,seconds_in_wait From v$session where blocking_session is not NULL...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: How to Take Incremental Backup in sql server

    Incremental Backup = Transaction log Backup

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: SQL Server has encountered 1 occurrence(s) of cachestore flush

    Check if the auto-close option for database is on,if yes make it false

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Stored procedure error

    use isnumeric() function for the column on which u get the data conversion error.

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Problems with xp_cmdshell

    the domain account under which your sql server is running may be dont have local administrator privilage.

    -----------------------------------------------------------------------------
    संकेत कोकणे

Viewing 13 posts - 136 through 149 (of 149 total)