Forum Replies Created

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

  • RE: too many index scans!

    Interesting, indeed.  No, there is no acceptable maximum for index scans.  I'm not sure where you could come up with a number like 977 per second. 

    Can you cite the...

  • RE: Configuring SQL to a single cpu

    All of it.  heh.

    So far I'm not putting much load on any of them. 

     

  • RE: Configuring SQL to a single cpu

    You can change the affinity mask in the SQL server properties, BUT:

    You still need to license every CPU that is accessible to the operating system on which SQL server is...

  • RE: About Store procedures

    Ashok,

    Are you trying to say that currently you are using dynamic SQL and want to know how to use SProcs?

    jg

     

  • RE: Question of the Day for 22 Dec 2006

    It's there to confuse.  I once had a problem where the programmer used =+ where he meant += in some c# code. 

    That was a hard one to find, because it...

  • RE: backup to network share

    Which is not true if I pick option 2 below...

    >> Back up locally and then copy or move to the network share.

     

     

  • RE: backup to network share

    Still don't follow.  You are still using the same "packet" thingys when you copy the file.  So there is an equal chance for a dropped packet to cause corruption.

    Now add...

  • RE: backup to network share

    Robert,

    Can you elaborate on that a little?  I'm not sure I understand.  It would seem to me that the method you suggest would be more likely to intorduce corruption, due...

  • RE: Query cannot be updated because it contains no searchable columns to use as key

    Hi Nelson,

    What provider are you using for the linked server?  Are you using MSDASQL connected to a client ODBC DSN?

    Or are you using an OLEDB provder for AS400 directly in the...

  • RE: data and transaction logs in cluster

    Good luck!  I would review to make sure that you have followed all of the pre-requisites exactly before attempting the install.  If one tiny thing is out of whack, you...

  • RE: data and transaction logs in cluster

    I assume that the C: drive is local to the cluster node(s), and it is the location of the OS files, WINDOWS directory, etc.   It is not a resource that...

  • RE: data and transaction logs in cluster

    Hi,

    The installer for SQL server is "cluster-aware" and will set up the SQL server resources for you.

    It's been a while since I've installed a cluster, so I'm not going to try...

  • RE: data and transaction logs in cluster

    Hi,

     

    The physical disk resources (Drive letters) that contain SQL server data files must be:

    1.        A resource in the same resource group as the SQL Server resource

    2.        A dependency of the...

  • RE: Roving corruption

    Hi,

    Assuming you understand the impact, you might try a DBCC DROPCLEANBUFFERS and re-run the DBCC CHECKDB.  I've had to do that with an MSA1000 SAN until I could upgrade the...

  • RE: creating Index on a view

    Colin,

    I'm not sure I follow this line of reasoning.  It is exactly a poorly-performing query that makes a good candidate for an indexed view.

    If there is a complicated bunch of transformations...

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