Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,179 total)

  • RE: INSERT INTO

    Fortunately I got 2 points.

    The second count gives 1 but as there was no 1 in the answer hence selected 2 and got it correct.

    In QOD we have...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: SQL Server account lock out

    I guess it will be difficult to find out howmany attempts are left?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: MAx no of user conection to SQL ??

    You can also execute following command:

    SELECT @@MAX_CONNECTIONS

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Query to check path and backup file used for restoration..!!!!(Please help)

    The query you have executed is correct and contain maximum information about the backup and restore.

    Now you would like to compare the same detail with Prod-db; the way you...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Database settings for indexing

    Also check the stored procedure is written efficiently...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: DB Mail

    Check following link:

    http://technet.microsoft.com/en-us/library/ms187540.aspx

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: SQL2005 backup time different in MSDB vs Maintenance Plan log

    Generally it depends on the server and how much processes & activities are running on it.

    Check if backup verification option is on? Internally when backup is done than backup plan...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Orphan DB

    Post exact command you are executing and what exact error you are getting so that people can help you.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Lazy Writer

    "The lazy writer is a system process that flushes out batches of dirty, aged buffers (buffers that contain changes that must be written back to disk before the buffer can...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Xp_create_subdir

    It's security issue.

    Following link might help you.

    http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/8a71f08f-97d6-4c25-910d-1a8bfb78a4f5/

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Measure memory usage using profiler?

    Use perfmon and explore "Memory" & "SQL SERVER:Memory Manager" counters.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Forcing a query plan to stay in memory?

    For what reason are you looing for this option? performance?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Problem trying to setup database mail in sql 2005 - please help

    Pl. refer following link.

    http://msdn.microsoft.com/en-us/library/ms187540(v=sql.90).aspx

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Create a script which is restartable

    You can also add one more begin tran - commit tran - rollback tran after

    SELECT * INTO table2 FROM table3

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Database Kill

    Before restarting the server How about running DBCC CHECKDB to check database consistancy and any errors?

    If able to get sufficient time to perform it as a safer side.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 646 through 660 (of 1,179 total)