Viewing 6 posts - 1 through 6 (of 6 total)
Thanks a bunch for replying quickly. I have made sure the login executing the ps script is sysadmin and has access to the directories. This is what I see
Name ...
October 24, 2014 at 6:03 am
Paul - This might sound daft, can you tell me if I should populate the xml file beforehand? I tried executing the PowerShell script to log ship a database, but...
October 24, 2014 at 5:10 am
Do you mean to say you need something like this? Try executing this piece (in text mode) on your database, it will generate create user scripts only for those users...
January 24, 2014 at 11:17 am
Hello Steve,
here's an example (probably sketched with too much detail :-))
--Create a Login and a corresponding user
USE master
GO
CREATE LOGIN aG WITH PASSWORD = 'somepwd',CHECK_EXPIRATION = OFF, CHECK_POLICY = OFF
USE...
May 14, 2012 at 10:54 pm
I'm aware this is an old post, But I feel there may be a small error in the schema script section.
that section will result in an out put something like...
May 14, 2012 at 9:14 am
http://sqlblog.com/blogs/tibor_karaszi/archive/2010/09/15/watch-out-for-old-stuff.aspx
(I guess your question was already answered on MSDN forums, I thought it would be cool to share them with SSC readers! 🙂 )
Cheers!!
September 22, 2010 at 2:11 am
Viewing 6 posts - 1 through 6 (of 6 total)