Viewing 8 posts - 1 through 8 (of 8 total)
Great Article Ritesh thanks
Yasir 😉
November 5, 2013 at 7:39 am
Long running transactions prevent the transaction log from shinking. you can check by running the DBCC command.
DBCC OPENTRAN()
July 1, 2011 at 10:45 am
Hi
You can use a UDF function in your check constraint to check the values in another table.
here is an example;
assume you have a table called state which have all...
July 1, 2011 at 9:12 am
Give the sql server Agent service account full permissions to the logshipping folder in the standby server and the logs will be deleted.
If the log files have "Archive" attribute, you...
May 27, 2010 at 3:58 am
By crearting the login on the distributor with sysadmin server role, i managed to configure the publication.
Regards,
Yasir
June 2, 2009 at 10:47 am
Hi,
I have a similar problem, I have a distributor sql 2005 SP3 with a publisher sql 2000 SP4 build 2148 and this setup is working with no problems. (i.e. pull...
June 2, 2009 at 10:24 am
I run profiler to see what the "xp_delete_file" is triying to do and I noticed an error "CREATE DATABASE permission denied in database 'master'."!!
The account that the sql server...
May 13, 2009 at 1:13 am
I had the same problem trying to upgrade sql 7. using the ip address worked for me.
January 7, 2009 at 2:33 am
Viewing 8 posts - 1 through 8 (of 8 total)