Viewing 15 posts - 4,621 through 4,635 (of 5,394 total)
What about:
INSERT INTO dbo.StandardSubject (AssessmentSubjectID, [Name], Description, AdoptionYear, IsActive, [RowVersion])
SELECT *
FROM (
SELECT AssessmentSubjectID = NULL,
[Name]...
February 2, 2010 at 10:02 am
My two cents: I wouldn't install an antivirus on a production server. I would rather perform a remote scan from another machine.
February 2, 2010 at 9:56 am
Angela S. (2/2/2010)
I guess I was thinking of it being audit....security...which forum do you think this fits in?
For what I have seen so far, none.
It doesn't look like you have...
February 2, 2010 at 9:29 am
Alvin Ramard (1/28/2010)
...I almost added a comment about not paying for Gail's travel expenses.
So I guess you're not paying mine either.:crying:
January 28, 2010 at 8:20 am
Alvin Ramard (1/28/2010)
FYI, you're all invited to come to Memphis in April to continue this discussion on SQL Injection.We normally meet on the 2nd Thursday of the month.
😀
Thanks Alvin, it's...
January 28, 2010 at 8:09 am
I agree with everything that has been said so far.
You could also set up a logon trigger as Dale Turley suggested, or create a scheduled job that does something like...
January 28, 2010 at 8:05 am
I'm sorry, I'm not a unit testing expert. I hope somebody else can give you good advice on the subject.
January 28, 2010 at 7:16 am
mick L (1/28/2010)
I am aware that ideally we do not want to be storing logic in the db
My two cents: those who tell you that business logic can completely live...
January 28, 2010 at 6:46 am
My sincere apologies to everybody for posting code in The Thread.
It will never happen again.:-D
January 28, 2010 at 6:33 am
Yes, but you're not executing the user input. The user will not be able to append a something like ';DROP DATABASE myDB
in the input, that will always be treated...
January 28, 2010 at 6:31 am
One strange thing is that I keep on being redirected to THE THREAD when I click on the link to the PhD-ese thread, but if I edit the original post...
January 25, 2010 at 9:37 am
Grant Fritchey (1/25/2010)
GilaMonster (1/25/2010)
Gianluca Sartori (1/25/2010)
Did you use your crystal ball, Gail? 🙂Sorry for the broken link, I'll fix it.
Didn't need to (and I think Grant has the crystal ball...
January 25, 2010 at 7:11 am
GilaMonster (1/25/2010)
I expect the link is supposed to go here: http://www.sqlservercentral.com/Forums/Topic852906-338-1.aspxIt's our PhD candidate again.
Did you use your crystal ball, Gail? 🙂
Sorry for the broken link, I'll fix it.
January 25, 2010 at 6:05 am
Viewing 15 posts - 4,621 through 4,635 (of 5,394 total)