Viewing 3 posts - 1 through 4 (of 4 total)
AAAAAAA It works, Thanks a lotttt!
February 18, 2015 at 11:56 am
#1778441
I have edited my last post to put the updated script. My desire is to have result like D the which is the last table on my first post. Thanks...
February 18, 2015 at 7:53 am
#1778355
Here is my script to create the 3 tables, thanks a lot!!!!
USE [Sample]
GO
/****** Object: Table [dbo].[TableA] Script Date: 2/18/2015 6:49:35 AM ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
SET...
February 18, 2015 at 7:27 am
#1778341