Tejas's Blog
Sign in
|
Join
|
Help
Home
Contact
RSS for Posts
Atom
RSS for Comments
Email Notifications
Search
Go
Tags
Comma Separated List
sp
SQL SERVER 2005
SQL Tips
Tejas Shah
T-SQL
XML
Community
Home
Blogs
Media
Forums
Wikis
Groups
Archives
March 2010 (1)
May 2009 (1)
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:
sp
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...
Filed under:
XML
,
SQL Tips
,
SQL SERVER 2005
,
T-SQL
,
Comma Separated List
,
Tejas Shah