Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 7,164 total)

  • RE: index re-build on trucated table

    rohit.anshu (3/21/2013)


    hi,

    i've seen a couple of cases where huge staging tables containing c/nc indexes are truncated and the index drop and rebuild happens , so its like 1. drop index...

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

  • RE: DB for Reporting

    I thought I read that but wasn't sure if I was missing something. Thanks for posting back.

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

  • RE: Best approach to have mssql 2008 mirror certain fields to MySQL on Web

    Mirroring is a specific concept in SQL Server but I am guessing you meant it generically because you cannot mirror to anything but another instance of SQL Server and you...

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

  • RE: Need help with Select statement!!

    You;re really making us work over here...

    I tried polishing up the SQL you provided so it would run on SQL Server but it's not even close. Syntax errors everywhere, mis-aligned...

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

  • RE: Need help with Select statement!!

    That looks like Oracle code :ermm:

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

  • RE: How to set query editor tab to display "Executing" in SSMS ?

    I have never had to set anything to get that to display, it just always has done that for me. I would check to see if there are any service...

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

  • RE: CDC Related question

    What version of SSIS are you using? What is the version of SQL Server where the data source is hosted?

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

  • RE: Improve Performance of Lookup Transformation

    Pushing the data to a staging table and applying all changes at once using MERGE is a good performing option.

    If you need to stick with Lookup for whatever reason, please...

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

  • RE: Need help with Select statement!!

    Please provide:

    1. DDL in the form of CREATE TABLE statements to create your sample tables

    2. DML in the form of INSERT INTO statements to populate the sample tables

    3. The expected...

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

  • RE: Not able to find historical data using SQL Server Profiler in SQL Server 2008

    EasyBoy (3/20/2013)


    Hello All,

    I would like to capture the script that was ran by user on yesterday between particular time.

    But somehow i am not able to get the desire information.

    Can anyone...

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

  • RE: help with Store procedure

    1.i need to Write a SP to accept comma separated values and return as list of string values

    If you're on SQL 2008 or above then why would you ever want...

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

  • RE: SetSPN

    Either one, as long as both as connected to the domain. The changes it invokes are made to Active Directory not to the computer where it is run so it's...

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

  • RE: SQL SERVER : CPU

    You can see the last 256 minutes from sys.dm_os_ring_buffers.

    Query courtesy of Glenn Berry's diagnostic query script:

    -- Get CPU Utilization History for last 256 minutes (in one minute intervals) ...

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

  • RE: Update query is taking longer time

    Alone (3/22/2013)


    Hi,

    I have verified fill factor which didn't get changed after rebuilding indexes..

    And what was it?

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

  • RE: Concatenation through SSIS

    debanjan.ray (3/22/2013)


    Thanks All !!!

    It works.... 🙂

    What works? Common courtesy is to post the solution that worked for you so others that encounter the same issue and find this thread...

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

Viewing 15 posts - 1,471 through 1,485 (of 7,164 total)