Viewing 2 posts - 16 through 18 (of 18 total)
I am buiding a lightswitch application and it would be easiest i think to have it done right in the table if possible - is it even possible?
March 9, 2015 at 9:01 am
#1782568
I appreciate the quick response. Apologies, I am new to the forum .. I will try to clarify.
CREATE TABLE #mytable(
[Campus] [nvarchar](50) NOT NULL,
[Building] [nvarchar](50) NOT NULL,
[Week] [date] NOT NULL,
[Total...
March 9, 2015 at 8:19 am
#1782548