Viewing 15 posts - 16 through 30 (of 79 total)
If the Windows account is already exist on your system, then you can use the above script to add it to SQL Server, and assign the required permissions.
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 4:52 am
Hello Robert,
I'm wondering if it's safe to open firewall ports to enable database mirroring. Even if you allow specific host, allowing it to traverse the Internet is quite scary....
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 4:49 am
niteshrajgopal (8/5/2010)
say my PC Name is NITESH-PC. When I installed sql express it added NITESH-PC\NITESH to the logins.
It means you logged on to your PC with the user account...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 4:29 am
rishitha (8/4/2010)
i need your help to do database mirroring for my two servers.
principal database which i am going to use is already acting as a publisher in the replication.
for...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 4:21 am
You can not create a Windows Login account using the above script. You need to create the Windows Account using Computer Management (Start --> Run --> Compmgmt.msc).
Expand Users &...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 3:59 am
You actually need two credentials, one to connect to the SQL Server instance (Login) and one to connect to the database (User).
If you are using Windows Authentication to connect to...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 5, 2010 at 2:02 am
Sorry Ravi, still, I am not very sure whether I understand the requirement properly.
You initiate a backup for your database, and stored the backup file to a specific location. When...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 4, 2010 at 6:31 am
Ravi,
I didn't understand your problem correctly, You want to perform a backup or you want to restore from a backup file?
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 4, 2010 at 6:10 am
Shrinking of database is not recomended.
If you don't have log backup in place, it is a good idea to change the recovery model of the database to Simple. However, you...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 4, 2010 at 5:53 am
SQL Server SP 3 is a contains all the previous changes of SP1 and SP2. If you don't have any application compatibility issue, then you can directly apply SP3.
Take a...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 3, 2010 at 6:23 am
I am not a developer, however, I understand that you need to provide the name of your mirror instance in your configuration file. If you are connection with ADO.NET, I...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
August 1, 2010 at 8:37 am
You have already mentioned that Database is in Full recovery model; however, you don't have a log backup. You need to understand that only transaction log backup provides point-in-time recovery,...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
July 31, 2010 at 12:33 am
Create a job on the ERP server to create a backup of the database and move the backup file to the test machine. Your SQL Server Agent account should have...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
July 30, 2010 at 7:50 am
No, since both are in the same domain, you can configured it without certificate.
Follow the steps from the article, I don't think you will have any issue during configuration.
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
July 30, 2010 at 7:24 am
I think you are talking about the port number. Yes, it is as per your choice/SLA. You can use the default port or change it to a custom port.
Database Mirroring...
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly
July 30, 2010 at 6:45 am
Viewing 15 posts - 16 through 30 (of 79 total)