Viewing 15 posts - 10,156 through 10,170 (of 18,926 total)
Thanx again... seems to be luck of the current load that dictates the results and not the function itself.
February 2, 2007 at 2:47 pm
I agree that it is more secure that way... but if the virus can reach is PC, what's stopping it from reaching the other servers?
Also I can't say I'd be...
February 2, 2007 at 1:46 pm
Ya I saw that too. The mystery around the plane could be explained with pocket of gas going out of the water. Pockets that when big enough could sink a...
February 2, 2007 at 1:02 pm
I'd simply run something like this on the server once :
SELECT O.NAME FROM YourDbNameHere.dbo.SysObjects O WHERE OBJECTPROPERTY(O.id, 'IsMsShipped') = 0 ORDER BY O.NAME
Then do myrs.Filter to find a match. ...
February 2, 2007 at 12:15 pm
Best way to answer that one is for you to make an html page with 2 checkbox with the 2 different values and see what works.
From what I remember of...
February 2, 2007 at 12:05 pm
So what do you find wrong with that technic (didn't try it, but seems to do the job).
What are you trying to do exacty in that process? Maybe there's another approach...
February 2, 2007 at 11:57 am
Just a thaught from a power user point of view.
You trust this guy with maintaining 5-6 servers. On which he is an admin.
Now if you can trust if with that much...
February 2, 2007 at 11:55 am
I can't imagine the DB design not being protected in some way. It would seems to me to be like saying that a song is fully copyrighted but that you...
February 2, 2007 at 11:20 am
Just make sure you run it with the bit bucket... 250 000 results window can actually kill your local machine
.
February 2, 2007 at 10:26 am
Thanx for this extensisve testing. I think we can conclude that those 2 methods are pretty much tied up.
Anyhow just make sure you retest this on your server if you...
February 2, 2007 at 9:58 am
Use the bitbucket method... that way you won't have to select and display any data. That's why I can run half a million iterations in 8 seconds on a 1.3...
February 2, 2007 at 8:14 am
Is the cost of dropping the clustered index, before the delete and then recreating it after awards too high?
February 2, 2007 at 7:40 am
I need the tables definition to know how to link the code to its code id. I can't answer your particular question correctly on the first try without that. Any...
February 2, 2007 at 7:38 am
I'm sure it's gonna depend on the license contract and what "they" did. Are you able to provide a little more details?
February 1, 2007 at 7:38 pm
I'm not even sure that the table design is correct but that is for another discussion...
You can send the code_id in the access for and hide it from the users. ...
February 1, 2007 at 7:22 pm
Viewing 15 posts - 10,156 through 10,170 (of 18,926 total)