Viewing 15 posts - 46,651 through 46,665 (of 59,095 total)
neneco56 (12/12/2008)
I cannot use cursor or loop or create table, I need a simple script to do the job,any ideas?
Trade ya... tell me why you cannot use a cursor or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2008 at 11:23 am
Bugger... now all I have to do is figure out why the ActiveX script on both servers work but the equivalent sp_OA based sproc doesn't work on one of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2008 at 7:41 am
Well, right you are! So, instead of talking and talking and talking, show Shubhra how to do that with the original code posted instead of just making casual suggestions....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2008 at 12:19 am
Heh... dammit... I hate tabs. 😛 Thanks, Christopher.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 12, 2008 at 12:04 am
engintoksoz (12/11/2008)
... and learned how to use patindex.
As a sidebar, what's the first thing you do when you buy a new car? You find out how to operate...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 11:59 pm
vbugarsk (12/11/2008)
I am fully aware of possible problems:
1. Overruns will never happen, meaning that client will never have more then 200 orders per year. If it will...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 11:59 pm
The scope of a temporary stored proc is a bit different than that of a temp table... if you create a temp stored proc using dynamic SQL, it IS callable...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 11:43 pm
Heh... no, no... I wasn't trying to be sarcastic or smug in any way. From BOL...
[font="Arial Black"]Arguments[/font]
procedure_name
Is the name of the new stored procedure. Procedure names must conform to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 11:27 pm
Ok... here it is... first, we need to make a UDF from Matt's code to drive a point home later...
CREATE FUNCTION dbo.MillerCode
(
@STR...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 10:25 pm
engintoksoz (12/11/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 9:39 pm
Ron,
I'm not sure what to tell you... I saved the file attached to the post above from SMS and renamed it .txt. That's all I did to it and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 9:10 pm
Just testing... please ignore this post....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 9:07 pm
Garadin (12/11/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 9:00 pm
Chris Morris (12/11/2008)
Jeff Moden (12/11/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 8:47 pm
In all fairness, cursor solutions for such small rowcounts such as working on a list of databases will never become a performance problem unless you just want to consider the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 11, 2008 at 8:32 pm
Viewing 15 posts - 46,651 through 46,665 (of 59,095 total)