Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: sp_configure 'Allow updates', 1 DOES NOT WORK

    I executed this command

    DBCC CHECKDB('AlarmSwitch') WITH NO_INFOMSGS

    It took about 3 minutes and then I got message 'Command(s) completed successfully.'

    Its mean there is no problem with my DB. Am...

  • RE: sp_configure 'Allow updates', 1 DOES NOT WORK

    Thanks for your prompt reply

    I understand that in SQL Server 2005 we can't update it but because we have migrated our application from SQL Server 2000 to 2005 and in...

  • RE: sp_configure 'Allow updates', 1 DOES NOT WORK

    Through some how I want to change system catalog (syscolumns table)

    In syscolumns table there is a column "colid" I want to change the value of this colid. Why I want...

  • RE: Sleeping process...

    Its mean then I should now be worried about it

    Thanks

  • RE: Sleeping process...

    Hanslindgren:

    I am just wondering that after 8 days these connection are still sleeping and might consume some resources. You think it is right behaviour of my SQL Server or my...

  • RE: Sleeping process...

    When I check in Activity Monitor of SQL Server 2005 I also see few connections in sleeping status. I understand if C#.NET application is using Pooling, for performance reason SQL...

Viewing 6 posts - 1 through 6 (of 6 total)