Viewing 15 posts - 91 through 105 (of 183 total)
Thanks that will work for the inline
January 6, 2010 at 10:29 am
I have this idea which works row by row, but I need it to be inline sql
DECLARE @drugName VARCHAR(20), @amp_position INT
SELECT @drugName = '100MGWaldorf'
SET @amp_position = CHARINDEX( 'MG', @drugName)
SELECT...
January 6, 2010 at 10:15 am
Found an interesting issue, if you only have 2 values like
ased-werd
it fails with
Msg 536, Level 16, State 5, Line 1
Invalid length parameter passed to the SUBSTRING function.
December 16, 2009 at 9:57 am
Duh, thanks for pointing out the obvious, can't see the trees through the forest
December 14, 2009 at 2:50 pm
Sorry, what I am looking for is that if I have 2 instances of SQl Server on a Standard edition SQL 2005 Active/Passive Cluster, that I expect both instances to...
December 7, 2009 at 7:56 am
No, two times when this happened this process got stuck and I could not kill it, had to reboot
November 11, 2009 at 9:37 am
Never paid much attention to it, but the log shows is shutting down and starting up several times a day, is that related to when it sends out messages?
November 11, 2009 at 7:36 am
5 records with these names
InternalMailQueue
ExternalMailQueue
QueryNotificationErrorsQueue
EventNotificationErrorsQueue
ServiceBrokerQueue
November 10, 2009 at 3:06 pm
We have nothing running, but it seems there are related messages to dbmail in this, it seems all internal to sql server
November 10, 2009 at 2:01 pm
Msg 102, Level 15, State 1, Line 4
Incorrect syntax near '?'.
Msg 102, Level 15, State 1, Line 5
Incorrect syntax near '?'.
Msg 102, Level 15, State 1, Line 9
Incorrect syntax near...
November 3, 2009 at 3:04 pm
Viewing 15 posts - 91 through 105 (of 183 total)