Viewing 15 posts - 16 through 30 (of 30 total)
I don't mean multiple file. I mean multiple location like we have functionality in SQL 2005 and later version called mirror backup.
September 6, 2011 at 5:05 pm
I backed up db on principle server (Full and T-log) and restore in Mirrored db(same server but diff instance) with no recovery.
In Principle Server right click on DB>task>mirror> configured security(...
August 16, 2011 at 6:00 pm
I am using database mirroring page in GUI.
August 16, 2011 at 4:17 pm
We have same issue long back because of network load and we implemented same process which you are going to implement.."Backup Db Locally and Copy Backup file to different server".
we...
August 2, 2011 at 11:10 am
If you don't have good network latency and 1000 miles distance between servers then Data Mirroring is not good option for you. I am sure what your environment need for...
August 1, 2011 at 6:24 pm
SQL Server has "db_datareader" role for read access to the database level.
Below is t-sql command and you can also perform this task using GUI.
use mydb
go
exec sp_addrolemember db_datareader, MYUSER
go
Thanks!
August 1, 2011 at 5:56 pm
what error are you getting???
Check if IP Firewall is blocking your AD Group account??
July 29, 2011 at 6:43 pm
Should reindex always be run at the time not many users connection like at night?
- it's depends on your environment & your maintenance window. Re indexing is part of maintenance...
July 29, 2011 at 6:15 pm
Please check the MSDTS, XACT_ABORT (SET XACT_ABORT ON), RPC were configured properly or not.
Read this article, might be it will help you...
Let us know what you find i...
July 29, 2011 at 5:56 pm
I have few scripts which we use to script out permissions for database level and server level.
Let me know if you interested in using those script i can provide you...
July 29, 2011 at 5:25 pm
Hi,
Lite speed backup file has Extension .BKP, If you are doing any upgrade from 2000 or 2005 to 2008 then i suggest you to archive the backup file for some...
July 29, 2011 at 2:56 pm
If I understood correctly your question then there question is regarding disaster recovery.
Question:-
The server crashed. You cannot access anything. And you are given a new box, what will you...
July 22, 2011 at 2:32 pm
I had a same problem few months back because one of developer Deleted one DB from our Production Environment. On that server we have SQL 2005 and SP2.
What...
August 28, 2010 at 7:34 am
Did you or someone else delete the database from your server recently?
In your SQL Server 2005, can you please check which service pack you have?
August 27, 2010 at 1:28 pm
Can you please check that maintenance plan history and check all step status......
you may be find something........
August 27, 2010 at 7:32 am
Viewing 15 posts - 16 through 30 (of 30 total)