Viewing 15 posts - 121 through 135 (of 390 total)
But Raid5 takes a lot longer to rebuild after failure, no?
February 28, 2012 at 5:16 pm
Thanks for the feedback!
Is running the o/s on SSD worth the money?
February 28, 2012 at 4:14 pm
SQLKnowItAll (2/15/2012)
Evil Kraig F (2/15/2012)
SQLKnowItAll (2/15/2012)
February 16, 2012 at 11:10 am
Thanks for your feedback!
I thought that dynamic SQL was faster than 'normal' SQL, which was the reason for using it.
It seems to have made my queries faster!
February 15, 2012 at 9:02 am
Thanks for your advice!
I'm still learning all this dynamic SQL stuff 🙂
February 15, 2012 at 6:22 am
Seems to be working so far 🙂
Many Thanks!
Cute corgi ...... great dogs!
February 10, 2012 at 12:42 pm
Fixed it 🙂
(select top 1 i.name from industries i where i.id = ' + CONVERT(varchar(15), @Industryid) + ' ) as Industryianname,
Thanks
February 10, 2012 at 9:22 am
This is the error:
Msg 245, Level 16, State 1, Line 2
Conversion failed when converting the varchar value '@Industryid' to data type int.
It works fine on @Industryid = 0, but not...
February 10, 2012 at 5:58 am
You guys are correct!
I removed a superfluous Join statement, ran an "Actual Execution Plan', it suggested adding a new index and voila...... one second query 🙂
Thanks
February 9, 2012 at 1:43 pm
Jeff's parse code works great as a 'stand alone' query, but when it is part of another Stored Procedure, running dynamic SQL, it takes forever!
Is it not meant to work...
February 9, 2012 at 12:56 pm
Thanks, that worked great!
February 9, 2012 at 11:56 am
Thanks!
December 15, 2011 at 9:56 am
Viewing 15 posts - 121 through 135 (of 390 total)