Viewing 15 posts - 10,876 through 10,890 (of 14,953 total)
Don't create a trigger for that. Use an Identity column.
February 19, 2009 at 1:20 pm
You can use this to create the trace:
declare @ID int, @FS bigint, @FilePath nvarchar(245), @1 bit
select @fs = 10,
@filepath = 'F:\DBA\Trace\TSQLTrace', -- The path where the trace file will...
February 19, 2009 at 1:17 pm
RJ (2/19/2009)
February 19, 2009 at 1:13 pm
How are users connected to the database? Is it something that can feed their username to the server?
February 19, 2009 at 12:50 pm
I searched for "The alert for 'time behind' has been raised" in Live Search.
The second result was http://msdn.microsoft.com/en-us/library/aa337363(SQL.90).aspx.
That page has this to say about it:
Explanation
This database mirroring event...
February 19, 2009 at 12:48 pm
A trigger will also only work if it can get the "updateby" data from somewhere. That's fine if you're using different SQL logins for each user, but not if...
February 19, 2009 at 12:44 pm
If you drag the "Columns" folder from each onto the workspace, it will produce a list of the columns. Remove the ones you don't want, and you'll have what...
February 19, 2009 at 12:42 pm
If you put the alert message into Google/Live/whatever, it comes up with a couple of articles on MSDN on what that means and what to do about it.
February 19, 2009 at 12:17 pm
Lynn Pettis (2/19/2009)
Put down the keyboard and back away slowly and noone will get hurt...How do you think this OP would do in our mock interview?
He's one of about three...
February 19, 2009 at 12:09 pm
Is there a reason you can't just multiply the original amount by 100?
February 19, 2009 at 11:29 am
Hard to tell without having the data, etc., that goes with it. It looks like it calls a couple of other functions. Have you tested to find out...
February 19, 2009 at 11:27 am
Grant Fritchey (2/19/2009)
February 19, 2009 at 11:22 am
I think on the log file you could simplify that a lot by just issuing the right Alter Database commands. Of course you do a backup before issuing them,...
February 19, 2009 at 11:14 am
Since that's the actual update of the actual table, there really isn't a way to directly reduce the cost of it.
It wouldn't happen to be updating one or more of...
February 19, 2009 at 11:05 am
Roy, at least with me, you don't have to worry about being martial-arted, or outrun. I'm 40 pounds overweight, have a bum knee and arthritis in my hips. ...
February 19, 2009 at 11:02 am
Viewing 15 posts - 10,876 through 10,890 (of 14,953 total)