Viewing 15 posts - 241 through 255 (of 468 total)
Possible owners are nodes which are allowed to host the service, so if there are four nodes, and nodes 1, 2, and 3 are possbile owners, the service will NEVER...
September 13, 2011 at 1:56 pm
deon 30817 (9/13/2011)
Thanks for your response.
Yes I could ping by server name and it returned the correct ip address.
Had a re-look on the server configuration as per your...
September 13, 2011 at 1:03 pm
LOL, just FYI, it's NJ-DBA, or Warren is my name.... it's says "old hand" as my "level", like yours says "forum newbie"...
September 13, 2011 at 12:24 pm
does it ping to the correct ip address when you ping by name? if not,
issue ipconfig /flushdns
if you are getting the right ip addres, then its at the sql...
September 13, 2011 at 12:08 pm
Just use managment studio to create a second connection using the login you create...
September 13, 2011 at 12:04 pm
Yes. that's correct.
You could test this by creating a new login which has a simple password, initally with no enforcement. Then changing it.
September 13, 2011 at 11:35 am
I'm sure there is a way you could do this with a variable, but when faced with a similar challenge, I took the easy way out and called a batch...
September 13, 2011 at 11:20 am
NJ-DBA (9/13/2011)
September 13, 2011 at 11:03 am
Enforce password expiration sets whether or not passwords expire after a given time period. enforce password policy sets whether or not sql passwords need to meet the complexity requirements...
September 13, 2011 at 10:54 am
I can't think of a way of preventing this kind of error from appearing in the errorlog, but maybe there is another way to accomplish your goal.
The best thing I...
September 13, 2011 at 10:03 am
ah, just reread your post... this will not PREVENT something frmo being entered into the log, but I used this in a multiserver query to read the logs and return...
September 13, 2011 at 9:51 am
This is how I do it:
---------------------
--Following block parses error log and produces interesting results
----------------------
CREATE TABLE #ErrorLog (
LogDate DATETIME,
ProcessInfo NVARCHAR(255),
LogText NVARCHAR(MAX)
);...
September 13, 2011 at 9:48 am
GilaMonster (9/13/2011)
Fire up an MCM training video.Edit: that's a hypothetical answer, I haven't been in a situation with nothing to do for months.
ooh, those look fun... need to secure some...
September 13, 2011 at 8:59 am
I think this is what you are looking for: http://technet.microsoft.com/en-us/library/ms142490.aspx
September 13, 2011 at 7:55 am
Please post the entire error message.
September 9, 2011 at 1:09 pm
Viewing 15 posts - 241 through 255 (of 468 total)