I had to convert a database from VFP into SQL 2000. I have a primary key I
have added, plus I have properly indexed the table as well. Unfortunately,
I cannot create a query that supports the TOP clause. SQL Server keeps
returning "Incorrect syntax near '100'" The user DBO has permissions ...
more >>
Hi:
I'm tearing my hair out with this!
I'm trying to do a simple SELECT:
select * from MyTable
WHERE MyField = 'This field value has spaces'
and it is coming up blank. If I look for any value without spaces, it
gives me records. The field is varchar(32), and I'm using SQL 2000 SP4.
...
more >>
I have a design question regarding the best way to handle the following
situation for a custom CMS:
-we have multiple users
-each user has a private contact database
-in each contact database, the user has a contact list that consists of
both system standard fields (~15) (first name, last name,...
more >>