What is the difference between a stored procedure and a view?
I am confused about a few points: What is the difference between a stored procedure and a view? When should I use stored … Read more
I am confused about a few points: What is the difference between a stored procedure and a view? When should I use stored … Read more
I have a linkedserver that will change. Some procedures call the linked server like this: [10.10.100.50].dbo.SPROCEDURE_EXAMPLE. We have triggers also doing this kind … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
Error message on MySql: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation ‘=’ I have gone through several other posts and was … Read more
I’m looking at MySQL stored procedures and functions. What is the real difference? They seem to be similar, but a function has more … Read more
I need to check when function was changed last time. I know how to check creation date (it is in function properties window … Read more
Is it somehow possible to create a stored procedure, when using SQLite? 5 Answers 5
I have a stored procedure that alters user data in a certain way. I pass it user_id and it does it’s thing. I … Read more
I am very impressed with the results of Dapper Micro ORM for stackoverflow.com. I am considering it for my new project and but … Read more
I have a stored procedure that I am trying to test. I am trying to test it through SQL Management Studio. In order … Read more