Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

how to find out if a TSQL table is being updated?

 
   Database Forums (Home) -> Clustering RSS
Next:  how to find out if a TSQL table is being updated?  
Author Message
DR

External


Since: Oct 23, 2007
Posts: 27



(Msg. 1) Posted: Fri Nov 30, 2007 5:06 pm
Post subject: how to find out if a TSQL table is being updated?
Archived from groups: microsoft>public>sqlserver>clustering (more info?)

how to find out if a TSQL table is being updated?

for example if someone does an update to a table that takes a long time, is
there anyway for me to check the status of that update process?

 >> Stay informed about: how to find out if a TSQL table is being updated? 
Back to top
Login to vote
Linchi Shea

External


Since: Mar 03, 2006
Posts: 234



(Msg. 2) Posted: Sat Dec 01, 2007 7:30 am
Post subject: RE: how to find out if a TSQL table is being updated? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There is no built-in and generally applicable method to determine the
progress of an UPDATE (e.g. to be able to answer how much longer it will take
for the UPDATE to complete). The reason being that UPDATE can be processed in
many different way.

If we are talking about a very large update, you may want to break it into
multiple smaller batches of update, and insert code yourself to report the
progress.

Linchi

"DR" wrote:

> how to find out if a TSQL table is being updated?
>
> for example if someone does an update to a table that takes a long time, is
> there anyway for me to check the status of that update process?
>
>
>

 >> Stay informed about: how to find out if a TSQL table is being updated? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Find Cluster Nodes/Cluster Name - If i have the name of a node, how can i find out what Cluster is active on it or if I have a SQL CLusterName, how can i find the underlying node names ? Is there a SQL that can find this ?

sql 2005 howto find virtual server name - Hello, Does anybody know how I can programmatically detect the name of the virtual server if sql 2005 is running on a cluster? In previous sql versions I looked up the following registry entries: Default instance:..

How to find which Domain Group cluster setup with - Hi, Maybe a really easy question this one, but is there an easy way to find out which domain groups the services have been setup under in an existing clustering installation. I have been looking around for a while now to see if this is possible. I can....

I have a CLR function thet returns IEnumberable (a table) .. - I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my..

How to genericaly search the entire db for any text string.. - How to genericaly search the entire db for any text string in any stored procedure, function, table definition, agent job, etc. Any one command or anyone have a stored proc that does this wide search?
   Database Forums (Home) -> Clustering All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]