This user account () has been banned from the forums
Viewing 15 posts - 106 through 120 (of 161 total)
Mr Brian Gale,
You were spot on. Thanks so much mate
July 21, 2021 at 9:28 pm
Mr Brian Gale,
Thanks so much for this, as this has been driving me crazy trying to understand why I'm getting the error.
OK, I going to test it with INT IDENTITY...
July 21, 2021 at 9:23 pm
Hi Mike01
Thanks for getting back to me:
Here you go.
CREATE TABLE [CP-PretBIHydr8Config].Config.Entities (
EntityID INT NULL
,EntityName VARCHAR(250) NULL
,EntityType VARCHAR(50) NULL
,Classification INT NULL
,Area VARCHAR(150) NULL
,Domain VARCHAR(150) NULL
,Version INT NULL
,BusinessDomain VARCHAR(50) NULL
,Active BIT NULL
)
I...
July 21, 2021 at 8:47 pm
Hi Phil,
Thanks for support with this. Hopefully, someone will help in your absence.
ColumnType is manually entered
May 28, 2021 at 7:11 pm
Hi Phil,
The following sample code my help...
CREATE TABLE #tmpTable (
EntityColumnID int,
EntityID int,
EntityColumnOrder int,
...
May 28, 2021 at 1:57 pm
With regard to the EntityID, I will create manually...
May 28, 2021 at 1:49 pm
Phil,
Yes, that is exactly what I want.... I couldn't have explained it better myself..
Can you please, please help me with that?
May 28, 2021 at 1:48 pm
Hi Phil
Does this make sense?
May 28, 2021 at 1:31 pm
Hi Phil,
Thanks for reaching out.
I know my question is a little confusing.
Basically, I would want the columns inserted as follows:
May 28, 2021 at 12:38 pm
Don't worry.
I realised the problem was that I didn't have a schema called called Config in the first place - doh!
April 14, 2021 at 7:12 pm
Hi Phil,
I just tried changing the schema with the username that was used to actually create the database but I'm still getting the error
Cannot alter the schema 'Config', because it...
April 14, 2021 at 6:52 pm
Sorry, I'm being an idiot.
I'm getting the following error
Msg 15151, Level 16, State 1, Line 1
Cannot alter the schema 'Config', because it does not exist or you do not have...
April 14, 2021 at 5:07 pm
Hi Phil,
Thanks for getting in touch,
I pasted the code into SSMS but the schema remains the same
April 14, 2021 at 5:04 pm
Viewing 15 posts - 106 through 120 (of 161 total)