Viewing 11 posts - 1 through 11 (of 11 total)
Awesome script, gets even perfect!
I've done some slight modifications and added optional support for scripting a specific dbuser - see @DB_USER.
If left empty it's executed for all users in the...
April 13, 2016 at 3:17 am
Awesome script ... thanks.
I've added support for dbid column when raw sql is executed which is not wrapped through a sp.
Maybe you can change your script that way.
I've also...
November 16, 2015 at 4:59 am
Added support for script generation of a given db principal name.
FYI regarding authentication_type
Keep an eye on here: https://msdn.microsoft.com/en-us/library/ms187328%28v=sql.90%29.aspx
It's only supported from 2012+ so it's not included in the following script.
DECLARE...
October 29, 2015 at 10:07 am
Hey, guess this should work for mapping orphaned users back to their logins but doesn't create missing logins. (Because it's not on the db level anymore)
This works from 2k5SP2 otherwise...
June 30, 2015 at 6:34 am
Hey guys,
look at here --> udf_ListToTable[/url]
maybe you could run it within your performance tests,
Norbert
PS: For the way upsidedown take this --> udf_TableToList[/url]
March 3, 2011 at 4:44 am
Hi,
Your function does only return 2 rows if there is a string like that given: 'bla;bla;bla'. And if a string like this is given 'bla;bla;bla;' 4 rows are...
February 28, 2011 at 3:32 am
Hello,
thank you for your very helpful tipp.
I'm gonna break down to single indexes and then running this really awesome script.
Maybe you can explain to me how the rebuild concerns the...
February 22, 2011 at 9:02 am
Hello,
thank you for your replies.
Lokk at this link from msdn. The LOG file will be used for rebuilding and reorganizing indices.
Yes, I'm backing up the LOG periodicaly so the LOG...
February 22, 2011 at 12:21 am
Hi,
what do you mean with "configure in service account"?
Shall I delete all profiles and accounts and login with the account the sqlservice runs? And reconfigure all mail settings?
regards
Norbert
December 17, 2010 at 2:49 am
Hello!
I'm using SQL Server 2005 Standard and the script is not running.
Always get a syntax error on the first select statement.
Any suggestions?
I can't find any error...
beste regards
Norbert
August 3, 2009 at 5:28 am
Viewing 11 posts - 1 through 11 (of 11 total)