Viewing 15 posts - 46 through 60 (of 111 total)
Thanks for your help.
However, I have seen the "For Each" loop and followed a tutorial using one. But, I guess what I'm really asking is how should I group SSIS...
May 16, 2012 at 2:00 am
Gazareth (5/8/2012)
A combination of @@PROCID & OBJECT_NAME()?http://msdn.microsoft.com/en-us/library/ms174408(v=sql.105).aspx
Perfect! Thanks 🙂
May 8, 2012 at 5:37 am
Mike01 (4/25/2012)
April 25, 2012 at 11:42 am
Bingo!! 🙂
I knew there had to be a slicker way of achieving what I want.
Many thanks for the excellent tip! 🙂
April 13, 2012 at 5:35 am
Thank you for the excellent advice.
I am especially pleased with your CTE-based technique as an alternative to my DELETE statement as originally posted. This is precisely the sort of...
April 5, 2012 at 3:43 am
Eugene Elutin (3/1/2012)
Can you try this:
i
After making the changes as per your revisions to the trigger, the results are in!
The original run with the old trigger code took 1 hour...
March 1, 2012 at 5:39 am
Of course ...
Here's the trigger code :
USE [SampleDB]
GO
/****** Object: Trigger [dbo].[TRG_Log_TempSales2_Changes] Script Date: 03/01/2012 11:17:55 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
/**********************************************************************
* Function :...
March 1, 2012 at 4:32 am
Thanks once again John.
February 17, 2012 at 7:56 am
Thanks for the recommendation John.
I did geet the same product suggested to me by another member here and although I haven't yet downloaded it, it looks promising.
I suppose the...
February 17, 2012 at 7:21 am
BarneyL (2/16/2012)
February 16, 2012 at 5:42 am
Henrico Bekker (2/16/2012)
Excel is the answer.
Thanks for the info, but I'd realy rather avoid having to use something like Excel. I was thinking more of a browser-based solution if possible.
February 16, 2012 at 3:47 am
BarneyL (2/16/2012)
February 16, 2012 at 1:36 am
GilaMonster (2/8/2012)
It's not a SQL Server error (and so unrelated to caching of data pages on the server) because...
February 8, 2012 at 5:22 pm
klowman (2/7/2012)
February 7, 2012 at 2:37 pm
John Mitchell-245523 (2/7/2012)
February 7, 2012 at 4:09 am
Viewing 15 posts - 46 through 60 (of 111 total)