Viewing 15 posts - 1 through 15 (of 36 total)
Yes you can. That would be like a scale out deployment. If you are not sure what is ment by that here is a link that explains it.
June 1, 2011 at 6:17 am
Yes that is what you will need to do. When you configure server C you will just point to the existing Database. And no it should not do any thing...
May 26, 2011 at 8:56 am
Dave you can restore a copy only database backup using the GUI in SSMS. just do the following.
1. after clicking on restore database, select from device.
2. Click on the ellipis...
February 17, 2010 at 8:57 am
There are a lot of good articals on encrypting connection strings. Try looking at some of these.
http://www.codeguru.com/csharp/.net/net_security/encryption/article.php/c9699__1/
http://groups.google.com/group/a-c-net/browse_thread/thread/cab3d7cf6d778057
December 31, 2009 at 9:40 am
You could set up an alert using error number 3041. That one is for when a backup fails.
December 24, 2009 at 6:04 am
If I understand you right, you said the database server is not part of the domain. If that is the case the you can not use windows Authenication. You would...
July 30, 2009 at 12:12 pm
Hey just tried it in 2008 you can run queries using the central management server against 2005 and 2000 as long as you don't use some thing that is not...
June 26, 2009 at 10:10 am
I would say go the same way as you did with access. And let the rules you put in you application determine if it is a valid user or not....
September 11, 2008 at 1:49 pm
What did the encryption script look like? Also did you think about using the other keys to encrypt your keys instead of a password for each. By encrypting say your...
September 9, 2008 at 9:45 am
There are ways to get the same effect as schema security in 2000 but Since you are using Iron Speed I would say your options are limited. One way to...
July 22, 2008 at 9:51 am
in SQl it is the Builtin admins account that should be removed also.
May 15, 2008 at 9:29 am
First if that person does not need access to SQL then add their nt account to SQl and do a deny access on them. Even if they are in a...
May 15, 2008 at 7:57 am
If you are putting it on the report server then it should be an RDL not an RDLC.
http://msdn.microsoft.com/en-us/library/ms252109(VS.80).aspx
May 13, 2008 at 12:04 pm
You could encrypt the data that way they could not add to it or change it. This would not stop them from deleting it though. There is no way to...
May 13, 2008 at 11:31 am
I know this was not the question you asked but I am wondering if you now are just getting ready to do this why you are using SQL 2000 since...
April 22, 2008 at 12:20 pm
Viewing 15 posts - 1 through 15 (of 36 total)