Colin McNally
Newbie
Points: 7
More actions
February 25, 2003 at 10:49 am
#64502
If I am viewing data on a SQL Server and an automated process is loading information onto the server at the same time are there any conflict issues,
Given that the same table is NOT being loaded and viewed at the same time?
Rodrigo Acosta
SSC-Insane
Points: 21261
February 25, 2003 at 11:58 am
#449721
You should't have any problem. Run sp_who2 and check for another process locking the tables that you are viewing.
zach_john
SSCertifiable
Points: 5922
February 25, 2003 at 2:04 pm
#449748
I'm assuming that you ask this because something went wrong with the load. How many licenses, is the database in sql user mode or dbo use only?
quote:If I am viewing data on a SQL Server and an automated process is loading information onto the server at the same time are there any conflict issues,Given that the same table is NOT being loaded and viewed at the same time?
quote:
John Zacharkan
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply