Viewing 15 posts - 1 through 15 (of 18 total)
Sorry, I'm wrong.
In fact, only when the row filter has been set as
" WHERE [DayID]>= convert (nvarchar(10),DATEADD(month,-2,GETDATE()),112);"
there's no error alert.
May 28, 2009 at 12:51 am
Dear David,
In recent days,I also find if the filters are limited only at one side as:
" WHERE [DayID]>= convert (nvarchar(10),DATEADD(month,-2,GETDATE()),112);"
or...
May 27, 2009 at 12:37 am
Thanks for your advice.
But I can't understand why only when putting [b]filters [/b]in the transactional replication, errors occurred.when I remove the filters, replicate the whole tables,it runs all right.
Could...
May 22, 2009 at 8:18 am
And after I manually insert that data into the subscription table, start synchronizing, another error follows:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x00053CD400000399003300000000, Command ID: 3)
I also find the...
May 22, 2009 at 2:56 am
I start profiler against the subscription db,and got the statement:
exec [sp_MSdel_dboUser_Duty_Schedule] N'20090522',N'W10832850';
and execute it on the subscription db,the error says:
(0 row(s) affected)
Msg 20598, Level 16, State 1, Procedure sp_MSreplraiserror, Line...
May 22, 2009 at 2:34 am
I answered this question on april 2nd, and dreaming SQL Server real port to linux or unix one day, so... 😛
And It's a pity that I lost that 12 points!...
April 1, 2009 at 6:57 pm
Haven't.
In fact, the database is only my test db. In a testing , I find this question by chance.
March 24, 2009 at 7:24 pm
Yea, i used my filegroup name instead of 'FileGroup0' and tried the query. But the results of mine are different from yours, i got nothing.
Look forward to your investigation~...
March 24, 2009 at 7:03 pm
O~ bug? Maybe~
There have been no files in the filegroup, in other words, the filegroup that i want to delete is empty.
BUt unfortunately, I can't remove it and still...
March 23, 2009 at 11:48 pm
Thanks for your suggestion~
I followed Mike's advice, search XP_SQLAGENT_ENUM_JOBS and find it indeed provide useful information. After research, I compile this script to monitor jobs running status, when they over
their...
February 19, 2009 at 12:18 am
Thank you Jeff. I agree with your views.
But in my opinion, profiler may consume many system resources, so we hardly turn it on unless really necessary.
February 16, 2009 at 6:20 pm
Yeah, I understand that. But the question is that the job runs well all the time, it amazing or marvelous only sometimes. So I want to make an Auto_monitor for...
February 15, 2009 at 8:38 pm
Thanks for your advices!
But, if the job executes very long time even more than two days, it will block the other jobs. Finally, result in almost all the jobs fail....
February 15, 2009 at 6:16 pm
Yes, at the very beginning, I have removed all the datafiles on the filegroup.
So I said there should be no objects in the filegroup except PRIMARY.
But still I can...
February 11, 2009 at 1:46 am
Thank you for your reply in time.
I have executed the script, and the result tells all indexes only on the PRIMARY filegroup. This may mean the other filegroups are empty....
February 11, 2009 at 12:46 am
Viewing 15 posts - 1 through 15 (of 18 total)