Viewing 15 posts - 12,931 through 12,945 (of 18,923 total)
Yup, no cursor needed at all. Also are you doing this to transfer data? Because I don't see the point of having the same values in 2 different...
September 23, 2005 at 11:22 am
I'd throw "Ubiquitous Spook" in there
.
September 23, 2005 at 11:21 am
Sure you can.
Here's the url :
http://www.sqlservercentral.com/forums/post.aspx?forumid=5&messageid=223067&edit=1
September 23, 2005 at 7:46 am
Alright... I also PM Steve to see what the next step was
.
September 23, 2005 at 7:43 am
I'll start by polishing mine before I polish their's
.
September 23, 2005 at 7:38 am
It's got a lot of polishing to do before I could go there.
We'd have to be able to do reports based on selected objects and how many levels down we'd...
September 23, 2005 at 7:29 am
Try to edit your message using netscape... you'll see any markups and formatting there.
I guess that the next step is 10K
.
September 23, 2005 at 7:26 am
Not sure if it's faster that way, but you could test it :
SELECT
@biIP = CASE WHEN @tiCount = 4 THEN biOctetA + biOctetB + biOctetC + biOctetD ELSE NULL...
September 23, 2005 at 7:24 am
why don't you play with that... seems to be considerably faster :
CREATE FUNCTION dbo.IPStringToNumber_Set( @vcIPAddress varchar(15))
/**************************************************************************
DESCRIPTION: Returns Numeric IP, otherwise returns null
PARAMETERS:
@vcIPAddress - The string containing a valid IP
RETURNS:...
September 23, 2005 at 7:19 am
I can't wait to see where this message will end up!!!
September 23, 2005 at 7:15 am
Stop using the table html markups (incorrectly at least)
.
September 23, 2005 at 7:15 am
Basically, when I change a table, I like to know all the objets (client and app side) that may be impacted by the change and retest those. I had...
September 23, 2005 at 7:12 am
If this is going into production, then I suggest you add a where condition like this :
where charindex (' ', columnName, 1) > 0 so that you update only...
September 23, 2005 at 6:58 am
If the replace works as you seen to state, then I'd really recheck that where condition to be absolutely sure that it is doing what you think it should be...
September 23, 2005 at 6:22 am
Viewing 15 posts - 12,931 through 12,945 (of 18,923 total)