Skip to content

Store result in Execute Sql task

I have written a stored procedure which will return the columns BEID, Date_of_txn, Txn_Amount as a result after the execution. I am getting the result manually when I run the stored procedure in SQL …

MySQL alter two column for same foreign key

I have a table called user and the primary key is user_id. I have another table called follows. This table is for storing which user follow which user(it is something like twitter follow function). …