Viewing 15 posts - 53,701 through 53,715 (of 59,065 total)
Jason Selburg (12/6/2007)
Jeff Moden (12/5/2007)
....... I finally got 2k5 and will have to load it before comparing the methods to the RANK methods for running counts performance wise.
Well it's about...
December 6, 2007 at 7:09 am
Heh... that makes a pretty cool sounding acronymn, too... "SbS" 😀
December 6, 2007 at 7:08 am
"Interesting, but where's the hint as to how to avoid/mitigate the problem?"...
In case you're interested, a simplified explanation of problem is invoices that get queries raised.
Yeaup.... that's...
December 6, 2007 at 7:05 am
Hi Jeff,
thanks for this article.
A solution to this problem is to use procedural code (at least for SQL2K).
Probably not the intention of the author... 😀
Thanks for the feedback and...
December 6, 2007 at 6:59 am
Heh... lost leader for one or two articles coming up... forgot to mention that in the article... sorry about that.
December 6, 2007 at 12:40 am
Does 1.txt exist in the same directory as where you are running the command from? You'd be better off using a full path name or, if not on the...
December 6, 2007 at 12:36 am
I'd recommend a separate process to go get the data instead of trying to do reporting through a linked server. Setup a staging area to hold the data locally/temporarily.
December 6, 2007 at 12:28 am
It's easier to find missing ID's... this test code shows you how... last paragraph of code is the code that does the work... everything else is just test setup...
--===== Setup...
December 6, 2007 at 12:26 am
Go into Enterprise Manager and using the Import/Export capabilites of "Data Transformation Services" to copy the tables with or without data. Will give you the opportunity to copy keys,...
December 6, 2007 at 12:20 am
Unless you're using it to make a wholesale change to all the tables in a database, renaming columns in a proc is usually a bad idea...
... why are you renaming...
December 6, 2007 at 12:15 am
The problem is that you should not use parenthesis around parameters for stored procedures. 😉
December 6, 2007 at 12:13 am
After taking a longer look at this, you could turn it into a stored proc and pass parameters.
December 6, 2007 at 12:07 am
Of course it'll slow down during the day... more locks present on the tables and the query must create an execution plan each time the app generates the code... it's...
December 6, 2007 at 12:05 am
Keep in mind that both the estimated and actual execution plans can lie like a rug... if you have any form of a loop in your code or, sometimes, a...
December 6, 2007 at 12:01 am
Viewing 15 posts - 53,701 through 53,715 (of 59,065 total)