Forum Replies Created

Viewing 15 posts - 5,341 through 5,355 (of 8,753 total)

  • RE: DBCC CHECKDB - snapshot error

    jimmycjen (5/8/2015)


    We run DBCC CHECKDB as a job in the evening when there is less activities. All the jobs are run with a domain account that have local administrator rights....

  • RE: Today's Random Word!

    crookj (5/8/2015)


    Revenant (5/8/2015)


    djj (5/8/2015)


    DonlSimpson (5/8/2015)


    Ed Wagner (5/8/2015)


    crookj (5/8/2015)


    Ed Wagner (5/8/2015)


    djj (5/8/2015)


    TomThomson (5/8/2015)


    Eirikur Eiriksson (5/8/2015)


    Stuart Davies (5/8/2015)


    SQLRNNR (5/7/2015)


    clinique

    cosmetic

    Code

    Morse

    Crossing (Road outside this building "Morse Crossing")

    Road

    High (road)

    Ethics

    Virtue

    Honor

    Strength

    Character

    Lead

  • RE: getting string out of data from a column

    sqly2kdba (5/8/2015)


    I apologize for not being clear

    I have to pull this data from table with 1000 rows like this

    Wondering , where in the query I plug in the actual column...

  • RE: getting string out of data from a column

    sqly2kdba (5/8/2015)


    thank you.is this how I replace my column names?when I do I get the following errors

    SELECT

    sys_id('(HostSystemIdentificationInfo/identifierValue/text())[3]','varchar(50)')

    ,sys_id('(HostSystemIdentificationInfo/identifierValue/text())[4]','varchar(50)')

    FROM host_sys);

    sys_id is not a recognized...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/8/2015)


    Lynn Pettis (5/7/2015)


    I really want to say "Write it yourself. We aren't here to do your work for you."

    For a couple seconds I thought that was directed at...

  • RE: Today's Random Word!

    Stuart Davies (5/8/2015)


    SQLRNNR (5/7/2015)


    clinique

    cosmetic

    Code

  • RE: Authentication with two (or more) databases on the same instance

    Sorry I misread the question. The server will check the permissions of the login account in the second database unless Cross-database ownership is enabled and it is the owner of...

  • RE: getting string out of data from a column

    Quick suggestion

    😎

    DECLARE @SAMPLE_XML XML = N'<obj xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:vim25" versionId="5.5" xsi:type="ArrayOfHostSystemIdentificationInfo">

    <HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">

    <identifierValue> unknown</identifierValue>

    <identifierType>

    <label>Asset Tag</label>

    <summary>Asset tag of the system</summary>

    <key>AssetTag</key>

    </identifierType>

    </HostSystemIdentificationInfo>

    <HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">

    <identifierValue>PSF:</identifierValue>

    <identifierType>

    <label>OEM specific string</label>

    <summary>OEM specific string</summary>

    <key>OemSpecificString</key>

    </identifierType>

    </HostSystemIdentificationInfo>

    <HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">

    <identifierValue>Product ID: 654081-B21</identifierValue>

    <identifierType>

    <label>OEM specific string</label>

    <summary>OEM specific string</summary>

    <key>OemSpecificString</key>

    </identifierType>

    </HostSystemIdentificationInfo>

    <HostSystemIdentificationInfo...

  • RE: Today's Random Word!

    Ed Wagner (5/7/2015)


    djj (5/7/2015)


    Revenant (5/7/2015)


    whereisSQL? (5/7/2015)


    DonlSimpson (5/7/2015)


    Ed Wagner (5/7/2015)


    crookj (5/7/2015)


    Slate

    Stone

    Cold

    Beer

    Need

    Want

    More

    Merrier

  • RE: Authentication with two (or more) databases on the same instance

    caddywonkus (5/7/2015)


    Scenario: a stored procedure is executed in database ABC. The procedure includes a MERGE statement with objects in the ABC and DEF databases. A Windows login is executing the...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/7/2015)


    That's not an article, that's a small book.

    With your short and concise style, it could fit into an article:-D

    😎

  • RE: Are the posted questions getting worse?

    GilaMonster (5/7/2015)


    Eirikur Eiriksson (5/7/2015)


    GilaMonster (5/7/2015)


    Ok, I need to write something.

    Article requests?

    How about different types of db recovery?

    😎

    If you mean recovery models, I've done those before. If now, please clarify?

    No,...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/7/2015)


    Ok, I need to write something.

    Article requests?

    How about different types of db recovery?

    😎

  • RE: SSIS doesn't drop table

    ____ KD (5/7/2015)


    Thank you for all the replies.

    The code was working in SQL query.

    I wanted to drop the table because the table schema may change so I only...

  • RE: Storage question

    mxy (5/7/2015)


    I have SSD storage of size 1TB, if I partition into multiple disks for tempdb, data, logs does it improve performance or not. I mean keeping in single...

Viewing 15 posts - 5,341 through 5,355 (of 8,753 total)