Viewing 7 posts - 1 through 7 (of 7 total)
Jon.Morisi (2/26/2016)
Did you see this?http://www.sqlservercentral.com/articles/Extended+Property/137761/[/url]
I did not. Thanks! I like the idea here.
February 26, 2016 at 1:47 pm
I got it!
DECLARE @search AS VARCHAR(50) = ''
DECLARE @sqlCommand VARCHAR(2000)
SET @sqlCommand ='USE [?]
IF (EXISTS (SELECT 1
...
February 26, 2016 at 10:51 am
Yes! That works, thank you! I still get blank lines returned for the databases that do not match the search but at least it works now. I...
February 26, 2016 at 9:00 am
How many nodes are in your cluster? It sounds like you have only one active node. Have you considered creating a new instance on the same cluster that...
June 16, 2009 at 11:30 am
Jay (2/19/2008)
your code captures - error description from error code. Is there any way we can capture - actual error causing column name from error column ID?.
OK, so it's been...
February 11, 2009 at 3:19 pm
Tim,
This is exactly what I was looking for. Thanks a million.
Dak
February 11, 2009 at 9:14 am
Viewing 7 posts - 1 through 7 (of 7 total)