Forum Replies Created

Viewing 15 posts - 886 through 900 (of 1,539 total)

  • RE: SQL tables not accepting Inserts, Updates or Deletes by any means.

    Thumperfla (6/26/2009)


    To recover, a reboot has to been done to the server. Simply ending the service just hangs as well.

    Currently, we are only backing up the DB using a...

  • RE: SQLX 2005 - Preserve copy under a new name

    bytesizedata (6/26/2009)


    The command

    Restore filelistonly from disk='backupfile' gave me the logical file names "Records" and "Records_log"

    Executing

    Restore database Records2009 from disk='path+filename.bak' with move datafile_name='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Records', logfile_name='C:\Program Files\Microsoft SQL...

  • RE: HELP needed with Syntax error ALTER INDEX

    FreeHansje (6/26/2009)


    PS,

    This is a solution I had tried first.

    Don't get me wrong, but have you checked this in SSMS? I don't think so...

    BTW, I have found the problem. Some options...

  • RE: SQLX 2005 - Preserve copy under a new name

    bytesizedata (6/26/2009)


    Le's say the DB is named "Reports". I want to preserve and be able to access each year's records under a new name, such as "Reports2009". I...

  • RE: How to schedule backups from multiple instances at different timings to same backup drive

    MO (6/26/2009)


    Hi,

    Is there a reason you can't get the first backup job to call the second and so on? That way the second would only always start after the...

  • RE: HELP needed with Syntax error ALTER INDEX

    ALTER INDEX [MUTA_PI3]

    ON [prd_00rpd_hrm].[hrm].[MUTA]

    REBUILD

    WITH

    (ONLINE = ON,

    FILLFACTOR = 90,

    MAXDOP = 0)

    PARTITION = 2;

    error: Msg 102, Level 15, State 1, Line 8

    Incorrect syntax near 'PARTITION'.

    Try...

  • RE: Difference between Create User and Create Login .....?§?§?§

    Agreeing to what others said, you create a login to grant access to the server as a whole and u create a User id to grant access to a database....

  • RE: Database with mdf and ndf

    1. create a filegroup and a file in it

    2. to move a table from one filegroup to other:

    If u've got clustered index on the table, rebuild...

  • RE: Can I block specific rows in a table?

    FreeHansje (6/26/2009)


    Can I block specific records for a login? Something like:

    SELECT c1, c2, c3 FROM Table1

    WHERE c3 = 'ABC'

    I can do this with a view, which said login can READ,...

  • RE: database recovery - clarification

    vrabhadram (6/25/2009)


    i have one more issue:

    i have a job to archive data from the production to another log database(600 tables). for this purpose i have created the statements for each...

  • RE: database recovery - clarification

    vrabhadram (6/25/2009)


    i have checked with the log file size after transaction log backup, but it's not decreased.After shrinking the database also, size was not decreased.

    You're right. Transaction log file's physical...

  • RE: How to backup DB Online

    thang_ngo_2002 (6/24/2009)


    Yes, I already copy backup data file from PRI to STB then recover

    So I don't thing problem by network, may be by Server Link

    This may happen because of query...

  • RE: database recovery - clarification

    vrabhadram (6/24/2009)


    hi all,

    i'm preparing the job for our databses in production.

    we have job plan like every day full backup, every one hour transactional log backups.

    what i'm following is

    in the...

  • RE: How to backup DB Online

    check if this user has sufficient permissions to restore the database.

    and this user has sufficient permissions to access the file share containing the backup file

    You can write something like this

    create...

  • RE: create job help?

    2 Tim 3:16 (6/24/2009)


    Nice catch Manu, thanks for correcting me. I was under the impression that the log chain is still good in Bulk Logged mode and during...

Viewing 15 posts - 886 through 900 (of 1,539 total)