Viewing 7 posts - 1 through 7 (of 7 total)
I agree, please give me some hints , If you have seen memory drops on your SQL servers without any clear reason . I will put service Pack 1 next...
April 24, 2006 at 2:52 pm
create table #t1 ( bufferdist varchar(80) null, numbuffs int null)
use numbuffs bigint null
if you have more than 4Gigs of Ram
April 19, 2006 at 7:26 pm
Thank you !
I'm concerned only about the speed with this solution , I hope the rowcount should be never bigger than the sysobjects table
December 21, 2005 at 10:58 am
Look with the profiler to see the exact SQL command generating the error. Try to do the SQL command out of the trigger to reproduce the error . This would close at...
December 20, 2005 at 1:57 pm
Thank you for the work ! It's really helpfull .
Why can not select cast ( '123'+char(160) as int) work ?
Seems to be a difference of coding between this 2 functions. ISNUMERIC...
December 19, 2005 at 1:34 am
Please explain this one :
12/16/2005 2:49:21 PM: Ascii code : 0 isnumeric : 0
12/16/2005 2:49:21 PM: Ascii code : 1 isnumeric : 0
12/16/2005 2:49:21 PM: Ascii code : 2 ...
December 16, 2005 at 2:15 pm
You should use the dictionary of the database to see the structure of the table. Then based on this make a dinamic sql to take only one field from every...
December 16, 2005 at 1:58 pm
Viewing 7 posts - 1 through 7 (of 7 total)