Viewing 15 posts - 1,201 through 1,215 (of 15,381 total)
Unniarcha (10/12/2016)
I need to access the vendors db and import data .
OK so you need to be able to have access to the remote server. This typically means that the...
October 12, 2016 at 3:42 pm
Unniarcha (10/12/2016)
I have to connect to a sql server at the vendor who is in a different network.What are my options ?
Thanks
That depends. Is this just a single sql...
October 12, 2016 at 12:11 pm
Grant Fritchey (10/12/2016)
jasona.work (10/12/2016)
Grant Fritchey (10/12/2016)
October 12, 2016 at 7:51 am
Luis Cazares (10/12/2016)
SELECT machine_id,
type_id,
MAX( CASE WHEN attribute_name LIKE 'issuer%' THEN...
October 12, 2016 at 7:47 am
How do you know which rows are part of the same "row"? Please tell me it isn't the last part of the attribute_name value. EAV is a great tool when...
October 12, 2016 at 7:29 am
Good question Steve. I have to admit I haven't really noticed the index_id column because just a couple columns away is a description that requires no deciphering (type_desc). 😀
October 12, 2016 at 7:25 am
Lynn Pettis (10/6/2016)
Oracle Database Administrator
- 5+...
October 6, 2016 at 3:17 pm
Ed Wagner (10/6/2016)
Sean Lange (10/6/2016)
Luis Cazares (10/6/2016)
Phil Parkin (10/6/2016)
Ed Wagner (10/6/2016)
Sean Lange (10/6/2016)
October 6, 2016 at 12:59 pm
Luis Cazares (10/6/2016)
Phil Parkin (10/6/2016)
Ed Wagner (10/6/2016)
Sean Lange (10/6/2016)
This may be the funniest thing I have seen in quite some time. You just gotta love 3rd party software.
Yeah, that's a...
October 6, 2016 at 12:12 pm
Ed Wagner (10/6/2016)
Sean Lange (10/6/2016)
This may be the funniest thing I have seen in quite some time. You just gotta love 3rd party software.
Yeah, that's a good one. Be...
October 6, 2016 at 11:42 am
This may be the funniest thing I have seen in quite some time. You just gotta love 3rd party software.
October 6, 2016 at 10:24 am
ScottPletcher (10/5/2016)
Sean Lange (10/5/2016)
Thom A (10/5/2016)
Sean Lange (10/5/2016)
October 6, 2016 at 9:58 am
Even better than converting it would be to eliminate it entirely. Cursors are horrible for performance and far too often they are used inappropriately. They have their place but if...
October 6, 2016 at 8:28 am
drew.allen (10/5/2016)
And now we're getting blatantly fraudulent spam. :angry:
Is there any other kind? 😛
Whatever the spam was it didn't last very long as I can't see it at all. Was...
October 5, 2016 at 1:48 pm
Eirikur Eiriksson (10/5/2016)
george sibbald (10/5/2016)
Lynn Pettis (10/5/2016)
george sibbald (10/5/2016)
I made it into the top 30 posters at...
October 5, 2016 at 12:55 pm
Viewing 15 posts - 1,201 through 1,215 (of 15,381 total)