Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 7,164 total)

  • RE: Idera SQL DM

    It's possible SQLdm is getting it's information from DMVs (if that counter is even available through the DMVs) which are not guaranteed to be exactly the same reading as what...

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

  • RE: Comparing two rows

    T-SQL supports all your common comparison operators, e.g.

    =

    <

    >

    != or <>

    Comparisons involving two rows might imply the comparison would take place in a WHERE-clause. If you provide table definitions...

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

  • RE: DTExec succesfull in CMD window, fails in Agent Job

    ngreene (2/4/2013)


    What is stupid is I am running Interop 2010 on a Server 2008 box and this change still fixed my problem. What the heck!

    The issue is that Office...

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

  • RE: SQL Login error from client computer

    shreyanshbhatt (2/5/2013)


    I ran that on the Remote PC. But after your comment when I ran it on the main PC I am getting same result FILTERED.

    Is it something to do...

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

  • RE: SQL Agent Job Sudden Failure, Login failed for user NT AUTHORITY\SYSTEM.

    When you say "run using the same account" do you mean the jobs have the same owner?

    Are there any job steps that use proxies?

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

  • RE: Existing Table division

    opc.three (2/1/2013)


    The tradeoff I am seeing is that while you're reducing the size of the claim you may be adding a JOIN into your batch process and reports to bring...

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

  • RE: Change default SQL port from 1433/1434 to 9877/9878

    Remote DAC connections are disabled by default so no worries there, just leave them disabled if you're concerned.

    SELECT *

    FROM sys.configurations

    WHERE name = 'remote...

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

  • RE: SQL Login error from client computer

    Filtered means no response was received. Just to confirm, did you run the command on mainpc or from a different machine, i.e. the remote client? Make sure there are no...

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

  • RE: Dynamically load CSV files To Sql Server Tables

    iamsql1 (2/1/2013)


    can i use sql command for it?

    No, Table name or view name variable.

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

  • RE: Dynamically load CSV files To Sql Server Tables

    You can decide that in the Expression of the Variable that determines which table name your OLE DB Destination points to.

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

  • RE: Change default SQL port from 1433/1434 to 9877/9878

    ratheesh4sql (2/1/2013)


    Hi,

    Any one help me how can to Change default SQL port from 1433/1434 to 9877/9878, if i change is that portt will be changing in Cluster listener in Always...

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

  • RE: errors in sql server

    If the error number is 13,000 or greater and the severity is 18 or lower then it could have been either the database engine or a user. Users cannot explicitly...

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

  • RE: View issue

    There are a lot of rules around creating an updatable partitioned view.

    Modifying Data in Partitioned Views

    You can always fall back on implementing an INSTEAD OF TRIGGER.

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

  • RE: MDS DATA

    sathiyan00 (2/1/2013)


    Hi all,

    I think this may be a basic question.But still i'm not clear about this..

    If i'm using Master Data Services(MDS) for master data...

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

  • RE: SSIS Extract and Load

    It is a lot of work to do this in SSIS. Do you have to use SSIS? You could do this with a single line of PowerShell too.

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

Viewing 15 posts - 2,146 through 2,160 (of 7,164 total)