Forum Replies Created

Viewing 15 posts - 7,006 through 7,020 (of 7,164 total)

  • RE: How to perform BCP

    Using a view containing the second, third and fourth columns:

    CREATE VIEW dbo.MY_ATP_MD_CLASSES

    AS

    SELECT CLASS_SERVICE_TYPE,

    CLASS_DESCRIPTION,

    CLASS_STATUS

    FROM...

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

  • RE: Local connection doesn't work

    Are you using a domain account or a local Windows account?

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

  • RE: Linked Server with Local System startup account

    OK, let's pursue item 2 for now...

    I do not know of any limitations with using Linked Servers when the service starts up as Local System so I am ignoring that...

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

  • RE: Creating TempTable for output of Stored Procedure using Select * into #TmpTable

    skb 44459 (3/8/2011)


    3. Does the procedure you're calling have any logic paths where it does not return a resultset?

    I am not sure about this question

    What I...

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

  • RE: openquery problem

    Ahhh...the use of MSDASQL provider threw me off. That is the "Microsoft OLE DB Provider for ODBC". You may want to look into a proper provider to reach an Informix...

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

  • RE: Logging Raiserror log messages into a table

    aravind-305595 (3/8/2011)


    Thanks All, The solutions are working fine. Thanks for your inputs.

    Do we have an option incase if we are not scheduling them in SQL job ? I mean if...

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

  • RE: SS 2005 Disconnects odbc and web clients randomly

    No worries, we're all learning 🙂

    You said you don't have a DC, that your server is just in a Workgroup, but your DSN is setup to use Windows Authentication. How...

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

  • RE: need multiple records filtered for eariliest time

    foscsamuels (3/8/2011)


    i dont own the rights to do so. the easiest work to do on this db is custom queries. i still dont understand how their subquery can...

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

  • RE: Creating TempTable for output of Stored Procedure using Select * into #TmpTable

    Hmmm...I know the technique you are trying to use to derive the table definition of a temp table from the resultset of a procedure works...I just confirmed it locally to...

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

  • RE: Creating TempTable for output of Stored Procedure using Select * into #TmpTable

    Try removing Set FmtOnly OFF;

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

  • RE: Creating TempTable for output of Stored Procedure using Select * into #TmpTable

    You're passing a string into a function as a parameter. That string must be surrounded by single-quotes which means that any single quotes that exist within the parameter value must...

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

  • RE: transfer data from Sybase to SQL

    I have used bcp to transfer tables with more than a billion rows. What is the error message you are receiving?

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

  • RE: SS 2005 Disconnects odbc and web clients randomly

    Just so we're on the same page, and in case it changes your response...the "Native Client" driver, ODBC driver and OLE DB driver are all part of the "SQL Native...

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

  • RE: I want to execute a procedure automatically at night 12.00 using service broker

    vritaz09 (3/5/2011)


    I dont have full version of sqlserver.In my web hosting plan i have express edition so i cant use sql server agent.so i searched about service broker.so how can...

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

  • RE: Linked Server with Local System startup account

    I am seeing two separate issues here:

    1. Your instance is unable to connect to other servers using Linked Servers.

    2. Other instances are unable to connect remotely to your instance using...

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

Viewing 15 posts - 7,006 through 7,020 (of 7,164 total)