Viewing 6 posts - 1 through 6 (of 6 total)
This link also shares some useful information about generating comma/delimiter separated string.
October 26, 2012 at 3:40 am
This link has got a good compilation of the possible ways to do it.
October 2, 2012 at 1:04 am
Adding any User objects to the Master DB is a very BAD idea. There are many ways you could achieve the backups -
1. Schedule the Backups using SQL Jobs.
2....
March 30, 2012 at 1:58 am
Hi, you can even go for using SMO to get your task done in a more easy way. Please refer this msdn link.
March 29, 2012 at 11:18 pm
Great handy article !!
However, we can also achieve the same through -
SELECT CONVERT(DATETIME,DATEDIFF(dd,0,GETDATE()))
This way we can save the time taken to perform DATEADD operation though it would be quite...
April 6, 2010 at 10:23 pm
Viewing 6 posts - 1 through 6 (of 6 total)