Viewing 15 posts - 4,126 through 4,140 (of 6,104 total)
Are you connecting via Windows auth over the linked server connection? If so, are you getting this error coming from a client or from EM on the SQL Server itself...
K. Brian Kelley
@kbriankelley
quote:
Would it be a good idea to add guest to db_denydatawriter role in master database?! I wanted to feel safe with that...
K. Brian Kelley
@kbriankelley
Are they renaming the domain (using the KB article) or are they doing a side-by-side move to a domain with the proper name?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to...
K. Brian Kelley
@kbriankelley
quote:
What would one do if a database started with identity as PK and then years later became larger than expected and ran...
K. Brian Kelley
@kbriankelley
Changing to Windows Authentication Only mode won't affect the databases. For instance, when you set up a SQL Server out of the box with Windows Authentication, master, model, msdb, Northwind,...
K. Brian Kelley
@kbriankelley
The catch: The problem is, anybody with sysadmin privs can put it back unless you can remove the .DLL, which I don't believe you can. I think some other essential...
K. Brian Kelley
@kbriankelley
This isn't directed at Chris or anyone in particular. Need to state that up front. My intent isn't to attack anyone else here, but to point out something that I...
K. Brian Kelley
@kbriankelley
From the OpenHack 4 config and with confirmation of Richard Waymire at Microsoft.
quote:
I only know of ONE - the table master..spt_server_info
K. Brian Kelley
@kbriankelley
quote:
Right 🙂 But I was doing it as a counter-example. You have a 'valid' login but you cannot login. Hence you cannot...
K. Brian Kelley
@kbriankelley
quote:
There is also the absolute minimum on permissions described.BTW, Brian, have you ever been on http://www.openhack.com ? It seems to be no...
K. Brian Kelley
@kbriankelley
Look for dSQLSRVD using Google. If you have sysadmin rights to the machine, you can decrypt the stored procedures, triggers, and functions.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL...
K. Brian Kelley
@kbriankelley
quote:
put Guest into DB_Role db_denydatareader
But this means the login still has access to master....
K. Brian Kelley
@kbriankelley
Create a temporary table. Insert into it using EXEC xp_cmdshell as the source. Then you'll have to filter through the temporary table.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL...
K. Brian Kelley
@kbriankelley
Viewing 15 posts - 4,126 through 4,140 (of 6,104 total)