Viewing 15 posts - 91 through 105 (of 398 total)
GilaMonster:
EXACT STATEMENTuse mc_poc
go
ALTER TABLE [dbo].[stg_Lineofbusiness_applicationset]
ADD FOREIGN KEY ([mc_lineofbusinessid]) REFERENCES [dbo].[stg_LineofBusiness]([mc_lineofbusinessid])
ERRORMsg 547, Level 16, State 0, Line 3
The...
May 23, 2017 at 2:27 pm
on sql server 2016 I have a bridge table with 3 columns:
applicationID
lineofbusinessID
bridge table exists between tables:
tblApplication (primarykey: applicationID)
tblLineOfBusiness (primary key: lineofbusinessID)
I want two FKs in bridge table referencing Applications and...
May 23, 2017 at 12:50 pm
thanks for getting me localhost operational Sue and Michael.
April 24, 2017 at 1:19 pm
You probably want to check Services and make sure it's running. Do you know what...
April 24, 2017 at 1:04 pm
Jason and Steve, you've both understood and helped me.... for no reason but goodness. thank goodness! Many thanks
March 27, 2017 at 1:22 pm
The underlying table (in real life!) will sometimes show the duplicate fieldnames for a single
So my sample data shows Area duplicated within Compliance Details and in final results...
March 24, 2017 at 4:02 pm
I made mistake and corrected:
CommonAttributes column for shared attributes, and they are 3 and 1.
4 and 1 are the grand total of attributes for ReportB reports
March 24, 2017 at 2:41 pm
I have follow up question, but I will post as new topic.
March 22, 2017 at 11:09 pm
Great many thanks to both of you.
March 21, 2017 at 12:17 pm
thanks twin.devil it is also interesting what you show. I plan to use it.
ScottPletcher you made the solution but really curious: Since ReportName is text, how do I read
March 21, 2017 at 10:29 am
Does this problem appear solveable with sql query?
March 21, 2017 at 1:28 am
Yes, here it is.
ReportTable
create table ReportTable (
ReportName varchar (20),
AttributeName varchar(30)
);
insert into ReportTable
Values
('Compliance Details', 'Vendor Name'),
('Compliance Details', 'Area'),
('Compliance Details',...
March 20, 2017 at 1:09 pm
You saved my day.
January 4, 2017 at 9:57 am
Installation of Microsoft Access Database Engine 2010 Redistributable completed. Went back to trying to import excel file:
IMPORT WORKED!
Now, I found the below the best configuration for importing
1. select...
January 4, 2017 at 9:00 am
No. I used Microsoft Access 2013 Runtime
I'll try the Microsoft Access Database Engine 2010 Redistributable you shared.
January 4, 2017 at 8:37 am
Viewing 15 posts - 91 through 105 (of 398 total)