Forum Replies Created

Viewing 15 posts - 1 through 15 (of 81 total)

  • RE: Log file backup failure for two jobs

    Hello --

    Thank-you for your reply. It turns out one of the other administrators deleted the databases in question, and neglected to tell me. I have reconfigured the...

  • RE: Data Integrity Check job failure

    Hello --

    I double-checked the database that was the target for the integrity check, and it is the one that is the subject of this discussion.

  • RE: Data Integrity Check job failure

    Hello --

    I created a plan via the Maintenance Wizard that would do an integrity check to the database in question. When I ran this particular check, it completed...

  • RE: Data Integrity Check job failure

    Hello --

    When I went through the motions to restore the database I made sure to go to the Files page, and change the FileStream location to the new...

  • RE: Data Integrity Check job failure

    My apologies for asking this: What log file should I reference to get the command syntax requested in your posting?

    Thank-you.

  • RE: Data Integrity Check job failure

    Hello --

    The filestream was moved via the following steps:

    1. The database was backed up, and subsequently deleted within the Studio utility.
    2. The database was restored...

  • RE: Data Integrity Check job failure

    Hello --

    Thank-you for your reply. The errors that I am seeing are the following:

    Date and time: 2017-06-09 06:06:36
    Command: DBCC CHECKDB ([RayStationPatientDB_502_Q1_2017]) WITH NO_INFOMSGS, ALL_ERRORMSGS,...

  • RE: Database connection error message

    Hello --

    It turns out the system in question had not been added to the appropriate Active Directory organizational unit prior to my logging onto it.

    Once that was completed, the...

  • RE: Querying multiple databases

    Hello --

    That additional line did the trick!

    This script will work well for us, and I just want to thank everyone for their help on this.

  • RE: Querying multiple databases

    Hello --

    Just so we're on the same page. The script in question is the following:

    exec sp_MSForEachDB

    '

    USE ?;

    if exists

    (select table_name

    from information_schema.tables

    ...

  • RE: Querying multiple databases

    Hello --

    I reran the script, and it did produce output. The only thing is, the names of the respective databases were not listed. Is the output based on the order...

  • RE: Querying multiple databases

    Hello --

    I inserted the syntax UNION ALL in the script, and the following errors appeared on-screen:

    Msg 156, Level 15, State 1, Procedure FindPatient, Line 34

    Incorrect syntax near the keyword 'UNION'.

    Msg...

  • RE: Querying multiple databases

    Hello --

    Thank-you for your posting, I ran the script you posted, substituting the actual patient ID in the appropriate slot. However, the query produced the following error for

    each of the...

  • RE: Querying multiple databases

    Hello --

    I have the list of columns within the table that will be queried, and I can insert them into the script at the two TODO locations. Is this the...

  • RE: Querying multiple databases

    Hello --

    The databases in question are the following:

    RayStationPatientDB_Breast_4014

    RayStationPatientDB_CNS_4014

    RayStationPatientDB_Emerson_4014

    RayStationPatientDB_GI_4014

    RayStationPatientDB_GU_4014

    RayStationPatientDB_GYN_4014

    RayStationPatientDB_HN_4014

    RayStationPatientDB_Lymphoma_4014

    RayStationPatientDB_NWH_4014

    RayStationPatientDB_Other_4014

    RayStationPatientDB_Pediatric_4014

    RayStationPatientDB_Physics_Research_4014

    RayStationPatientDB_Sarcoma_4014

    RayStationPatientDB_Skullbase_4014

    RayStationPatientDB_SRS_4014

    RayStationPatientDB_Thoracic_4014

    More than likely it will be a single query at a given time, and all the dbo.RS_Patient_6 tables are identical.

Viewing 15 posts - 1 through 15 (of 81 total)