Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 7,168 total)

  • RE: SSIS question

    No, you do not need the original Solution or Project file. You can export the Package using SSMS or dtutil.exe and modify it on your local machine. You can also...

  • RE: Index Rebuild Taking too Long?

    dkschill (4/8/2013)


    Here is the build script:

    CREATE TABLE [dbo].[item](

    [item_urn] [int] NOT NULL,

    [cat_urn] [int] NOT NULL,

    [item_mnc] [varchar](10) NOT NULL,

    [item_descr] [varchar](50) NULL,

    [item_active] [char](1) NULL,

    [item_device] [varchar](20) NULL,

    [item_type] [char](1) NULL,

    [dept_urn] [int] NULL,

    [modified_by] [varchar](16) NULL,

    [mod_timestamp] [datetime]...

  • RE: Index Rebuild Taking too Long?

    Please post the table and clustered index definition and the entire row for the index from the physical stats DMV run with DETAILED analysis.

  • RE: Index Rebuild Taking too Long?

    There is little point to rebuilding an index with only 368 pages. The general consensus is not to bother with indexes that have under 1,000 pages.

    As for why an index...

  • RE: uninstall an instance from a server that has two instances

    Yes, it's a supported operation.

  • RE: Max server memory for second instance

    sqlfriends (4/8/2013)


    We have a SQL instance with max memory set to 20 GB out of total 24 GB.

    Now I would like to install another instance on the server.

    Will the install...

  • RE: The Command Shell

    Jeff Moden (4/8/2013)


    opc.three (4/8/2013)


    Jeff Moden (4/8/2013)


    opc.three (4/8/2013)


    If your argument is "someone in the sysadmin Role can take down the system so why bother running a system with xp_cmdshell disabled" then...

  • RE: The Command Shell

    Jeff Moden (4/8/2013)


    opc.three (4/8/2013)


    If your argument is "someone in the sysadmin Role can take down the system so why bother running a system with xp_cmdshell disabled" then I think you...

  • RE: Query with high lob logical reads / read-ahead reads

    Can you correlate the size of the image you're retrieving in query 1 to the number of lob reads, and the same for query 2?

  • RE: Moving prod DBs from local disk to SAN with absolute minimal downtime

    EdVassie (4/8/2013)


    However, having seen the suggestion to use log shipping I think that probably needs the lowest skill level to get it working. As already mentioned it will need...

  • RE: The Command Shell

    patrickmcginnis59 10839 (4/8/2013)


    mister.magoo (4/8/2013)


    patrickmcginnis59 10839 (4/8/2013)


    opc.three (4/7/2013)


    Jeff Moden (4/6/2013)


    Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have...

  • RE: The Command Shell

    patrickmcginnis59 10839 (4/8/2013)


    opc.three (4/7/2013)


    Jeff Moden (4/6/2013)


    Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on your...

  • RE: The Command Shell

    Jeff Moden (4/6/2013)


    If someone get's in as SA, it's not going to matter if you have xp_CmdShell turned off or not. 😉

    You keep throwing this one back into the conversation...

  • RE: The Command Shell

    Jeff Moden (4/4/2013)


    My question would be, why would anyone worry about a DBA doing his/her job? 😉 Being a DBA requires you to do things like this. Some...

Viewing 15 posts - 1,321 through 1,335 (of 7,168 total)