Viewing 15 posts - 11,641 through 11,655 (of 18,923 total)
Check if yo have objects created with the option "with schemabinding"
also check if you have foreign keys on it.
September 26, 2006 at 10:52 am
From the original thread :
where t1.f2 = 'blah' and t3.f1 is null
This query Explains almost ideally, 3 index seeks , bookmark lookup, 2 nested loops, filter, done. Each tables...
September 26, 2006 at 10:45 am
Why 1 = 2 vs 0 = 1 if I may ask??
September 26, 2006 at 10:42 am
Can you give us some input data and the required output (please try to cover all cases so we can formulate a complete solution).
September 26, 2006 at 10:00 am
Thanx, this is what I was searching for in that solution
.
September 26, 2006 at 8:14 am
And the extract to spreadsheet would look like what??
September 26, 2006 at 7:58 am
Let me put this in a perspective you can understand.
Read this (48 articles) :
http://www.sqlservercentral.com/articles/articleList.asp?categoryid=37
Then this (no clue how many but like 100) :
http://www.sql-server-performance.com/articles_performance.asp
Then those 10 will come...
September 26, 2006 at 7:39 am
I would tend to agree, but since sql server is not needed at the moment and that maybe the access application may be used in a context where sql server...
September 26, 2006 at 7:28 am
Lol, good luck. In the mean time maybe someone else will have something else to propose.
September 26, 2006 at 7:23 am
How does the case proceed differently than the if in this case??
September 26, 2006 at 7:20 am
Just a start... 'cause I don't think you can alter the datatype when in a fk relation unless you change both, which requires dropping the relation, altering the columns and...
September 26, 2006 at 7:03 am
I don't see why I wouldn't be usin sql server for this. It's exactly why it was created. Unless there's some hidden information that can't be seen by anyone except...
September 25, 2006 at 2:08 pm
Not that I know of. I've never had to use 'em explicitly. But it can be usefull to mark the end of something. Anyone else got a better explaination?
September 25, 2006 at 2:05 pm
Viewing 15 posts - 11,641 through 11,655 (of 18,923 total)