Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 7,164 total)

  • RE: Why Allow Heaps at All?

    GilaMonster (12/29/2012)


    You may be interested to know that SQL Azure (or whatever it's called this week), does not allow heaps.

    It's called SQL Database at the moment which is part of...

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

  • RE: JobName Not found error

    Mac1986 (12/28/2012)


    Hi all.

    Appreciate your support here.

    This is resoled now. I created a new linked server for the same server now with alias.

    now I kicked off the job remotely and...

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

  • RE: JobName Not found error

    I think I may have exhausted all the tests I can muster locally or with you. I am not having trouble with a Linked Server setup the same way as...

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

  • RE: Why Allow Heaps at All?

    hakim.ali (12/28/2012)


    Thanks for shedding the light, and good points. However, given that these scenarios are probably the exceptions rather than the norm, why not default to all tables being clustered,...

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

  • RE: how to fetch records from multiple tables

    CELKO (12/28/2012)


    Usually I have to identify a person by the role they play in the Universe of Discourse. Most often the role does actually involve a person; a bank account...

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

  • RE: SQL Server 2005 ODBC Connection Discrepancy

    Something sounds off...you cannot explicitly ask SQL Server to listen on TCP 1434 as that is the port designated for use by the Dedicated Admin Connection. You can connect to...

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

  • RE: SSIS loading only 5 of 42 fields to SQL

    Cool. It won't be right away, but hopefully sometime over the weekend.

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

  • RE: JobName Not found error

    Mac1986 (12/28/2012)


    thanks . Below is the result when i ran it remotely using linked server.

    EXEC('SELECT ORIGINAL_LOGIN() as logged_in_login;') AT [LocalServerName];

    Result: REDMOND\Mycredential

    EXEC('SELECT * FROM msdb.dbo.sysjobs WHERE name = ''22274680-BFBF-4191-913E-40491393C490'';') AT [TK5BITOOLSVM01]:

    This...

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

  • RE: DBCC Error

    @rcjunk

    Did the Workaround from the article MOC Ewoz posted work for you?

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

  • RE: Why Allow Heaps at All?

    hakim.ali (12/28/2012)


    patrickmcginnis59 (12/28/2012)


    Sounds like a pretty efficient index to me 🙂

    If it were an index, then why would the database scan every record in a heap when you were searching...

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

  • RE: Convert MAC address from hex to 16 integar value

    What have you tried so far?

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

  • RE: SSIS loading only 5 of 42 fields to SQL

    Attach the Excel sheet to this thread and I'll have a look.

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

  • RE: JobName Not found error

    Why locally on the server where the job is hosted? That does not prove anything.

    Please run the code I posted on the remote server where [ServerName] is the name of...

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

  • RE: exec master.dbo.xp_cmdshell

    LOOKUP_BI-756009 (12/17/2012)


    Restarting the server fixed the problem. Did not change anything, still not sure how that happend. Thank You

    I had this issue many many times on SQL 2005 SP4 running...

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

  • RE: Dropped connection during Excel VBA

    Is this an Excel VBA question or an SSIS question? Or something else?

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

Viewing 15 posts - 2,611 through 2,625 (of 7,164 total)