Viewing 15 posts - 7,216 through 7,230 (of 7,429 total)
You may need to dig in the registry, if it is rememebring anything it is most likely tin there. Personally if I could do it I would wipe the server...
February 15, 2002 at 5:34 pm
I don't think that is the case if you drop an account in NT. Also I believe if these are NT accounts you can turn auditing on to see when...
February 15, 2002 at 5:30 pm
Actually I did it backwards I was giving you mm/dd/yyyy Jim is right except change to CONVERT(VARCHAR,FLD,103) 3 gives yy and 103 gives yyyy is the only difference. My bad...
February 15, 2002 at 11:25 am
You are running the SP under an account wit Admin privledges for Win2K right?
February 15, 2002 at 11:06 am
It if the field is datetime you may be able to do CONVERT(VARCHAR,FLD,101) to get it to work. Otherwise if the language setting doesn't help you may have to parse...
February 15, 2002 at 10:59 am
I looked at all the sys tables. There is no last login that I can find. I would suggest an outside app, or trigger or so kind of internal job...
February 15, 2002 at 10:45 am
Here is what I sent to Microsoft. Someone else may want to do something similar just to see if they will answer or make a change in this.
In SQL 7...
February 15, 2002 at 10:40 am
You got that right. I just love people who don't test anything before they use it somewhere they souldn't.
February 15, 2002 at 9:26 am
D*$% Sorry about that, guess you really should only be doing 1 thing at a time to avoid mistakes.
February 15, 2002 at 9:21 am
But deny would be taking the check box out, revoke is an X ad grant is a check. You could create a role with REVOKE on those tables and put...
February 15, 2002 at 8:57 am
Sorry I made an error in my statement. All databases have Public with select rights from the begining but the user can only access those of the DB they are...
February 15, 2002 at 8:37 am
For some, even some in the master database are granted selected access whether or not you gave them. Until you asked I did not even realize this and see that...
February 15, 2002 at 8:32 am
Hey anybody seen this. Another poke at Microsoft http://zdnet.com.com/2100-1105-837426.html
February 15, 2002 at 8:08 am
Or you suffer from numerous ID10T errors throughout the day.
February 15, 2002 at 6:41 am
Viewing 15 posts - 7,216 through 7,230 (of 7,429 total)