Viewing 15 posts - 91 through 105 (of 619 total)
I use this to turn off password expiration for all users.
You may modify as needed:
DECLARE @sql AS VARCHAR(500)
DECLARE @current_user AS VARCHAR(50)
DECLARE Reset_expiration_cursor CURSOR FOR
SELECT name FROM sys.sql_logins --WHERE is_expiration_checked =...
January 31, 2012 at 7:46 am
Duplicated post?
Please see mmy response http://www.sqlservercentral.com/Forums/Topic1243935-146-1.aspx
January 31, 2012 at 7:43 am
Sorry if this has already been stated but what user are you using (AD or SQL)?
Also where are you trying to create the LS (on the server or remotely)?
Are you...
January 31, 2012 at 7:32 am
sjimmo (11/2/2011)
Adam
Stop being so elitist
Didn't realize that I am being elitist.
Yes, I am a Sr DBA - why? Because my company says so. What makes me one, act of a...
November 2, 2011 at 6:29 am
sjimmo (11/2/2011)
adb
Would you expect your junior DBA to know about disk partition alignment, NTFS cluster size, RAID types,
TempDB - placement and number of datafiles, NUMA, instant file initialisation, AWE,...
November 2, 2011 at 5:48 am
jasonmorris (10/27/2011)
I have a non-senior DBA to do my restores for me 🙂
Cheeky 😉
November 1, 2011 at 11:45 am
jasonmorris (10/19/2010)
What is...
November 1, 2011 at 10:41 am
prashant-507002 (11/1/2011)
http://www.easysoft.com/products/data_access/odbc-sql-server-driver/
Isnt that what i said?
November 1, 2011 at 9:30 am
And yes, if yoou only wanted to restore 'certain' details, that would be transactional replication.
November 1, 2011 at 9:06 am
- Win. (10/18/2011)
The following example grants EXECUTE permission on stored procedure
HumanResources.uspUpdateEmployeeHireInfo to an application role called Recruiting11.
[font="Courier New"]
USE AdventureWorks2008R2
GRANT EXECUTE ON OBJECT::HumanResources.uspUpdateEmployeeHireInfo
...
October 19, 2011 at 7:37 am
WHITE_DRAGON999 (10/18/2011)
October 19, 2011 at 1:27 am
Your going to raffle off a flight on Virgin Galactic to a DBA who correctly answers questions over a 5 week period?
October 12, 2011 at 9:04 am
Ok, that info was in your origenal post. What are you trying to analyse?
October 5, 2011 at 5:57 am
Viewing 15 posts - 91 through 105 (of 619 total)