Viewing 15 posts - 5,251 through 5,265 (of 5,685 total)
Hey Threadizens,
I've got a confusion that I could really use your assistance with in regards to some strangeness out of the optimization engine. Well, strange to me. If...
October 21, 2010 at 12:25 pm
Lutz, that is wild. I like it. Thanks. :w00t:
Have you done that on huge recordsets? Does it perform well?
October 20, 2010 at 5:42 pm
A serial update might work for this, but the implementation would require me to see the underlying DDL for the table and indexing, specifically the clustered index.
For the proper rules...
October 20, 2010 at 4:22 pm
Steve Jones - SSC Editor (10/20/2010)
Multi-row triggers are something...
October 20, 2010 at 3:42 pm
I'd start with doublechecking the ssrs is looking at the correct database and doesn't have a filter you aren't seeing. After that I forget if data cache'ing can cause...
October 20, 2010 at 3:34 pm
Well, apparently sign me up, shame I'm nowhere near it.
Anyone give me the short form as to why these two are included?
IS NULL
Multi-row triggers
I wouldn't consider auditing an edge...
October 20, 2010 at 3:29 pm
LutzM (10/20/2010)
October 20, 2010 at 2:49 pm
SkyBox (10/20/2010)
October 20, 2010 at 2:35 pm
valeriepobeda (10/20/2010)
October 20, 2010 at 2:30 pm
What GSquared is talking about and is a slightly different approach than what I mentioned would be something like this. It's just as valid and may or may not...
October 20, 2010 at 2:19 pm
GSquared (10/20/2010)
Craig, I think you're overcomplicating it. The select I wrote could certainly be built into a view.
Unless I seriously missed something, your code and his sample data will...
October 20, 2010 at 1:48 pm
There's no simple way of getting this out of a view because the view won't easily be able to create data on the fly. I can see a way...
October 20, 2010 at 1:43 pm
jrbass81 (10/20/2010)
October 20, 2010 at 1:13 pm
Short Answer: DECLARE CURSOR
Longer Answer: What are you trying to do? Most of the folks around here know many, many ways to avoid actual row loops and still get...
October 20, 2010 at 12:00 pm
Steve Jones - SSC Editor (10/19/2010)
October 20, 2010 at 11:22 am
Viewing 15 posts - 5,251 through 5,265 (of 5,685 total)