Forum Replies Created

Viewing 15 posts - 31 through 45 (of 63 total)

  • RE: SQL 2000 - Performance suggestions

    If you can afford some read-only recordsets during the work day, then analysis services may be of interest.  You can build your results during the night for the next day's...

  • RE: During Configuring of Publisher, get error : cannot copy distmdl.mdf to distributor.mdf

    Check the services Logon As.  The MSSQLServer and Agent services may be staring/logging on with insufficient permission.  Also check DCOM permissions.  You have have corruption or incorrect DCOM permissions for...

  • RE: SQL 2k5 connection

    Do you need to test the application's connection string to the mirror, specifying the failover or do you plan on retrieving the failover as part of the initial connection process?

    Do...

  • RE: Cursor for update result in loop...

    I believe you are encountering the loop due to the underlying data being updated by the cursor.  My suggestion would be to modify the code for a static cursor.

     

    DECLARE

     @TCOUNT    INT,

     @BARCODE...

  • RE: I need some help.... I cannot execute any query from sql 2005.

    I have seen a similar behavior in Query Analyzer as well as SSMS.  If the Set Parse Only is turned on actual execution of the statement(s) never occur.  Also if the ansi_defaults...

  • RE: Help me in avoid IO delays!!!

    I would also look at your logical/physical IO channels.  This may be a case where you need to have your OS on a physical channel and raid drive, separate channel...

  • RE: Could use a little direction...

    Since 1999, I have not seen one EDI project profit from the use of XML.  I have seen many revert back to a well defined fixed width or delimited file. ...

  • RE: Passing a Table to A Stored Procedure

    I have spent the last three years developing a multi-server, multi-database plat formed system, using similar techniques.  We have had various performance penalties, most of which were unacceptable and have...

  • RE: MSSQLSERVER service terminated unexpectedly

    I would look at the windows event log first, then the sql log files, typically here:  C:\Program Files\Microsoft SQL Server\MSSQL\LOG.

    You will probably find a disk write issue.

     

  • RE: Choices

    This is obsolete by M$:

  • Longevity - Is the proposed new environment likely to last or is it a "fashion" item
  • Everything M$ is currently working...

  • RE: Choices

    Choices,... I think not.  Microsoft is the only one choosing.  We are all forced to follow.  The only influence we have is how long until we follow.

     

    Going to .Net before...

  • RE: XBOX SQL

    XBOX is as bad as having credit cards.  You can't get enough and they take over your life.

    Cut the cord and the cards and go back to living life with...

  • RE: A Tighter Integration

    DataBase Administrator or DataBase Developer?

    I believe that we will see more DataBase Developers emerge, using the new VS and Team tools for DataBases.  Developers in the true since of the...

  • RE: The Googleplex

    The river behind the buildings would concern me from an operational point of view.  I hope their buildings are water tight or all of the computers are on or above...

  • RE: Backing up SQL Server Enterprise Manager Console

    I recommend changing EM to Store locally for all users, (not independently) and create a weekly scheduled job to backup the HKLM..\..\Registered Servers X branch.

  • Viewing 15 posts - 31 through 45 (of 63 total)