Viewing 13 posts - 1 through 13 (of 13 total)
Jack,
I made some changes to get this to run on 2000.
CREATE TABLE #logins
(
sid VARBINARY(4000),
login_name NVARCHAR(100),
...
December 16, 2009 at 9:09 am
Most of my support is for canned applications. I will fight vendors that insist on using the 'sa' account for everything. My stance is not to give that to anyone,...
October 24, 2008 at 7:50 am
A little more information...
This appears to be the query running in the background...for each database
SELECT u.name AS [Name],
CAST(u.hasdbaccess AS bit) AS [HasDBAccess]
FROM dbo.sysusers AS u
WHERE (((u.issqlrole != 1 and u.isapprole...
July 14, 2008 at 8:26 am
You are preaching to the choir...I would prefer to not give it out. The Express version is almost perfect...all it needs is the import/export option and it would be the...
June 26, 2008 at 12:47 pm
How do you do that through the GUI? The options that I see to install the Management tools includes unwanted things, such as SQL Profiler and SQL Server Configuration Manager....
June 26, 2008 at 12:26 pm
I have done a search for only extended SP's. However this only shows 60 items. There are 171 objects listed in the master database. I am guessing that this is...
July 17, 2007 at 9:27 am
This is a great start for what I have to do. Our security group wants a report showing that the public role doesn't have access to certain XSP's. This appears...
July 16, 2007 at 8:14 am
OK...I think I see how this is working. Correct me if I am wrong
This does: 1 - DAY(getdate()) which will return the current day, which would be 26 today. This...
September 26, 2006 at 7:50 am
Awesome. Both of these work as needed. The question that I have is how they return the date as of the 1st of each month. I looked at BOL and...
September 25, 2006 at 9:04 am
I am the admin and DBA. I have about 30 servers to check. Since I can't block the local Admin group on most servers I need to validate the modes...
July 26, 2006 at 7:52 am
Great. This is a good start. I will work with some of the scripts I already have and see what I can come up with. When I get it done...
July 25, 2006 at 2:00 pm
Well, here is the simplest way I found. I hope there is a more straight foward way.
Remove MSDE.
Reinstall MSDE.
Restore master, msdb, model then the user DB's. Somewhat of a hassle,...
March 27, 2006 at 3:15 pm
Thanks alot!! That looks like what I needed. I will have to save this as a script so that I can look it up when I forget!
May 13, 2005 at 12:40 pm
Viewing 13 posts - 1 through 13 (of 13 total)