Viewing 15 posts - 54,481 through 54,495 (of 59,072 total)
Sergiy (10/20/2007)
Probably you never got into this task seriously.
Yeah... absolutely correct... and I guess I need to learn how to use a date table for these types of things with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2007 at 9:22 am
David McFarland (10/20/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2007 at 8:50 am
Lowell (10/21/2007)
Jeff's inner join example took ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2007 at 8:24 am
So what?
Heh... HOT DAMN! One performance test coming right up... somebody run the following in 2k5 'cause I still don't have it yet... I removed the ORDER...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 8:14 pm
David,
You know I'm dying to ask... and please don't take it personal...
Do you have a math background or not?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 7:26 pm
Sanju (10/17/2007)
There is no column which identifies period in the table..so I need to check if...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 7:16 pm
Andras Belokosztolszki (10/19/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 7:05 pm
Actually, just had cause to revisit this particular thread...
... and it just dawned on me that tests in the article are not measuring the performance of each method... the tests...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 7:02 pm
Yvan Bouchard (10/19/2007)
I am looking for a course that will talk about only the modeling part of the database, starting from gathering the requirements, listing the entities-attributes and then...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:47 pm
If you only want them to connect via VNC, then you're in tough shape.
If you want to use it like a Server, then you need to setup users and have...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:40 pm
Whatever you end up doing, everything in the select list (including long winded formulas) that isn't contained in an aggragate funtion, MUST BE INCLUDED IN THE GROUP BY CLAUSE. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:34 pm
:blink::ermm::Whistling: The constant is also a LITERAL in this case... it's not like they're selecting it or anything... the view is simple...
create view dbo.view1 as
select * from table1 t1 inner...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:27 pm
You could at least say that you copied all of that from Books Online so the other guy can help himself in the future 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:21 pm
C'mon folks... What makes you think that SET DATEFIRST is going to change the NAME of the day... TUESDAY is TUESDAY no matter what SET DATEFIRST is set to.
I'm a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 6:18 pm
"IT"? What is "IT"? Jason's code?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2007 at 5:58 pm
Viewing 15 posts - 54,481 through 54,495 (of 59,072 total)