Viewing 15 posts - 1 through 15 (of 18 total)
For example I have the following data set:
20259 | Bleskop Shaft | CMA |
May 17, 2007 at 6:11 am
For example I have the following data set:
20259 | Bleskop Shaft | CMA |
May 17, 2007 at 6:11 am
1. It is indeed a stored procedure
2. Yes I did do a CheckDB to check all the data.
3. It is the only transaction that fails, the specific stored procedure updates...
August 13, 2004 at 7:43 am
Allready tried that.
Is there a method to polll the cluster service itself for this type of events? Preferably to the virtual machine.
Regards
August 13, 2004 at 3:27 am
Try to use Visio. It has EXCELLENT tools built in for this purpose.
http://office.microsoft.com/home/office.aspx?assetid=FX01085798
June 1, 2004 at 8:05 am
On very big tables it makes a HUGE difference in speed doing all comparisions in the joins. Especially if you try to join tables with 30 million plus records. On...
June 1, 2004 at 7:56 am
You can start by building your WHERE clauses into the JOINS, should make a significant improvement.
June 1, 2004 at 7:33 am
Remember these basic things:
1. When you do a normail SELECT * FROM Table, Table1, Table2 WHERE blah blah, in effect all the data is selected from the tables before doing...
June 1, 2004 at 3:45 am
Tr to use this script as in the SQL Books Online (SQL 2000). In the SELECT @maxfrag = 5.0 parameter you specify the maximum fragementtaion allowed as per object.
This will...
May 5, 2004 at 1:49 am
Please check this discussion:
http://sqlpass.org/Forums/messageview.cfm?catid=359&threadid=7275
It was eventually fixed up running this a few times:
dbcc checkdb (bwyzil,repair_allow_data_loss)
April 29, 2004 at 10:59 am
Could you perhaps give me the PSS number?
April 29, 2004 at 10:33 am
Andy,
Thank you for the help. So if I understand you correctly the identity column must just be manually recreated on the subscription database and it should work fine? What about...
August 21, 2003 at 1:08 am
Is the :: perhaps refering too something specific ?
December 13, 2002 at 12:16 am
quote:
I actually mean the database log.
December 12, 2002 at 11:50 pm
Viewing 15 posts - 1 through 15 (of 18 total)