Viewing 15 posts - 31 through 45 (of 95 total)
How do I check that? The job is owned by sa - is it not run under that?
I take it the SQL Service account is not visible under 'security -...
February 1, 2007 at 3:18 am
Thanks, that's great.
January 25, 2007 at 4:39 am
Yes, I checked books online but was looking for a 'create' statement. In your example I presume the new_addresses table would have to exist already?
January 25, 2007 at 4:21 am
Dunno, I used this one:
SELECT PARSENAME(ip_addr, 3) AS 'SecondOctet'
Because I know I'll always have 4 parts.
October 25, 2006 at 6:36 am
Thank you all for this, I have gone with the parsename function, which is perfect for my needs.
And I am only slightly worried that you are all so enthusiastic about...
October 25, 2006 at 2:42 am
Excellent! Many many thanks!
October 24, 2006 at 9:59 am
Hi Colin,
I have this exact problem and would like to try rpc but don't know how to. I have a select statement using openquery. It queries an oracle view using...
July 28, 2006 at 4:08 am
Ah, I see. I already tried that (just didn't realise it was called a 4 part distributed query). I'm thinking now that I should have RPC and RPC out selected. ...
May 9, 2006 at 6:41 am
How do I do a 4-part distributed query?
May 9, 2006 at 3:06 am
I've ran sp_addlinkedsrvlogin to add the windows username of the person trying to connect from the app, and specified remote login to the Oracle database using the oracle username nad...
May 4, 2006 at 3:23 am
Ah, yes, because it's a.*. Yes that will be it. Thanks. It's been a long day, my brain has gone to sleep too early.
May 3, 2006 at 9:48 am
I tried all of these. The first two are great but the third brings back 4 extra rows! I'm a bit confused. Just crap data do you think? The where clause is...
May 3, 2006 at 9:32 am
Ah, hallelujah! That's it! A million thanks. I'd been trying all sorts of distinct / having count type combinations but just couldn't get it!
May 3, 2006 at 8:55 am
Thanks for trying but this still brings back the same as mine roughly, i.e. all ninumbers that exist more than once, but not just the ones that exist within different...
May 3, 2006 at 8:43 am
Viewing 15 posts - 31 through 45 (of 95 total)