Viewing 15 posts - 1 through 15 (of 53 total)
I found this a really useful article since I hadn't played much with CTEs or ROW_NUMBER() before. Both of those concepts have suddenly 'clicked' and I really see the...
August 29, 2007 at 2:53 am
Just make sure you install SQL 2000 first, and SQL 2005 last.
November 28, 2006 at 5:24 am
After doing the enable ident insert - ship data - disable ident insert bit, check that you can still insert records. I was using a third party tool the other...
November 15, 2006 at 5:31 am
I'd be tempted to try re-installing the .Net 2 framework. Something in the .Net 1.1 install may have caused an issue - generally installs are backwards compatible, not forwards.
November 15, 2006 at 5:11 am
Something else which occurred to me... if you know all the tables and fields in advance so you do not have to build the query dynamically, putting it into a stored...
November 9, 2006 at 8:13 am
You'd probably need to look at the execution plans of the two different types of query to be sure. I believe using 'OR' can prevent SQL Server using indexes in...
November 9, 2006 at 7:59 am
Excellent tip Jeremy, thanks for that. Unfortunately the CSS fix on Jon's site only fixed the height problem for me, but the other stuff suggested on there kindof gets around the...
November 8, 2006 at 9:51 am
Thanks Aaron, I've already got that and it does work very nicely. Unfortunately I can't mandate it for my customers
November 8, 2006 at 7:58 am
You can also use something similar to host variables instead of string concatenation, but the way to do it depends on the language you're using (VB 6 or VB.Net). This...
November 8, 2006 at 6:16 am
Ah! I won't hold my breath then, if that's any guide!
November 7, 2006 at 9:17 am
And remember to remove the Print statement once it's all working
October 24, 2006 at 6:57 am
When the stored procedure is called with different parameters from the previous call, it has to re-generate it's execution plan for the different statements it's going to have to call...
October 20, 2006 at 9:49 am
If you really need dynamic SQL you can use sp_executesql to run it, but I agree with Vladan - you've got some VERY strange requirements there!
October 19, 2006 at 3:52 am
Viewing 15 posts - 1 through 15 (of 53 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy