Viewing 15 posts - 31 through 45 (of 127 total)
Thanks! Your answers are very helpful.
If I understand correctly a snapshot schedule is for the case when new subscribers are coming online frequently. They can get started with a fresh...
April 26, 2007 at 6:50 am
Thanks so much for your response! Very helpful. I do have 2005 Management studio and will use it.
April 24, 2007 at 11:23 am
Thanks all for you replys.
I found this script by Omri Bahati this morning and have been playing with it. It seems to be what I need. It is a very...
November 8, 2006 at 9:56 am
I still have not figured this out.
Does anyone have suggestions on debugging a DDL trigger? Is it possible to step into it from Visual Studio as with a stored procedure?
Thanks
JM
October 26, 2006 at 7:54 am
noeld,
I am aware of the sql injection risk with dynamic sql.
I did use UNION ALL, I should have mentioned that.
The UNION ALL led to another question I posted this morning...
October 6, 2006 at 8:35 am
Aaron,
Thanks for your helpful reply!
I wrapped the creation of the view in a stored proc that uses a cursor to loop over INFORMATION_SCHEMA.TABLES for schemas other than dbo that contian...
October 5, 2006 at 2:18 pm
Wow! Thanks for all the advice and help. I hope I can return it someday!
Looks like I have some work to do just absorb what everyone has given me.
JM
September 12, 2006 at 6:48 am
Sara,
Thanks for your thoughtful response. I agree with your reasoning and almost always use generated keys, and will in this case.
jmatt
July 28, 2005 at 1:07 pm
Andrew,
To quote from my original post, "The same account can play more than one role for a fund. That is why I have a FundAccounts_ID Primary Key instead of a...
July 27, 2005 at 6:43 am
Thanks for your relpy Andrew,
I used a generated key as opposed to the more "natural" compound Account_ID + Fund_ID key because an account can play more than one role for...
July 26, 2005 at 8:19 am
Thanks again for the help. I have made the changes!
jmatt
April 12, 2005 at 9:26 am
It got much clearer!
I don't use cursors much (I know what a drag they are). I had this ADO classic recordset image in my mind.
So ordering the #temp1 source table is really...
April 12, 2005 at 8:37 am
Wayne,
Thanks for your help, I really appreciate your thoughtful reply.
In an effort to understand; two questions ...
Isn't the point of a cursor to move through a table one row at...
April 12, 2005 at 8:12 am
Viewing 15 posts - 31 through 45 (of 127 total)