Viewing 5 posts - 1 through 5 (of 5 total)
That did it! Thanks for the patience and assist. I really appreciate it.
December 21, 2014 at 4:45 pm
Hopefully I have this correct per request.
USE [Test_DB]
GO
/****** Object: Table [dbo].[ProjectTree] Script Date: 12/21/2014 11:02:58 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ProjectTree](
[ChildProject] [int] NOT NULL,
[ProjectID] [int]...
December 21, 2014 at 9:30 am
Query did not work. ProjectTree does not have a column called Name
See attached images for tables and columns.
Also see query I am currently using and result.
Thanks for the assist.
December 20, 2014 at 3:04 pm
Yup - that did the trick! Too easy.
USE EPDM
Update dbo.SearchFavoriteValues Set Value = replace(Value, 'C:\EPDMDocManager', 'C:\EPDM');
Thanks!
February 1, 2014 at 3:08 pm
Thanks very much - truly appreciate the quick response and guidance!
February 1, 2014 at 12:43 pm
Viewing 5 posts - 1 through 5 (of 5 total)