Viewing 15 posts - 21,556 through 21,570 (of 22,184 total)
happyme_01_cool (10/30/2007)
SELECT dbo.course.cname, dbo.enroll.classno
FROM dbo.course INNER JOIN
...
October 30, 2007 at 6:12 am
Nice job Gail.
Talk to you later Sandy.
October 30, 2007 at 6:09 am
That's a really interesting wind power generator. The cost does look interesting. We're already off the grid for heating the house (outdoor wood burning furnace), water and waste disposal, so...
October 30, 2007 at 6:07 am
Michael Fried (10/29/2007)
* Concurrency Problems - there will...
October 30, 2007 at 5:58 am
Save it to disk with the extension .sqlplan. You can then reopen it as a graphical execution plan.
October 29, 2007 at 12:31 pm
2005 has a more granular time field internally. It deals in micro seconds instead of milli seconds. That might explain it. It still stores datetime fields as milliseconds. I had...
October 29, 2007 at 12:24 pm
It's just a series of joins & where clauses. If you've paid any attention in the course, you should be able to do this stuff. If you get stuck on...
October 29, 2007 at 9:06 am
GilaMonster (10/29/2007)
Oooh, Grant, you've got a fan... 😀
Oh that's all right. You have one too. 😀
October 29, 2007 at 8:25 am
Sandy (10/29/2007)
Can you have a look on to my last post..
I will be happy if you and jeff will have a
sharp eye on my post.
Thanks a lot for...
October 29, 2007 at 6:19 am
Honestly, one table... Why put it into a relational data management system? Assuming at least a good primary key, this can be accessed faster from a file than from the...
October 29, 2007 at 5:43 am
Everyone else has covered this for the most part, but I don't mind adding one bit of information. Table variables, unlike temporary tables, do not have statistics created on them....
October 29, 2007 at 5:40 am
Very best way to log all calls to a database is through SQL Profiler (also called Trace).
October 26, 2007 at 12:37 pm
Table valued stored procedures do not generate statistics. This means if you are going to join one function to another or anything else along these lines, performance won't just be...
October 26, 2007 at 12:36 pm
Bob Fazio (10/26/2007)
Developers should have read...
October 26, 2007 at 11:08 am
Hey, nice trouble shooting pattern. I'll have to see if we can begin to apply that one.
October 26, 2007 at 11:03 am
Viewing 15 posts - 21,556 through 21,570 (of 22,184 total)