Viewing 15 posts - 10,921 through 10,935 (of 18,923 total)
100 SQLServerCentral.com <===== =====> Answering at least half as many questions as
posts, all questions you ask on SQLServerCentral.com
- 2 points +4 points
How much should I get for this...
November 24, 2006 at 9:59 am
Can you give out a ittle more details without breaking any confidentiality agreements? I can't offer much support with that little information!
November 24, 2006 at 9:45 am
That too, we'll see what RG will do with this
.
November 24, 2006 at 8:57 am
Don't give up so soon, there must be another way of doing this task. What problem were you trying to solve using this method?
November 24, 2006 at 8:56 am
And BTW I assume you know triggers on system tables don't work, and the rare times they do they are not reliable! I know it probabely doesn't apply to your...
November 24, 2006 at 8:43 am
Never tried it and never will. If you can't make it work then that's your answer. I can't stress enough that security should be build from the first moment you...
November 24, 2006 at 8:42 am
I'm not an expert on that matter but this is supposed to be handled but the databases and server logins / permission. And at design time (can have a module...
November 24, 2006 at 8:33 am
Looks like I need to brush up on my 2005 skill (no s here
)
November 24, 2006 at 7:46 am
Maybe the floating point [im] precision is different between the 2 Softwares. I'm just throwing this out there as I have never encountered that problem before.
November 24, 2006 at 7:00 am
If you want something like :
If data not exists then insert
else
update
You need to code it just like that. You have to make 2 statements because the insert/update in a...
November 24, 2006 at 6:56 am
Just thaught of another way :
Set the application name in the connection string.
Then fire up the profiler with the trace of active connections only. Save the results to a...
November 24, 2006 at 6:54 am
In the connection string you can set an application name, which you can retrieve from sql server (when doing auditing in a trigger or SP). But I don't know if...
November 24, 2006 at 6:52 am
Lol, maybe what this site really needs is a new moderator. I might be able to do it for less than 100$/hour if they want me to help
November 24, 2006 at 6:44 am
I got tired of asking why and starting a war everytime I see this. But you have a good point.
Why in %/? name do the users have to change the...
November 24, 2006 at 6:42 am
So what are the final run times?
November 24, 2006 at 6:42 am
Viewing 15 posts - 10,921 through 10,935 (of 18,923 total)