Viewing 15 posts - 91 through 105 (of 231 total)
Just fyi, I would avoid using scalar functions in WHERE clauses whether they are builtin like ISNULL or user defined like yours if possible. It creates the RBAR effect...
September 24, 2010 at 9:18 am
sjimmo (9/24/2010)
jeff.mason
It happens under the hood, and always has AFAIK. If there isn't a uniqueidentifier replication will add one to every table on the system and if replication is deleted,...
September 24, 2010 at 8:45 am
jeff.mason (9/24/2010)
Robert Frasca (9/24/2010)
jeff.mason (9/24/2010)
sjimmo (9/24/2010)
Quoting BOL (gasp) again (from the uniqueidentifier TSQL reference article):
I use replication heavily in our stores, to move high priority data back and forth with...
September 24, 2010 at 8:24 am
jeff.mason (9/24/2010)
sjimmo (9/24/2010)
Quoting BOL (gasp) again (from the uniqueidentifier TSQL reference article):
I use replication heavily in our stores, to move high priority data back and forth with HQ. I personally...
September 24, 2010 at 7:56 am
I got it wrong over the nullable column thing which I think is silly. While it's something to strive for, from a data architecture point of view, in 30...
September 24, 2010 at 7:30 am
Chris Howarth-536003 (9/16/2010)
September 16, 2010 at 7:19 am
I certainly understand the sentiment behind those thoughts and I'm certainly onboard but it really isn't a feasible solution to my dilemma. The turn around time for something like...
September 16, 2010 at 6:36 am
TheSQLGuru (9/15/2010)
September 15, 2010 at 9:31 am
Jeff,
Thanks for taking a look. I just want to clarify that the query isn't really the issue. I didn't write it and I don't know the business rules...
September 14, 2010 at 8:29 am
I agree, the query doesn't make much sense to me either but I didn't write it. I'm just trying to find some ways to optimize the performance without changing...
September 14, 2010 at 6:17 am
I appreciate your help but my goal is to find out why it works in one venue, i.e. a query window and not in a stored proc. Also, I'm...
September 13, 2010 at 2:38 pm
The option must be selected as one of the properties of the article to be replicated. If you're using the GUI, right click on the article and choose "Set...
September 9, 2010 at 7:18 am
Group 1 - max(a) is 3 ---- nothing in b is greater than a
Group 2 - max(a) is 2 ---- 3 (in b which is the whole table)...
September 8, 2010 at 8:37 am
All right, I confess. I don't get it. the subquery says where b GREATER THAN a not LESS THAN. As near as I can tell, there can...
September 8, 2010 at 7:40 am
I figured it out. A reconfigure flushes the plan cache.
September 3, 2010 at 9:45 am
Viewing 15 posts - 91 through 105 (of 231 total)