Forum Replies Created

Viewing 15 posts - 6,856 through 6,870 (of 7,185 total)

  • RE: Timeout Error

    Have you tested your assumption that the silly proc1 would time out if run in a loop?

  • RE: Timeout Error

    Marco

    To help you out, we'll need to see the code in the stored procedure, and probably also table DDL and sample data.  Then we may even be able to help...

  • RE: What would you do in my case? Please help!

    I would say you can't do it in that timeframe.  But then you knew that anyway.  Management is going to have to decide whether the postpone the live date or...

  • RE: Allocate Available Physical Memory

    No need to ask the same question more than once.  Answered here.

  • RE: Windows 2003 - allocate available physical memory

    Irene

    You can set the max server memory and the min server memory on SQL Server, and SQL Server will allocate itself memory dynamically based on those constraints.  The min server...

  • RE: How to read a dump...

    When I've had servers restarting for no apparent reason in the past, it has often been traced to the network card.  Are your NICs teamed, by any chance?

    John

  • RE: Replication and restore

    I noticed after I posted my reply that you're on SQL 2005, so I may not be the best person to help.  However, if replication on 2005 is anything like...

  • RE: Performace issue

    Meena

    Look at the differences between the two servers - memory, disk, processor.  Does the log file continually grow during the import on the second server?  Do you have the same...

  • RE: Create New Database

    Look at the properties of the MSSQLSERVER service in the Services applet.  You can also find the same information in Enterprise Manager by right-clicking on the server name, choosing Properties...

  • RE: IIS and SQL Server on Same Server - Advice?

    Dave

    I think the biggest risk is in terms of performance.  Both SQL Server and IIS like to grab as much memory as they can.  If you are short on resources...

  • RE: Index access on multi-join

    If you're asking will the query optimiser use the index on PK_TAB_B, the answer is no, not if the PK is defined with the columns in the order you specify. ...

  • RE: Trigger to update record in linked server -- GOOD or BAD design?

    I think you will be able to achieve what you want with replication.  You can use the replication stored procedures to transform the data using code similar to what you...

  • RE: Can I backup database DDL only?

    Luis

    It shouldn't be a problem.  If you try to create a stored procedure that calls another that doesn't exist, you'll get a warning message but the stored procedure will be...

  • RE: combining data from two identity fields

    Brian

    Have a look at the topic SET IDENTITY_INSERT ON in Books Online.  You will want to pay particular attention to the following line:

    If the value inserted is larger than...

  • RE: how to use case within view

    Jef

    Please will you post the DDL and some sample data for the four tables (or three if, as I suspect, table_lines and table_orderline are actually the same table).

    Thanks

    John

Viewing 15 posts - 6,856 through 6,870 (of 7,185 total)