Viewing 15 posts - 466 through 480 (of 5,103 total)
But the same happens every time you update ?
Also there is no BEGIN END pair on the IF UPDATED ?
Sorry I think you have to re-write the entire thing.
February 19, 2009 at 12:09 pm
Start by disabling all indexes except cluster and PK then do your thing and post back.
I am sure 13 indexes on 7 column table is just wrong.
February 19, 2009 at 12:02 pm
massoud.karimzadeh (2/19/2009)
Please let me know how to fix it.
Thanks.
USE [Performance]
GO
/****** Object: Trigger [dbo].[trgInsHSBCNetEPM1]...
February 19, 2009 at 11:58 am
Grant Fritchey (2/19/2009)
noeld (2/19/2009)
Why so many DBs?You surely have a lot of contention on tempdb!
And everywhere else.
You got that right! 😀
February 19, 2009 at 11:54 am
The only example I have "seen" such application is here[/url]
Personally I think this feature is "fragile" at best and that you are a lot better off applying post snapshot scripts...
February 19, 2009 at 11:50 am
you could use xp_delete_file and forget about all of that 😉
February 19, 2009 at 11:39 am
You can't get rid of the primary log file nor the primary data file.
For the log just back it up and issue the appropriate alter database statement
For the data move...
February 19, 2009 at 11:36 am
You can also separate the checks into parts and don't run checkdb at its full:
For example run it once with physical_only then do the checktables next time then checkalloc and...
February 19, 2009 at 11:31 am
Can't you just Right Click on the Replication Folder and Run "Configure Distribution"?
February 19, 2009 at 11:25 am
What does it has to do with replication ?
February 19, 2009 at 11:21 am
Why so many DBs?
You surely have a lot of contention on tempdb!
February 19, 2009 at 8:45 am
swmsan (2/19/2009)
I am told that database can be maximum size of 4GB.
Suppose I have 5 databases. so each database can be of 4GBs..?...
February 19, 2009 at 8:41 am
Why a Trigger and not a job?
Why even store that value if it can be calculated?
Can you be more specific on what are you trying to accomplish?
February 19, 2009 at 8:20 am
(There are > 13 indexes in for this table)
Now, That's a problem!
February 19, 2009 at 8:16 am
I like it!
I use Ubiquity (a lot) on Firefox.
February 19, 2009 at 7:40 am
Viewing 15 posts - 466 through 480 (of 5,103 total)