Forum Replies Created

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

  • RE: Sql Server 2005

    Thanks for your reply ..its working now...

  • RE: Sql Server 2005

    Problem is i have not updated the file location with data base file name ....like 'd:\database' instead of 'd:\database\modle.mdf'

    FCB::Open: Operating system error 5(Access is denied.) occurred while creating or...

  • RE: Sql Server 2005

    i don't have backup ..is there any other way to change physical file location of database ?

  • RE: Restore

    Thanks for your reply....

  • RE: Server

    How much memory is on the server? 16 GB

    What's sQL's max memory setting? 10 GB

    What else in running on the server?...

  • RE: Server

    How much memory is on the server? 16 GB

    What's sQL's max memory setting? 10 GB

    What else in running on the server?...

  • RE: Server

    when check the error log i had seen the msg

    "A significant part of sql server process memory has been paged out. This may result in a performance degradation.

    Duration:...

  • RE: Server

    example normally my query wont take so much of time but due to some issue in server its taking so much of time In such a case what...

  • RE: Check Point

    Auto matic check point doing the process frequently when am launching the big reports so i/o bottel neck problem coming ,to avoid such a problem i want stop Auto check...

  • RE: TAB

    -- create a source table

    create table tv_source(c1 int, c2 char(100))

    go

    declare @i int

    select @i = 0

    while (@i < 100)

    begin

    insert into tv_source values (@i, replicate...

  • RE: TAB

    i have decided to use table variable to avoid this kind of lock .i hope this will be better performance . thanks for your reply.

  • RE: TAB

    is there any way to prevent the table lock while inserting ?. that is permanent temp table so we are deleting the data from that table at the...

  • RE: Key Lock

    key cloumn will have different value for each transaction then how its locking the other transaction ...

  • RE: Key Lock

    then it show lock at page level or table levle but its showing key levle thats why i am asking ...

  • RE: Drop Table

    how to create the customize report ?

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