Viewing 15 posts - 54,481 through 54,495 (of 59,067 total)
Sanju (10/17/2007)
There is no column which identifies period in the table..so I need to check if...
October 20, 2007 at 7:16 pm
Andras Belokosztolszki (10/19/2007)
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...
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...
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...
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. 😉
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...
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 😀
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...
October 20, 2007 at 6:18 pm
"IT"? What is "IT"? Jason's code?
October 20, 2007 at 5:58 pm
Not sure what you're trying to do, but here's a different angle... think of it as a "set-based IF" 😀
SELECT TOP 1
CASE...
October 20, 2007 at 5:50 pm
GUI code (Like VB, etc) and SQL have different base dates and one may not have recognized the year 2000 as a leap year.
October 20, 2007 at 4:35 pm
I agree... way to much "big brother" already...
Shoot, I'm still ticked off about having Fluoride, ABS, airbags, seatbelts, lid laws, the fact that my truck records the last 5...
October 20, 2007 at 4:09 pm
First of all... I'm not going to solve all your problems with all your temp tables, etc, etc... You've already done most of that. My purpose here is just...
October 20, 2007 at 3:22 pm
Viewing 15 posts - 54,481 through 54,495 (of 59,067 total)