Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concatenate within a Pass Through Query

Status
Not open for further replies.

rib742

Programmer
Joined
Jun 7, 2003
Messages
28
Location
US
Good morning.

I understand the concatenate function as defined under FAQ701-4233 and am able to use it within a make table query.

My question is whether or not (and if how) can a function like this be used within an SQL Pass Through query? I'm running into some performance issues (3 hours to run) using it in the make table query and was wondering if I could improve it by using the function on the SQL server directly.

Can someone help me translate this into SQL coding?

Thanks!
 
I guess problem is not in function itself... post relevant code you currently have here.

------
"There's a man... He's bald and wears a short-sleeved shirt, and somehow he's very important to me. I think his name is Homer."
(Jack O'Neill, Stargate)
[banghead]
 

When I review the results without making the table it's fine; everything is returned in no time. It's just that when I go to copy the results or make table, that it takes for ever.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top