Viewing 15 posts - 346 through 360 (of 455 total)
I did some more research on this and I am confident that I am correct. Here is my example.
I am a domain admin at acme.com
I am a domain admin at...
October 28, 2010 at 10:52 am
you may be right, but i can share this.
domain 1 - user domain1 is an admin.
domain 2 - user domain1 is just a user.
domain 2 - user domain2 is an...
October 28, 2010 at 7:24 am
this is actually a "domain" policy. the users that have SSMS installed on their local PC's should be "not allowed" to control system services.
I am not a AD admin nor...
October 28, 2010 at 6:41 am
Don't forget that MSDTC is DNS based. I have found that a quick entry into the host file will fix these cross domain issues pretty quick...
so on your source server,...
October 27, 2010 at 12:44 pm
JohnnyDBA (10/27/2010)
SELECT * INTO tempTable FROM sourceTable
rather than running
SELECT TOP 1 * INTO tempTable...
October 27, 2010 at 10:25 am
AK1516 (10/26/2010)
You mean to say the local security policy at the windows level applies to the sql login on the MS SQL SERVER 2008.
YES
But i am in a clustered...
October 26, 2010 at 11:05 am
do you maybe have the -g flag set to 5.7 in the startup parameters??
October 26, 2010 at 11:01 am
yeah, its the same....
so if you have a Domain Policy that says you change your password every 90 days and it must be 8 characters long and have numbers...
October 26, 2010 at 10:48 am
it is based on the local server or domain group policy.
something Microsoft really should address for sql logins imho.....
October 26, 2010 at 10:33 am
WayneS, your script makes some assumptions.
you have to have a database called DBA. you have to have a table called Drives inside of DBA....
just try this,
see attachment.
October 26, 2010 at 8:32 am
ALZDBA (10/26/2010)
We are skipping the original because of report...
October 26, 2010 at 8:15 am
SQL will always behave this way. The better way to see memory usage it to see if it is 'actually' being used. look at the counter "Buffer cache hit ratio"...
October 26, 2010 at 7:59 am
Multi-server admin was added in 2008 and is technically NOT a SQL Server feature but an SSMS feature.
October 25, 2010 at 10:32 am
you should also add to your ado connection string....
connectionString.NetworkLibrary = "dbmssocn"; connectionString.Pooling = false;
October 21, 2010 at 10:26 am
Viewing 15 posts - 346 through 360 (of 455 total)