Viewing 15 posts - 31 through 45 (of 68 total)
russ960 (9/10/2010)
September 10, 2010 at 12:52 pm
YES, absolutely, in one of our Web-based 3-tier systems, we have a table that records the start and end time of EACH stored procedure that's called, the timestamp of the...
September 10, 2010 at 10:31 am
This concept was discussed extensively in Erland Sommarskog's "Dynamic Search Conditions" http://www.sommarskog.se/dyn-search-2005.html which is a pretty famous article. You should at least link to it in your main article....
August 31, 2010 at 12:19 pm
sknox (4/22/2010)
David Walker-278941 (4/22/2010)
April 22, 2010 at 3:57 pm
This is confusing: "As you can see from the disk bytes/sec counter, there is a considerable savings caused by both row and page level compression, with the page level compression...
April 22, 2010 at 9:32 am
Jason Shadonix (4/22/2010)
dma333 (4/22/2010)
April 22, 2010 at 9:26 am
Small issue: "peaked my interest" should be "piqued my interest". It's a little distracting to see "peaked"! Good article, though.
April 22, 2010 at 9:21 am
OK, I get your point (both of you!)... I jsut get a little frustrated when so many examples fixate on one kind of thing. (For example, try to find...
April 19, 2010 at 11:18 pm
This article, like many discussions of Cross Apply and Outer Apply, says "APPLY is named after the process of applying a set of input rows to a table-valued function."
It then...
April 19, 2010 at 9:34 am
That's good, if compression makes it into the standard edition. It will speed up backups for small businesses too. 🙂
December 18, 2009 at 4:03 pm
Too bad that backup compression is not in the Standard edition. But, if you're using the Standard edition, hopefully your databases are small enough that disk space for backups...
December 18, 2009 at 1:57 pm
"Don't use salary * 115 / 100. This violates the operator precedence rule and gives the wrong result."
That statement is absolutely wrong. The Microsoft page that the article links...
November 30, 2009 at 10:00 am
I thought that GUIDs didn't have an order. I am never able to ORDER by a GUID, so why are you able to ORDER BY NEWID() here?
November 30, 2009 at 9:43 am
As Piotr said, *try it and see*. Not to sound too harsh, but there is no way that anyone else is going to know whether, with YOUR disk configuration,...
November 30, 2009 at 9:39 am
Personally, I would have not created a SQL script at all. I would have created a VBA module (formerly known as an Excel macro) that reads the spreadsheet columns...
November 12, 2009 at 11:28 am
Viewing 15 posts - 31 through 45 (of 68 total)