Viewing 15 posts - 301 through 315 (of 349 total)
1 Final SQL adjustment needed.
This Statement returns the last DAY of the prior QTR. Needs to be adjusted to return a TIME = 00:00:00.000
SELECT
March 22, 2006 at 9:48 am
These replies are near perfect for our solution. ! additional question. Using your SQL:
select dateadd(day,-day(min(getdate())),dateadd(month,-3,dateadd(month,-((month(min(getdate()))-1)%3),min(getdate()))))
HOW can I render this result w/ a TIME = 00:00:00.000?
Many...
March 22, 2006 at 7:43 am
thx for the suggestion .. not to sound unappreciative, but I'm aware that I can query the catalog to derive attributes for various objects (eg. DateCreated) .. but this is quite...
March 16, 2006 at 9:55 am
bill.turner@skippackridge.com would be great. THX!
March 8, 2006 at 10:17 am
Scorpion - I'd really appreciate it. I owe you one -
-bt
March 6, 2006 at 2:23 pm
Yes, as I originally mentioned, I read the few articles on this and built out the following solution. The subscription is not picking up CHANGED data at the subscriber side...
March 6, 2006 at 2:04 pm
Thx for everyone's help across threads here. Here's a solution which loops thru 135 million rows, deleteing 10,000 rows then commiting:
DECLARE @x
March 2, 2006 at 11:59 am
I didn't tick the existing articles -- all I did was add 2 additional articles. As I mentioned, E/M indicated a Reinitialization is required. I watched the Snapshot Agent reintialize...
March 2, 2006 at 7:17 am
Thanks for the feedback -- here's exactly what I did
Using E/M, I added the 2 articles and yes, SS 2000 alerted me that this requires a reinitialization of the subscritpion...
March 2, 2006 at 6:53 am
I found this - can anyone confirm:
Create the table on the subscriber (if not already there)
DTS the data to the subscriber then -