Forum Replies Created

Viewing 15 posts - 256 through 270 (of 294 total)

  • RE: TB Database on SQL Server

    You are correct in saying that no 1 is not possible, even if the db is pre configured, the foot print etc comes from the backup. You would need to...

  • RE: Months in Ascending order

    Have a look at BOl and use the

    SELECT DATENAME(month, getdate()) AS 'Month Name'
    This retrurns the Name of the month, you might have to fine tune it to select a...
  • RE: DBCC REINDEX makes the transaction log grow exponentially

    Helen,

    In our situation, the job ran at night around 1 am would take any where from 1 - 2 hours to run. As long as we had a back up...

  • RE: DBCC REINDEX makes the transaction log grow exponentially

    Hi Helen,

     

    I have encountered this before and the quickest and easiest way was to set the db to simple mode run the job and then set it back to full...

  • RE: unable to add or update records from access

    Forgive me if I am a touch rusty on the Access side of things, but from memory Access opens a read only connection into SQL Server so you wont be...

  • RE: AWE and failover clustering

    OK...

    1. with total 4GB RAM being configured to 3GB memory as SQL Server max server memory (after /3GB is being turned on and AWE DISABLED)

    2. with total 8GB RAM being...

  • RE: Restore: Point in time

    Hi,

     

    To do a point in time recovery you need to apply all previous logs up until the time needed. The current log would restore you to the time that THAT...

  • RE: AWE and failover clustering

    Hi Blue,

     

    OK, firstly AWE memory cannot be dynamically managed, like memory is normally managed in SQL Server. This means that SQL Server will automatically grab all the RAM it can...

  • RE: AWE and failover clustering

    Hi,

     

    Firstly you need to set the  /PAE switch in the boot.ini as well as the /3GB:  /3GB /PAE

    The /3GB switch is used to tell SQL Server to...

  • RE: Partitioning a table

    Like I said this is a 3rd party design and yes there are no PK's defined in all 720 tables and to make...

  • RE: log shipping

    Yes it does, incorporate the full backup as part of the log shipping so restore that full backup as part of your log shipping job and then carry on with the...

  • RE: log shipping

    Hi Ann,

     

    I have found in the past with log shipping if you take a backup (full) the log file is trunctaed and then the next log to be applied to...

  • RE: Transfer of data b/w sql & oracle

    How long is a piece of string  ?

     

    There are just to many factors to consider to answer a question like this correctly.

    The opbvious...

  • RE: How can i Restore from Mapped drive?

    The reason is that the MSSQLSERVER service is running under a separate set of NT credentials - all services are related to an NT account. It doesn't matter who YOU...

  • RE: log shipping

    SS ENT Will run on Windows STD OR ENT Edition of 2003 so you wont need to upgrade your OS, even if one is ENT ED and the other is...

Viewing 15 posts - 256 through 270 (of 294 total)