Forum Replies Created

Viewing 15 posts - 376 through 390 (of 492 total)

  • RE: Restart SQL Server service on a cluster environment

    What I want to know is: Why do you need to "clean TempDB?" TempDB is just that, temporary! Objects created there disappear when their creating SPID disconnects. If this isn't...

  • RE: Question to Experts

    An odd bit of behaviour I've noted with dropping databases is that, if the database is OffLine when you drop it, the physical files are not deleted.

    Does anyone know why...

  • RE: Stored Procedure - Locking Issue

    Besides the fact that the code is really very inefficiently (dare I say badly) written, the first obvious thing that could be causing the deadlock is the fact that there...

  • RE: SSIS Timeout doing ETL from remote database

    Help, doesn't ANYONE have something to say about my question?

    I need to solve this.

    Leo

  • RE: Deadlock graph help

    Besides the deadloc trace image, you also need to supply the rest of the deadlock information. One way of doing this is by enabeling the Trace Flag 1204. This will...

  • RE: 100% CPU for long periods

    Are the CPUs Hyper Threaded?

    First off I'd almost never run SQL Server 2005 on a single processor core, which is what I assume you are doing. Your per-processor licence (which...

  • RE: Could SQL Server Central E-mail me when I create a new topic

    Yes, I can see ALL my posts here, but I don't need that, besides I have to wade through them to find the chains I started, and I have to...

  • RE: Lock pages in Memory

    You don't say what edition of SQL Server 2005 you are using, Standards or Enterprise.

    Note that if you are using Standard Edition Lock Pages In Memory was only available from...

  • RE: DB Snapshots - Schema changes backed up?

    You need to understand what a snapshot does to know if it will do waht you want.

    Taking a snapshot actually creates an empty database, with a view over the real...

  • RE: Clustering conundrum

    dave.hobbs (7/13/2010)


    Thanks for the reply Leo.

    I hadn't considered A/A clusters before as we have always wanted some level of passive redundancy, but now I'm not sure that it is worth...

  • RE: Looking for best way to do a very large update

    Leo.Miller (7/13/2010)


    2) How does the number of rows being updated change if you ignore the WHERE clause? This clause is of no value

    Sorry, ignore this point. I wasn't thinking...

  • RE: Looking for best way to do a very large update

    Anye Mercy (7/13/2010)


    update top(BatchSize) MainTable set IntFK7=@someint, UserID=@myid, ChangeDate=@date from maintable M inner join temptable T on M.PkeyField=T.PkeyField

    where M.IntFK7 <> @someint

    Two things come to mind:

    1) You are changing the...

  • RE: Install litespeed on SQL Cluster servers

    Not quite a question for the SQL Admins, as it really applies to an application, and your application vendor should be able to answer this. It just so happens I've...

  • RE: Query getting hung

    mohammed moinudheen (7/13/2010)


    My doubt is if parallelism is set to 2 on the system, it would be used by all queries right as long there is no maxdop hint in...

  • RE: Should I enable SQL Browser Service or use a static port?

    That is true. Unfortunately there will still be a UDP 1434 still read with every SQL install. With the named instances, you achieve Obfuscation of your instances but...

Viewing 15 posts - 376 through 390 (of 492 total)