2
Comments

SQL SERVER: Execute Stored Procedure when SQL SERVER is started by Tejas Shah

We have a requirements to execute Stored Procedure when SQL SERVER is started/restarted and we need to start some processes. I found that SQL SERVER provides a way to call Stored Procedure when SQL services are restarted. SQL SERVER provides this SP:...
Filed under:
2
Comments

SQL SERVER: Read values from Comma Separated variable by Tejas Shah

As we have seen, How to generate Comma separated List in SQL . Today we know, how to get values from Comma separated column. Many times developers asked, How can I read comma separated values from variable? There are many ways to get solution for this...