Viewing 4 posts - 1 through 4 (of 4 total)
Oh...
In this case Access is for sure an alternative. I use the SQL Server Reporting Services to create readonly interfaces (grids) from data. When a more elaborated interface is needed,...
February 10, 2011 at 3:45 am
Hi,
I've been there. Believe me: SQL. For any size of application. It really pays off in Web environment as well as in local Windows applications. Throw in SQL Express and...
February 10, 2011 at 3:30 am
Two things:
1. you CONTACTID column is not an IDENTITY;
2. the best way to go here is not to use @@IDENTITY. If your first INSERT...SELECT returns more than 1 row your...
February 10, 2011 at 3:20 am
Carlo,
Are you experiencing problems with your application? If separate processes are affecting different rows, I don't see where locking can be an issue. Unless there is a table lock taking...
February 10, 2011 at 3:11 am
Viewing 4 posts - 1 through 4 (of 4 total)