Viewing 15 posts - 4,471 through 4,485 (of 9,253 total)
It's deprecated but still usable in SQL Server 2008 R2 and it's a one liner. As follows
USE [real]
GO
EXEC sys.sp_change_users_login 'Auto_Fix', 'appp', NULL, 'somepassword'
GO
Then just use
EXEC sp_addsrvrolemember 'appp', 'bulkadmin'
December 11, 2012 at 5:30 am
shohelr2003 (12/11/2012)
Is there any security issue? Please let me know.
Yes, hence why you should use certificates!! See more on NTLM and passthrough authentication at this link.
December 11, 2012 at 4:58 am
mike 57299 (12/10/2012)
That is why I want to have a script to restore it each night.
your script will need to restore and recover the following each night
any...
December 10, 2012 at 11:12 pm
see this link for configuring mirroring using certificates.
December 10, 2012 at 3:01 pm
vijayjain347 (12/10/2012)
Sql server 2012(Standard edition) and windows server 2012(Standard edition) will support AlwaysOn High Availability ???
You will need SQL server 2012 Enterprise edition.
vijayjain347 (12/10/2012)
December 10, 2012 at 2:55 pm
In failover cluster manager, expand the virtual network name resource and the virtual IP resource will be there.
December 10, 2012 at 2:46 pm
mike 57299 (12/10/2012)
Yes, the data in a writable state is a must. That is why mirroring and log shipping won't work.Mike
It wasn't stated hence my question, now that we...
December 10, 2012 at 11:17 am
sqlfriends (12/10/2012)
Perry Whittle (12/5/2012)
ALTER DATABASE mydb...
December 10, 2012 at 11:05 am
local disk or NAS\SAN based disk?
December 10, 2012 at 8:28 am
Martin Stephenson (12/6/2012)
December 7, 2012 at 4:04 am
Perry Whittle (12/6/2012)
and the results of the query i supplied above????
?????????????? :Whistling:
December 6, 2012 at 11:42 pm
ananda.murugesan (12/6/2012)
user apperaing in secondary instance database by atuomatically during restore log shipping process..But it won't connect the application due to login is not apperaing under security->Login, Does we...
December 6, 2012 at 6:21 am
GilaMonster (12/6/2012)
Has the primary been restored from a backup?
Questions, questions. It's like the Spanish inquisition here lol 😀
December 6, 2012 at 6:18 am
and the results of the query i supplied above????
December 6, 2012 at 5:10 am
Viewing 15 posts - 4,471 through 4,485 (of 9,253 total)