Viewing 15 posts - 13,516 through 13,530 (of 13,876 total)
Sorry - I meant for you to replace 'fieldlist' with your list of fields to be selected. Fieldlist is not a keyword ![]()
June 28, 2005 at 10:34 am
select distinct
will return unique rows, at field-by-field level. If any of the fields in the rows are different, the row will be returned. Therefore the fewer fields you return,...
June 28, 2005 at 10:19 am
Aha - never had to work with huge text fields - over to someone else!
June 28, 2005 at 10:17 am
Yup, I was talking twaddle once again.
Best go home and swat up ![]()
Phil
June 28, 2005 at 10:09 am
Prob not the dept table, as that is not included in the section of your code which is causing you problems. Update: there is no dept table - you...
June 28, 2005 at 10:02 am
Please post some sample data (just the relevant fields will do) and datatype/size of text fields. No need for full text indexing.
Regards
June 28, 2005 at 9:56 am
Remi is right. What is your objective? It is easy to write a SELECT query to display the data how you want. Or you can create a permanent VIEW of...
June 28, 2005 at 9:50 am
Maybe you could try reproducing the problem by running in Query Analyser - this way, you will narrow down where the problem is going wrong - obviously the SQL itself...
June 28, 2005 at 9:25 am
Try the Table Analyser Wizard in Access - haven't used it, but looks like it targets your sort of situation.
Regards
June 28, 2005 at 4:09 am
As SQL Server 2005 (not 5000) is not yet out of beta testing, there will be very few businesses using it for production purposes, whereas there are thousands using SQL...
June 28, 2005 at 2:42 am
Creating the table structure isn't hard - it's easy to get yourself a CREATE script, if you already have the table locally. Just browse to the table in the Query...
June 28, 2005 at 2:35 am
What are you trying to do exactly? It is possible to trim the time bit from a date before storing it in SQL Server, if that is your requirement.
Regards
June 28, 2005 at 2:23 am
Define 'weird result'!
I assume CompanyID is unique in Company?
Is DepartmentID unique to the Company table?
Regards
June 28, 2005 at 2:20 am
Can you send the data in the format 'yyyy-mm-dd'? This format should work regardless of American/English date worries.
Regards
June 27, 2005 at 10:20 am
Viewing 15 posts - 13,516 through 13,530 (of 13,876 total)