Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 7,164 total)

  • RE: Determining a database's completed restore date and time...

    Hemant.R (12/10/2012)


    hi ,

    whenever you restore any database ,that activity related info got stored in

    restorehistory table of msdb

    plz check with using this

    select destination_database_name,USER_NAME,restore_date from restorehistory order by restore_date desc

    if...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Anyone having trouble browsing the site on a Surface with Windows RT?

    Steve Jones - SSC Editor (12/10/2012)


    Thanks, I'll pass along to our Devs, but not sure this will be a high priority for us.

    Is this just IE or have you tried...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: CONTAINED DATABASE OR NOT ...

    nice follow-through! thanks for posting back

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: List of Database Naming Convention Decision Points

    It would be neat (at least to me) if after you pulled together your decision points and settled into a convention you posted those to this thread. I think it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Daniel Bowlin (12/7/2012)


    foray

    Fourier

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Setting up log shipping for multiple databases

    I think the point is, is there an easy way to setup 25 databases for log shipping without hitting the wizard 25 times.

    My answer would be sure, anything can be...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: List of Database Naming Convention Decision Points

    use of schemas as containers for grouping and securing like objects

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Not able to connect db user in standby database

    What you are trying to do in effect is modify the system tables underneath the sys.database_principals catalog view which is disallowed when the database is read-only. Instead you'll need to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Linked Server Collation issues

    It is likely related to collation. For ANSI data types (VARCHAR, CHAR and TEXT) SQL Server will replace any characters in the data not present in the codepage (per the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Setting up replication and dealing with a time lag

    It is not uncommon at all. Basically what you want is to initialize the subscriber using a backup from the publisher. When you setup the publication you'll let SQL Server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: checkdb error on index ID 0

    Since you're on SQL 2000 you do not have the option of doing page restores. As Gail outlined, you can restore from backup that do not include the corruption (including...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Options with a TL Backup goes bad

    Are you sure the TL backup completed successfully?

    It should not matter the name of the file, or even that it has an extension. SQL Server will still read it as...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Jobs

    Not that I know of. Not unless you had a trace running that would show that information or there was a trigger on the msdb.dbo.sysjobs table that recorded who made...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    mishaluba (10/27/2012)


    Thank you very much for the great article! This certainly goes into the "briefcase". I have one question, which you sort of answered in one of the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    To Rick-153145 & aka88,

    Sorry for the delay guys. I would have posted this code sooner but my 2008 R2 environment needed to be rebuilt and I just got around to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,716 through 2,730 (of 7,164 total)