Viewing 15 posts - 8,926 through 8,940 (of 18,926 total)
Good point, but I'm assuming that this search is done in the inserted table (which is always scanned anyways)... but he must keep this in mind.
September 3, 2008 at 10:25 am
I'd like to see the rest of the trigger, there's probablye a way to only do 1 update instead of four. Your query should look like this :
update...
September 3, 2008 at 10:10 am
Not a required feature. The fact that you need to alter the procedure suggests that you will manually (99% of the time) will change the code.
That feature has been...
September 3, 2008 at 10:06 am
Repeating the warning.... don't create triggers on the fly.
If you have a DBA job of creating audit triggers and want to write your own code here's how to bypass that...
September 3, 2008 at 9:49 am
Patrick Smith (7/14/2005)
As Fred Williams suugests, this speeds it up:
CREATE
INDEX [media_set_id] ON [dbo].[backupset] ([media_set_id])
CREATE
INDEX [restore_history_id] ON [dbo].[restorefile] ([restore_history_id])
CREATE
INDEX [restore_history_id] ON [dbo].[restorefilegroup] ([restore_history_id])
That really makes...
June 23, 2008 at 12:29 pm
This screams poor table design... why don't you have one row per date?
If this is the case of a report you need to run, or something of the likes, or...
June 18, 2008 at 1:09 pm
Sherbrooke, Québec, Canada (90 minute south of Montréal).
It was more a contract than a job... but I'm sure I can find more of those if I need to... but I...
April 30, 2008 at 9:43 am
Sorry for my over estimations... but the last "jobs" I had, I was charging 75$ / hour, that's easily in the 6 figures. I just assume that it was...
April 29, 2008 at 9:24 pm
I just found a site called payscale.com From what I can tell the average seems to be around 45-55K / year.
You might want to fill out the survey...
April 29, 2008 at 2:17 pm
Montréal is in Québec, Canada.
It's one of the biggest towns in Canada.
I have no idea of the average salary there... should be at least 6 figures (my own personal guess...
April 29, 2008 at 2:09 pm
Viewing 15 posts - 8,926 through 8,940 (of 18,926 total)