Viewing 15 posts - 39,121 through 39,135 (of 59,072 total)
derrysql (3/31/2010)
Thanks to everyone who responded to my question.With the various replies I was able to obtain what I required.
rg
Very cool... just one thing left for you to do... post...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:58 pm
malachyrafferty (3/31/2010)
could you tell why this will wait until all updates are notified? i know it does i just dont understand why :w00t:
what is the SELECT @msg = ISNULL...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:54 pm
lmu92 (3/31/2010)
How does a search engine express it's/his/her feelings anyway?
heh... search me... 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:41 pm
Grant Fritchey (3/31/2010)
dma-669038 (3/31/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:31 pm
dma-669038 (3/31/2010)
CirquedeSQLeil (3/31/2010)
Jeff Moden (3/31/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:26 pm
GSquared (3/30/2010)
Jeff Moden (3/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 1:04 pm
CirquedeSQLeil (3/30/2010)
Lynn Pettis (3/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 12:53 pm
Lynn Pettis (3/30/2010)
WayneS (3/30/2010)
Jeff Moden (3/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 12:49 pm
Lynn Pettis (3/30/2010)
Jeff Moden (3/30/2010)
matt stockham (3/30/2010)
I guess you aren't a supporter of further education then, being as most graduates paid to get those letters after their name.
I support higher...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 12:21 pm
GilaMonster (3/30/2010)
Jeff Moden (3/30/2010)
AspiringGeek-40457 (3/30/2010)
I can guarantee that training is *not* a profit center for Microsoft.
Unless you work for Microsoft or have a Microsoft URL stating that, I'm pretty sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2010 at 12:15 pm
malachyrafferty (3/30/2010)
create trigger TestStock on dbo.mal_test After insert as
declare @StockCode varchar(10)
declare @Description varchar(10)
set @StockCode =(select StockCode from Inserted)
set @Description =(select Description from Inserted)
begin
declare @msg varchar(500)
set...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 3:38 pm
matt stockham (3/30/2010)
I guess you aren't a supporter of further education then, being as most graduates paid to get those letters after their name.
I support higher education... so long as...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:50 pm
jtetler (3/29/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:40 pm
jtetler (3/29/2010)
I can determine the ImageID for 6 months ago from an old backup so that would be my starting point.Thanks,
Jim
So find out what that ID is and delete everything...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:38 pm
I know, Dugi, and I appreciate your efforts. The problem is that not just the OP will read such a thing. Someone with similar but slightly different requirements...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2010 at 1:26 pm
Viewing 15 posts - 39,121 through 39,135 (of 59,072 total)