Viewing 15 posts - 91 through 105 (of 233 total)
UMG Developer (9/24/2010)
sknox (9/24/2010)
"Beliefs" get in the way of learning.
September 24, 2010 at 2:34 pm
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...
"Beliefs" get in the way of learning.
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,...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
September 24, 2010 at 7:30 am
Chris Howarth-536003 (9/16/2010)
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
September 16, 2010 at 6:36 am
TheSQLGuru (9/15/2010)
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
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)...
"Beliefs" get in the way of learning.
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...
"Beliefs" get in the way of learning.
September 8, 2010 at 7:40 am
Viewing 15 posts - 91 through 105 (of 233 total)