Forum Replies Created

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

  • RE: Replication and restore

    Not sure what you mean by "differential restore".  Perhaps you need to set up replication again.  I've never had to do this before.  Have you checked the Microsoft website to...

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

    Impossible to give a meaningful answer, but here's a guess:

    1. 2 days

    2. half a day

    3. 1 - 2 days

    4. 2 hours

    5. 1 week (plus planning)

    You can back your large databases up. ...

  • 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...

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