Posts by Eduardo Couto • 31 points
2 posts
-
0
votes0
answers96
viewsQ: Schedule sql server 2014 job
I have a trial that I would like to run every X time. I have scheduled everything in sql agent. My question is this, I need to replicate this process in all bases to be able to use with the command:…
-
3
votes2
answers2509
viewsQ: How to group multiple records into a single row
I have a query where I need the values of other related tables to be grouped in a single column. For this I use a for, however, the lines come duplicated. I would need the result to bring only the…