Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for all replies so far. The affected database is part of a database mirror and therefore in full recovery mode, also edition is standard, so no online rebuild for...
March 1, 2013 at 1:36 pm
Hi Wendell
Thanks for your input, I'll clarify this, as this access db was not written by us, we just provide the infrastructure and the db server. I'll come back as...
April 2, 2012 at 2:23 am
It's ORed, I just verified from the application. It's solarwinds database, so unfortunately no, I cannot make any changes to the ERD. However I can make a stored proc, this...
August 8, 2011 at 8:24 am
Sure. Let's start with the query in the tblGroup table, called ContainerMemberDefinitions in my production system:
SELECT Expression
FROM [ContainerMemberDefinitions]
where ContainerID = 15
This gives me the following result
---------------------------
Nodes.Caption LIKE '%adsl%'
---------------------------
Nodes.CustomProperties.Comments...
August 8, 2011 at 7:57 am
exactly. I know how to do this in c# or other, but is it possible with tsql?
August 8, 2011 at 7:03 am
Thanks for reply, but this does not work. I was not clear, the where clause for tblNodes is already stored in tblGroups.expression
------------------------------------------
|Expression ...
August 8, 2011 at 6:28 am
Viewing 6 posts - 1 through 6 (of 6 total)