Viewing 15 posts - 46 through 60 (of 237 total)
Sorry Steve, one last question. I've been reading up on Full Index, the only thing I can find via Google is Full Text Index, after reading up on it I...
September 16, 2013 at 5:35 am
That is great, many thanks Steve you've been a tremendous help
September 16, 2013 at 5:19 am
Since starting this thread I have actually changed the nulls into spaces, I'm intrigued by your suggestion "But looking back at earlier threads - you could create a new table...
September 16, 2013 at 4:52 am
Basically I've a table which I'm filling in with UK PostCodes, I've now realised I should have made the table unique to stop duplicates. The problem I faced was where...
September 16, 2013 at 4:34 am
That's great Steve, thanks for getting back to me. It's returned 2 integer fields, I know the first one is the row number. I still can't get my head around...
September 16, 2013 at 4:16 am
Thanks Steve, that did work. What exactly does this show?
September 16, 2013 at 3:57 am
I've run the sql snippet and I'm getting the following error
Msg 4112, Level 15, State 1, Line 4
The ranking function "ROW_NUMBER" must have an ORDER BY clause.
September 16, 2013 at 3:20 am
I get to columns of integers, I know the first column is ID numbers, not sure what the other integers are, can you tell me what that statement does please?
September 12, 2013 at 11:31 am
I'd like to see both senarios to see what's best
September 12, 2013 at 7:11 am
Here is my script for creating the table
if object_id('PostCodesAndAddressesBt','U')is null
CREATE TABLE PostCodesAndAddressesBt
(ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED,
...
September 12, 2013 at 7:08 am
Yes - you can do a select into, and do a case when login per field - as its a one off pain at first but then its done
how...
September 12, 2013 at 7:01 am
I've tried Distinct as requested and there's only about 200 duplicates
September 12, 2013 at 7:00 am
If I make a new table with the same structure, is there a way I could copy table1 into the new table using select into but substituting NULL with 'N/A'
September 12, 2013 at 6:03 am
That's great Bhaskar, I've been looking at this on and off for days not realising how simple the solution was. Thank you so much for suppling the solution so quickly
May 23, 2013 at 12:25 am
Sorry everyone that I haven't got back to you, I've been on holiday. I will be trying your solutions when my work settles down and get back to you all....
April 30, 2013 at 7:16 am
Viewing 15 posts - 46 through 60 (of 237 total)