Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sql Server 2012

Give Permissions To A Stored Procedure

I have a stored procedure that does a merge into a table. Let's call it someSchema.UpsertSomeSt… Read more Give Permissions To A Stored Procedure

Alternative For Cartesian And Cross Join

I want to output all the possible combination in two tables without using cartesian join or cross j… Read more Alternative For Cartesian And Cross Join

How To Accurately Figure Percentage Of A Finite Total

I’m in the process of creating a report that will tell end users what percentage of a gridview (the… Read more How To Accurately Figure Percentage Of A Finite Total

Text Message Via Sql Server

We have some to critical jobs in our production system. We receiving email about of job status succ… Read more Text Message Via Sql Server