Viewing 15 posts - 2,611 through 2,625 (of 7,168 total)
SatishAyyar (12/28/2012)
December 29, 2012 at 4:36 am
cphite (12/28/2012)
December 29, 2012 at 4:11 am
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...
December 29, 2012 at 3:46 am
Mac1986 (12/28/2012)
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...
December 29, 2012 at 3:22 am
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...
December 28, 2012 at 4:09 pm
hakim.ali (12/28/2012)
December 28, 2012 at 3:15 pm
CELKO (12/28/2012)
December 28, 2012 at 2:48 pm
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...
December 28, 2012 at 1:53 pm
Cool. It won't be right away, but hopefully sometime over the weekend.
December 28, 2012 at 1:38 pm
Mac1986 (12/28/2012)
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...
December 28, 2012 at 1:35 pm
Did the Workaround from the article MOC Ewoz posted work for you?
December 28, 2012 at 1:22 pm
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...
December 28, 2012 at 1:16 pm
What have you tried so far?
December 28, 2012 at 12:40 pm
Attach the Excel sheet to this thread and I'll have a look.
December 28, 2012 at 12:26 pm
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...
December 28, 2012 at 10:22 am
Viewing 15 posts - 2,611 through 2,625 (of 7,168 total)