Viewing 15 posts - 1 through 15 (of 51 total)
Ok.
Thank you for valuable time & coordination.
February 7, 2014 at 4:54 am
John Mitchell-245523 (2/7/2014)
February 7, 2014 at 4:46 am
One more thing which I want to ask again:-
If the users(Windows Logins) are located in a single machine where the SQL Server exits then what should be the procedure.
Kindly reply.
February 7, 2014 at 4:31 am
Suresh B. (1/31/2014)
Subrata Bauri (1/31/2014)
January 31, 2014 at 5:24 am
John Mitchell-245523 (1/31/2014)
That information isn't stored in SQL Server. You'd need to set up a linked server pointing at your AD server, if your network admin will allow it.John
I'm...
January 31, 2014 at 5:03 am
Manoj Bhopale (1/31/2014)
Use this query to find out disabled windows users/groups.SELECT name from sys.server_principals
where is_disabled='1' and type_desc like '%WINDOWS%'
This will work when users are disabled in SQL Level not...
January 31, 2014 at 4:40 am
Thanks for your reply.
I have few nos. of Windows Login Users in my Server System (OS & SQL Server Level) & One of them is blocked (Account is disabled in...
January 31, 2014 at 3:09 am
Thank you Sir,
Please clarify what is difference between Permission to connect to database engine and Login in the Login Properties windows ?
January 30, 2014 at 10:05 pm
Thanks for your reply.
Code executed in the SQL Server 2008 R2 Platform successfully But it does not give any result.
January 30, 2014 at 9:54 pm
<address>your mobile numbers</address>
this will repeat on basis of how many Mobile number found.
February 1, 2012 at 2:22 am
drew.allen (9/13/2011)
September 13, 2011 at 11:41 pm
Ignacio A. Salom Rangel (7/27/2011)
Hi Subrata, Ninja's point is a very good one. If the application supports a newer version of SQL, it will be better to upgrade to a...
July 27, 2011 at 11:22 pm
Ninja's_RGR'us (7/27/2011)
Any reason why you're not upgrading to 2008 R2? Or even Denali...
July 27, 2011 at 11:18 pm
Viewing 15 posts - 1 through 15 (of 51 total)