Viewing 15 posts - 3,706 through 3,720 (of 5,356 total)
I don't have access to newsgroups at work, but does Microsoft still run its own security newsgroup?
Frank
October 22, 2003 at 4:30 am
I hope this will stay bilateral !
Btw, thanks David for the word 'sycophants'. Guess, I will use this internally frequently from now on ![]()
Frank
October 22, 2003 at 4:24 am
One premier source of information on SQL security is http://www.sqlsecurity.com . It contains several further links to white paper on injection, password cracking....
In addition you should consider joining some general...
October 22, 2003 at 4:17 am
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=16123
HTH
Frank
Edited by - Frank Kalis on 10/22/2003 02:32:25 AM
October 22, 2003 at 2:30 am
But I think you cannot prevent this process.
Different departments in different companies have different needs.
Each uses its own specialities and this makes it difficult to use a standard programm...
October 22, 2003 at 2:09 am
October 22, 2003 at 2:06 am
quote:
You beat me by 11 seconds, and basically had the same answer....
Sorry, and thanks anyway...
October 22, 2003 at 2:05 am
Well, answered my own question. ![]()
For my case the use of the undocumented procedure
sp_reassign_dtspackageowner [@name =] 'name',
[@id =] 'id',
[@newloginname =] 'newloginname'
is sufficient.
Frank
October 22, 2003 at 1:48 am
This topic has been discussed several times here. So when you do a search you will find some threads on this.
Common opinion was not to give programmers permissions to...
October 22, 2003 at 12:56 am
October 22, 2003 at 12:42 am
quote:
That's interesting, as I would use something like 99991231 if they're not terminated. The termination date is not "unknown" in the...
October 22, 2003 at 12:29 am
October 21, 2003 at 6:55 am
If an T-SQL statement produces an error, this error is catched in @@error.
You might want to take a look at BOL for @@error -> Using @@error to get some...
October 21, 2003 at 6:48 am
Hi,
first take a look at BOL for system tables->overview
quote:
System tables should not be altered directly by any user. For example, do not...
October 21, 2003 at 6:08 am
Use a maintenance plan (maybe with assistance from the wizard).
You might notice a slight performance overhead, but depending on your hardware you shouldn't be affected too much.
However, although you can...
October 21, 2003 at 3:19 am
Viewing 15 posts - 3,706 through 3,720 (of 5,356 total)