Forum Replies Created

Viewing 15 posts - 3,151 through 3,165 (of 4,745 total)

  • RE: Users able to login but not able to see databases

    just to be 100% sure - has the user clicked the plus sign next to databases and expanded the list?

    you never know........:-)

    ---------------------------------------------------------------------

  • RE: Users able to login but not able to see databases

    is this accessing via SSMS?

    do they receive an actual error or just don't get a drop down list of databases?

    ---------------------------------------------------------------------

  • RE: The Flaws of Choice

    sounds like the old 80\20 rule.

    For any given piece of kit\app we use we only use 20% of its functionality 80% of the time.

    Hence the popularity of netbooks recently.

    Myself,...

    ---------------------------------------------------------------------

  • RE: SQL Server 2008 Upgrade Gotchas & Fixes

    MS want the correct procedure to truncate logs to be setting recovery mode to simple, hence deprecation of no_log and truncate_only.

    However dbcc shrinkfile is still available, it would be a...

    ---------------------------------------------------------------------

  • RE: Tail log backup

    as this post is a day old I presume you have discovered by now that the log will apply ok.

    ---------------------------------------------------------------------

  • RE: Triggering excessive SQL 2005 Autogrowth

    go straight to SP3. may well fix it.

    ---------------------------------------------------------------------

  • RE: Triggering excessive SQL 2005 Autogrowth

    either you have hit a bug (what version of SQL are you on?) or someone\something is issuing this command. I suggest you run a server side trace and include ...

    ---------------------------------------------------------------------

  • RE: Simple recovery mode and log file

    best thing to do? read this article

    http://www.sqlservercentral.com/articles/64582/

    If you really need the drive space see dbcc shrinkfile in BOL, but think carefully about how you size the log file

    ---------------------------------------------------------------------

  • RE: logshipping db readonly mode

    sorry mixing up my threads here.

    did you backup the log on the primary with the norecovery option? In that case the database will be in a restoring state and inaccessible...

    ---------------------------------------------------------------------

  • RE: logshipping db readonly mode

    It worked , but I have a question here,

    restoring secondary databases with recovery and route the users—with in this time users will do some transactions in primary server,...

    ---------------------------------------------------------------------

  • RE: where is my transaction log job

    newdb (12/1/2009)


    Sorry George,

    I click the post too quickly. The error I got when I ran the job is:

    Cannot open backup device '\\datadev01\d$\DBA\Thitesting\DBA.bak'. Operating system error 2(The system cannot find...

    ---------------------------------------------------------------------

  • RE: where is my transaction log job

    what was the operating system error code? Post your actual error.

    ---------------------------------------------------------------------

  • RE: Can you Log ship between SQL 2008 and SQL 6.5

    Bru Medishetty (12/1/2009)


    I wanted to know by not using why

    good point. Wasn't there a TV/radio program once where you had to do that?

    ---------------------------------------------------------------------

  • RE: Can you Log ship between SQL 2008 and SQL 6.5

    Bru Medishetty (12/1/2009)


    tim_breslin (12/1/2009)


    Don't ask why !!

    What is that you are trying to achieve?

    now you've done it! he said don't ask 🙂

    ---------------------------------------------------------------------

  • RE: shrinking a datafile file

    having read up on it there are scripts for it on this site and also in BOL under sys.dm_db_index_physical_stats.

    Another quick way is to use the reindex maintenance plan task via...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,151 through 3,165 (of 4,745 total)