Viewing 15 posts - 106 through 120 (of 155 total)
Just guessing here, but I think if you had query governor enabled, you could take the value used for query governor and filter the events you listed on the 'duration'...
May 14, 2008 at 11:38 am
yes.
May 14, 2008 at 11:02 am
It's a little unclear, without more information.
For example:
- Do you already know ahead of time what value phone will be updated to? If not, how is this determined?
- Are...
May 13, 2008 at 8:09 am
Also, I don't think you need:
where TABLE_NAME in (SELECT TABLE_NAME FROM Information_schema.TABLES)
May 12, 2008 at 1:23 pm
You also need to make sure of two things:
1) You will need another statement FETCH NEXT FROM vend_cursor INTO @table_name, @column_name after your update statement and before the END statement....
May 12, 2008 at 1:21 pm
If I could take a stab here, I don't think he/she is saying that script they posted is broken - I went through a similar undertaking recently, and script will...
May 12, 2008 at 12:03 pm
The proc is part of the dbo schema, so I think the owner is dbo, and dbo is associated with sa. That fact didn't make any difference though, because...
May 8, 2008 at 11:50 am
That was very helpful, thanks!! BOL to the rescue, again.
May 8, 2008 at 10:54 am
Ok, so it's TRUNCATE specifically, I was just generalizing with delete. So, for any SP to use TRUNCATE, if it isn't being executed by db_owner or ddladmin, would have...
May 8, 2008 at 9:01 am
ALZDBA (5/6/2008)
May 6, 2008 at 7:33 am
For a case such as this, yes, it would be just login/logout. Again, I can't use it in this case, because I need this info by the end of...
May 5, 2008 at 10:12 am
Sorry about the wrong forum, almost all my work involves 2k5, so I'm used to going straight there.
Thanks for the info, though. Unfortunately going forward doesn't really help me...
May 5, 2008 at 9:22 am
Viewing 15 posts - 106 through 120 (of 155 total)