Forum Replies Created

Viewing 15 posts - 34,891 through 34,905 (of 49,552 total)

  • RE: Your own SPID

    idiescreaming (1/8/2010)


    I am creating a C# .NET web application that displays SPIDs that are

    causing locks and let users to kill selected spids.

    That's an extremely bad idea if the users can...

  • RE: How to take DB backup as SQL2000 version

    rajeev_vandakar-782919 (1/8/2010)


    Oh. I remember, when I worked with SQL 2005 version for first time, (some 2 years before), there was an option in SQL 2005 to restore the database as...

  • RE: Last Time Sproc fired Off?

    SQL does not log anywhere the execution date of stored procs. You can run a server-side trace or you can add your own tracking to the procs.

    I'd be wary about...

  • RE: Looking for opinions on a slow Select-Distinct problem

    If you really do need to get distinct rows out of a table with duplicates, you have few options. Distinct is the most likely one to work. Honestly, I'd look...

  • RE: Hii....Please provide solution

    In what sense? The word 'truncate' is used in more than one place with more than one meaning.

    If you're referring to the transaction log, please read through this -...

  • RE: Problem when restore db

    hoanguyen268 (1/8/2010)


    I do not know how to description my problem 🙁

    Well if you don't, I sure as hell don't know what your problem is or how to help you. I...

  • RE: SQL Server 2000 Issue

    I don't know what the issue could be with, because, as I said, I see nothing wrong with the errorlog, and there's not really enough info here to work with.

    Once...

  • RE: Old SQL Syntax

    jcdyntek (1/7/2010)


    Why in the world would we be referencing a standard from 89?

    Because the OP asked a question about syntax from that standard so that he could convert the view...

  • RE: DBCC CEHCKDB resulted in errors

    Restore your last good backup and any transaction log backups you have. Once you've done that, do some root-cause analysis. Look in the event logs for hardware (specifically IO) related...

  • RE: SQL Server 2000 Issue

    There are no errors in that list of messages. That's just SQL's startup routine.

    Can you open query analyser and try to query one of those databases?

  • RE: Problem when restore db

    Error message please, and a more detailed description of what, exactly, you did.

  • RE: Lockings HInts - Help Required

    Only if it's holding locks. That's the SQL definition of 'using a table'. Check sys.dm_tran_locks. Also, if you know what application name it's set (if it has set one) you...

  • RE: Sql 2000 mdf and ndf file grows after dbcc dbreindex

    Books Online does. Look for an example of moving TempDB. Same script works for user database. You just have to take offline and move files afterwards

  • RE: Women in Technology

    mjohnson-909671 (1/7/2010)


    I earned my MCTS in Sharepoint. After passing it (and co-workers knew I passed), co-worker decided to tell me how Workflows in SharePoint work.

    Reminds me of an incident...

  • RE: Lockings HInts - Help Required

    Also, you said Process1 is an executable. Does it open its own connections to the database server? If so, any locks acquired will have to be acquired by the executable...

Viewing 15 posts - 34,891 through 34,905 (of 49,552 total)