Viewing 15 posts - 166 through 180 (of 458 total)
WayneS (8/15/2012)
Update: the distributed transaction had to be killed (aborted) in the DTC snapin.
Wayne, I think you need to remove the "\"...
August 16, 2012 at 6:41 am
I recently went to install the ODBC connector and create a linked server to MySQL as described here http://www.sqlservercentral.com/Forums/FindPost1332192.aspx. I ran into and solved 2 problems, so I figured...
July 25, 2012 at 2:13 pm
Thanks again for your help.
I did get this working from my workstation, connected to both SQL Server and MySQL. That at least gets me to the point of being...
July 25, 2012 at 1:58 pm
Thanks Lowell, I'll take a look at this.
Unfortunately, my first pass at trying to execute a query in SSMS against the MySQL linked server (after creating the linked server) resulted...
July 19, 2012 at 8:52 am
RobertYoung (7/16/2012)
rmechaber (7/16/2012)
In addition there are more sectors in the outside tracks than there are in the innter [sic] tracks.
My understanding of disk sectors has always been...
July 16, 2012 at 7:59 am
You state:
In addition there are more sectors in the outside tracks than there are in the innter [sic] tracks.
My understanding of disk sectors has always been that the...
July 16, 2012 at 7:29 am
Brandie, here's a link I found that suggests it is possible to fail a job step with RAISERROR:
http://www.bidn.com/blogs/Daniel/ssas/2313/force-a-sql-agent-job-step-to-fail
I just tested this by creating a dummy Agent job with 2 steps....
July 10, 2012 at 7:59 am
Would it work to have your job step wrap the execution of the remote SP in some local code; the wrapper would check for a return code indicating successful execution...
July 9, 2012 at 11:49 am
codebyo (7/9/2012)
Hugo Kornelis (7/9/2012)
I hope you'll reconsider and resume submitting QotD's.+1
Square that. 🙂
Errrr.... double that!
Rich
July 9, 2012 at 11:18 am
Got it wrong for the best possible reason: I learned something.
Like many others, I thought a FULL backup was required to re-initiate the log chain, probably because that's what most...
June 28, 2012 at 7:23 am
Someone -- Grant Fritchey maybe? -- once said something that has stuck with me: you don't need a backup strategy or plan....
You need a restore plan!!
I get failed backups...
June 26, 2012 at 7:10 am
Thanks for the question Hugo, and more thanks for your inevitably thorough follow-up explanations and replies to objections.
I got it wrong in the "best way possible" which for...
June 15, 2012 at 9:26 am
Eugene Elutin (5/30/2012)
Looks like problem with connection string, try:
SELECT *
FROM OPENROWSET('SQLNCLI', 'Server=myserver;Database=DBA;UserId=ImaUser;Password=TopSecretPass',
'SELECT * FROM DBA.dbo.LDAP') as a
Thanks Eugene, that didn't work either: I got this error:
Msg 7416, Level 16,...
May 30, 2012 at 6:36 am
ralph.bacon (5/24/2012)
rmechaber (5/23/2012)
For example, there's a nice demonstration of how XACT_STATE()...
May 24, 2012 at 6:07 am
Might be slightly off-topic, but I found this write-up useful in explaining the benefits -- and issues -- related to XACT_ABORT and TRY..CATCH: http://www.simple-talk.com/sql/t-sql-programming/defensive-error-handling/[/url].
For example, there's a nice demonstration...
May 23, 2012 at 8:12 am
Viewing 15 posts - 166 through 180 (of 458 total)