Forum Replies Created

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

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

    SatishAyyar (12/28/2012)


    I was able to load the data as it is in EXCEL. All the columns are loaded. I do not see any issue. I have sql server 2008 R2...

  • RE: Question about server alias

    cphite (12/28/2012)


    We currently have two production servers at my company, let's call them DB1 and DB2, each with a handful of databases that are used fairly extensively throughout the day....

  • 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...

  • 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...

  • 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...

  • 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,...

  • 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...

  • 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...

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

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

  • 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...

  • RE: DBCC Error

    @rcjunk

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

  • 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...

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

    What have you tried so far?

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

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

  • 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...

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