Viewing 10 posts - 1 through 10 (of 10 total)
I too face the same problem. In both servers sp3 is applied. and both windows versions are same. This problem occurs when I use the pull subscription(no idea abt push)....
August 10, 2004 at 4:24 am
you cant take backup of filegroup or files in EM. you will have to do that in query analyzer. like this
backup database <DBName> FILE = 'your logi filename',
FILEGROUP =...
August 4, 2004 at 11:08 pm
try lumigent log explorer.
August 4, 2004 at 11:02 pm
Hi ajaac,
you have same trigger for insert,update. so, during update operation check for the existence by using the IF EXISTS() clause and do the update operation.
so far your trigger, irrespective...
August 4, 2004 at 10:57 pm
Hi sumit,
before taking the backup remember to run the command dbcc checkdb dbname. this is first step assurance that your db is in shape and u can take the backup....
July 20, 2004 at 3:31 am
Hi Pool, even though you used to sp_resetstatus, before that you have to update the status column. I too faced this problem and search...
June 1, 2004 at 10:39 pm
look your organisation table does not have the cluase on delete cascade. that is why u get the error when u try to delete the master record.
May 12, 2004 at 11:47 pm
See there are child records available in the User_Organization table. and u have the relationship with the User table. So naturally when you delete a row in the User table...
May 12, 2004 at 9:24 am
I have been doing this dettach and attach, from development to Production environment.
I did not faced anyproblem. This is a handy procedure it reduces your file size. no need...
May 12, 2004 at 4:58 am
Due to performance issue, I want to achieve this one with out using a trigger.
And for all tables I need to create trigger and validate.
Is there any other way...
May 12, 2004 at 4:42 am
Viewing 10 posts - 1 through 10 (of 10 total)