Viewing 15 posts - 15,226 through 15,240 (of 18,923 total)
This is most appropriate here, especially if you don't wanna stop using them :
A quote from rudy komacsar
time for:
exec sp_update_resume
possibly time for:
exec sp_distribute_resume
July 12, 2005 at 8:50 am
Check the documentation of that product. It will most likely be listed in the string functions section... Look for anything like substring or the likes.
July 12, 2005 at 8:32 am
Takes an agent to get the new messages... Then you have to create some sort of faq db that can figure out what is being asked and reply accordingly... ...
July 12, 2005 at 8:31 am
3) Is there no way you can get the users to change ONLY THROUGH THE UI ?!?! I seriously think I would quit my job if I had to deal...
July 12, 2005 at 8:25 am
What statement are you using? What error are you getting?
July 12, 2005 at 8:20 am
Is this for the final application or for query optimization??
SET STATISTICS TIME ON
Select * from dbo.SysObjects
SET STATISTICS TIME OFF
check the message window.
July 12, 2005 at 8:15 am
Have you tried printing the dyn. query and executing it in QA instead? Maybe that'll pop up something.
July 12, 2005 at 8:14 am
You might also want to investigate where the bottleneck is. Is it the network? Is it because Access copies the whole db to the client requesing data (as I've...
July 12, 2005 at 8:09 am
No need to do that if he's using a command object and the command type adCmdStoredProc.
July 12, 2005 at 8:06 am
Yup... but we don't even know if it's possible. We haven't heard from him since he posted the question.
Nice link BTW, feels like home
July 12, 2005 at 8:03 am
It's not a religion, it's a fact and we're religious about it
. Anyways cursor should be banned (almost) from the sql...
July 12, 2005 at 8:00 am
OO is good for programming. What managers have to understand is that a db is not a programming tool, it's a data storage tool. They are not meant...
July 12, 2005 at 7:57 am
"or Remi's automated agents will get to it"
Now here's an idea
. Would be a nice project to build...
July 12, 2005 at 7:51 am
Viewing 15 posts - 15,226 through 15,240 (of 18,923 total)