Viewing 15 posts - 121 through 135 (of 144 total)
Brandon,
You still have not said anything about teh limitations that you said you were running into with Access. I would like to know what they are. I have been using...
May 29, 2004 at 1:01 pm
It is set as an undatable snapshot. Are your users trying to update the same record and causing the deadlock?
May 28, 2004 at 10:19 am
I have tried the Toad for SQL Server and was not able to get it to work correctly. I use Toad a lot for Oracle and have never had problems...
May 28, 2004 at 8:11 am
What are the limitations that you think you are running into?
I have been using Access against JET and SQL Server since 1.0 and have generally found the limitations to be...
May 28, 2004 at 6:18 am
Rachel,
Why are you not using the Access Data Project (ADP)?
Access works with page locking and not record locking wehn using native Jet databases and, as far as I know,...
May 28, 2004 at 6:14 am
Bad database design is the real problem here and not a SQL Server limit. Look into adding audit columns for creation and modification dates.
April 28, 2004 at 2:20 pm
Since you are trying to do something that has been identified as "buggy," I would stop trying to do it.
I have not tried this, but you should be able to...
April 27, 2004 at 8:29 am
No, you cannot store a .doc file in a TEXT column. You have to use an IMAGE column to do that. If a document contains both text and images, and...
April 27, 2004 at 7:00 am
In SQL Server, change it to a TEXT datatype and try that. In Oracle, you are not storing the document in its native format, you are only storing the text...
April 26, 2004 at 9:41 am
Stefan,
An Image data type does not store text so how would you do a full text search of it?
What are you trying to store? In Oracle is it a CLOB...
April 26, 2004 at 9:22 am
If C is an IDENTITY data type, it is always going to be unique. Why do you have B (which is the same as C) and A combined as the primary...
April 14, 2004 at 7:43 am
But which version of SQL Server:
Developer? Personal? MSDE?
These are the only versions that will install on a non-server OS.
March 27, 2004 at 11:31 am
Some of the best books for general SQL syntax are those written by Joe Celko. They are not SQL Server specific.
Another one is Guru's Guide to...
March 23, 2004 at 8:22 am
Viewing 15 posts - 121 through 135 (of 144 total)