Viewing 15 posts - 1 through 15 (of 48 total)
A fair amount of cleanup...
/*-------------------------------------------------------------------------------------------------
Name: LoginWindowsGroupMemberSelect.sql
Purpose:To find all user accounts for a Windows Group in SQL Server logins.
Author:Patrick Slesicki
Notes:Returns all user logins for a Windows Group
Simply execute...
March 23, 2020 at 2:20 pm
Never you mind, found it, it's a SQL Prompt by Redgate feature...
June 24, 2019 at 12:53 pm
Ran into the same issue, but I have SSMS Tools Pack and do not have the 'Script as INSERT' option. I do have the save as Excel and script or...
June 24, 2019 at 12:52 pm
Hi and thanks for taking the time to post your script. It appears a space is missing before the 'FOR LOGIN' in the dynamic sql below:
November 22, 2017 at 6:19 am
Drew: Thank you, I was noticing that when I was researching on the web.
Steve: I am displaying the view in a custom ActiveReports project/viewer. And fortunately, it rendered...
April 5, 2017 at 11:30 am
Hi, and thank you so much for taking the time to reply. It reminded me about my original post!
I was able to cobble a solution together, ugly,...
April 5, 2017 at 10:46 am
Coming into this a little late, but is there really a good reason to use the built-in SSMS dialog for 'Specify Values for Template Parameters'? It seems you...
November 1, 2016 at 3:15 pm
Yes, and thank for your pointing out the sarcasm. I have removed it from my reply. I was a little frustrated on this one, and found the comments...
August 1, 2016 at 7:15 am
It's actually the SQL from a view being created that is part of a large deployment script.
July 31, 2016 at 7:53 am
Thanks for the quick reply. My problem is not so much with the functionality of ISNULL with a concatenated field. My problem is the syntax I need to...
July 29, 2016 at 2:35 pm
Works like a charm. Does have some extra html formatting code on Line 13 (an extra </pre>) at the end of the line. And yes, I could see...
July 14, 2016 at 2:48 am
Is there a reason you chose 64-bit instead of 32-bit? (or is this another article...) In other words, are there circumstances where one is more preferable than the...
March 14, 2016 at 4:28 am
Am I missing something? Besides the comment to add brackets to protect against special characters in the server name/instance, why is everyone giving this such a low rating? ...
December 12, 2014 at 8:28 am
Many thanks! I absolutely loved this. I need to make a copy of my current dev db so many times. This will be a great time saver....
February 27, 2014 at 4:16 am
Many thanks, this is much cleaner than my previous code.
I did add
AND INDEX_ID = 0
to the WHERE clause to keep my name list unique and not show indexes. ...
January 17, 2014 at 5:46 am
Viewing 15 posts - 1 through 15 (of 48 total)