Viewing 7 posts - 1 through 7 (of 7 total)
John Jakob!
SPOT!
ThANK YOU! Great article!
January 20, 2005 at 9:24 am
The column REALLY sensless. It's just an identity of a CHAR(3) type... THIS is much easier.
declare @INT int
set @INT = 32768 --(smallint)
declare @VB varbinary(3)
set @VB = cast( @INT as...
September 29, 2004 at 9:36 am
Scripts of your SP is in syscomments.text
column. I Use this script to find SP by
text (%???????????%) it contains
select name, count(*)
from
(
select name from syscomments C inner join...
September 4, 2004 at 3:49 am
Sorry for --??????? russian comments
THANKS TO EVERYONE WHO WROTE
(especially Scott)
AND JUST VIEWED THIS TOPIC!
PROBLEM IS SOLVED
September 3, 2004 at 2:47 am
BIG thanks to Scott Coleman, i was hunting for this!
My situation is a little bit different, i am looking for a list of diagrams containing given table. Look what...
September 3, 2004 at 2:42 am
Visit http://sqldev.net/
they have magic extended stored proc for sending e_mail via SMTP. No ugly MAPI which is VERY VERY not reliable service.
September 1, 2004 at 5:09 am
Can anyBUDDY show me the difference between those two selects? Hm?
Am I blind?
I think the question is incorrect...
July 27, 2004 at 2:55 am
Viewing 7 posts - 1 through 7 (of 7 total)