Viewing 15 posts - 14,401 through 14,415 (of 15,381 total)
Welsh Corgi (7/21/2011)
I saw an example where this issue is related to alias and I also believe that I saw an issue with the columns not in the schema.
So between...
July 21, 2011 at 2:42 pm
Do those two columns belong to that table/view?
July 21, 2011 at 2:26 pm
gopalchalla (7/21/2011)
SELECT sep5.V_ALERTS.ALERT_IDX, COM.IP_ADDR1_TEXT, COM.COMPUTER_NAME, COM.COMPUTER_DOMAIN_NAME,
ALE.USER_NAME, ALE.SOURCE_COMPUTER_NAME, ALE.SOURCE_COMPUTER_IP_TEXT,...
July 21, 2011 at 2:21 pm
You can't pass a stored procedure to a function. You could pass the results of a stored procedure to a function if you wanted. Based on what you are describing...
July 21, 2011 at 2:09 pm
I agree that the all upper case makes reading this slightly less painful than removing your own eyeballs and wiping them off with sandpaper and vinegar.
There are two major problems...
July 21, 2011 at 1:41 pm
Rechana Rajan (7/21/2011)
What you said is absolutely right and 100% i agree with you.
But can you please help me in understanding on what areas can they ask question...
July 21, 2011 at 7:25 am
This sounds like a fairly easy thing to do using a case operator. If you want some tested and working code you need to post some ddl, sample data and...
July 20, 2011 at 3:01 pm
Rechana Rajan (7/20/2011)
Right now working as SQL DBA .Have an interview next week and they want one who is having good knowledge in IIS, Windows server 2000,2003 and 2008.
Can anyone...
July 20, 2011 at 2:27 pm
Thomas Abraham (7/20/2011)
Tell your teacher to stop showing you problems with poorly designed databases.
I think that this is major cause of poorly designed tables in the real world. The teachers...
July 20, 2011 at 8:10 am
+1 for somebody with more knowledge than me jumping in. Thanks Gus.
July 19, 2011 at 2:35 pm
The only other things I can think would be "exists" "not exists" or "in". I have no clue what would do the things you say it did. Could it have...
July 19, 2011 at 1:05 pm
Maybe if you shed some light on the context we might be able to come up something.
July 19, 2011 at 12:55 pm
homework?
interview?
You are correct that this is vague.
July 19, 2011 at 12:06 pm
Sounds like you have done pretty much what you can. You have to store the hash somewhere and there really isn't much wrong with putting it in a password column....
July 19, 2011 at 11:56 am
I agree with Gus that the table itself is neither prone to or not prone to sql injection. It is all about how you access your data. You say your...
July 19, 2011 at 11:45 am
Viewing 15 posts - 14,401 through 14,415 (of 15,381 total)