Viewing 15 posts - 361 through 375 (of 1,539 total)
eseosaoregie (4/1/2010)
April 1, 2010 at 6:52 am
bigM (4/1/2010)
But please could anyone explain how I could take the backups simulatanesoulsy of the same database in 2 separate query windows.
The second query will have to wait until the...
April 1, 2010 at 4:10 am
saghbash (4/1/2010)
Thanks james for the prompt response. I am for the first...
April 1, 2010 at 3:51 am
Ratheesh.K.Nair (3/29/2010)
Hi Experts,Is it possible to restore latest differential backup after restoring an old full backup?
if the full backup is most recent and diff backup was taken after this full...
March 29, 2010 at 11:54 pm
yogaanand.me (3/29/2010)
Recently i changed my BACKUP Place in different server.. and working fine
when i am running
"SELECT * FROM backupmediafamily"
the Physical_device_name is showing old path instead of new...
March 29, 2010 at 5:59 am
u can also run the following command to disconnect all users
alter database <dbname> set single_user with rollback immediate
March 29, 2010 at 5:55 am
if u're sure maint. plan took backup successfully, then someone might have deleted the backup files..
March 29, 2010 at 5:53 am
Paul Ibison's site is good for replication.
March 12, 2010 at 3:59 am
if u're running enterprise edition, you can go for peer to peer replication...
March 12, 2010 at 2:45 am
Looks like there is a missing log backup file prior to JDE_PRODUCTION_20100112090000.trn
January 12, 2010 at 11:59 pm
you can script out logins from the master database and jobs from msdb database so that in the even of your database getting crashed, you can recover logins and your...
December 19, 2009 at 2:06 am
If you just need to connect to sql servers running on different machines, you can install client tools/SSMS only..
December 18, 2009 at 4:25 am
I came across with this article on adding an article to existing publication. Might help you.
http://deepakrangarajan.blogspot.com/2009/01/sql-2005-transaction-replication-adding.html
December 18, 2009 at 2:57 am
Ratheesh.K.Nair (12/17/2009)
You can take backup to multiple locations or drives in a device.
backup database db_name to disk=''path1,
...
December 17, 2009 at 5:33 am
It does connect to named instances.
You need to provide the instance name in the following format
ServerName\InstanceName
in the servers.txt file.
December 7, 2009 at 6:08 am
Viewing 15 posts - 361 through 375 (of 1,539 total)