Viewing 15 posts - 3,751 through 3,765 (of 4,272 total)
John Mitchell (8/26/2009)
Yes, and then revoke access for all the users on all objects except the procs and views, so that the users don't continue to run the old queries.John
Definitely..
CEWII
August 26, 2009 at 10:59 am
Jeff,
I had a reply just about done then I hit the back button.. So here is the really short version..
I want the developers reading this to know that all...
August 26, 2009 at 1:08 am
And I gotta say that computed column performs pretty well, its too bad that SQL doesn't think its deterministic because it could then be persisted..
I got to thinking that there...
August 26, 2009 at 12:34 am
Ok, I think Jean-Sebastien might have me..
String to varbinary
(100000 row(s) affected)
SQL Server Execution Times:
CPU time = 547 ms, elapsed time = 1481 ms.
SQL Server...
August 25, 2009 at 10:12 pm
You may be right, I did 10000, which I went back to the article and it mentions 10,000 loops, but doesn't say how many rows. I see that you...
August 25, 2009 at 9:50 pm
and the conversion to string from varbinary is also rockin fast
(10000 row(s) affected)
-- Output of statistics time on for 10 runs in a row
SQL Server Execution Times:
...
August 25, 2009 at 9:36 pm
Well it looks like conversion from a string to a varbinary(4) is rockin fast with SQLCLR..
(10000 row(s) affected)
-- Output of statistics time on for 10 runs in a row
SQL...
August 25, 2009 at 9:15 pm
Good point... No flames... just thoughts.... If all you intend to do is split the octets, then the six line T-SQL solution that uses PARSENAME is almost as fast, requires...
August 25, 2009 at 8:01 pm
I was going to see about writing it tonight to see. I just wish I didn't have to do it in VB.net express, I don't have access to my...
August 25, 2009 at 3:34 pm
Bump..
Didn't show up in active threads.. How odd..
CEWII
August 25, 2009 at 2:54 pm
Guys, I just got to thinking about this, but it seems this kind of conversion is right up SQLCLR's alley, once it is in memory I would think it is...
August 25, 2009 at 2:19 pm
Is this a 24/7 app? When is your normal maintenance window?
CEWII
August 25, 2009 at 12:34 pm
As far as inner joins, I haven't experienced a difference. The argument is that the ANSI Join syntax clearly seperates join logic from filter logic, and I can see...
August 25, 2009 at 10:20 am
Bob Hovious (8/25/2009)
I saw your opening line about not really suggesting it and thought...
August 25, 2009 at 10:17 am
Viewing 15 posts - 3,751 through 3,765 (of 4,272 total)