Viewing 15 posts - 16 through 30 (of 35 total)
Adding to my confusion (see previous post), I selected clan.parents table then right clicked and chose Relationships. I don't understand what the window in the ss tells me. I never...
February 21, 2025 at 11:17 pm
Thank you!
I failed to discover that piece of information despite searching with differently worded arguments.
One would think that would be the default view for tables in diagram view . ....
February 21, 2025 at 5:26 pm
My dad was a Mergenthaler Lin-O-Type operator. He set type for decades. I learned about etaoin shrdlu from him probably more than 70 years ago.
He had a favorite trick when...
February 21, 2025 at 3:34 am
Before reading further, please understand that I am a rank noob . . . and I do mean RANK. I’ve done a couple of online tutorials and starting practicing, but...
February 21, 2025 at 12:18 am
Thank you, Gentlemen.
That's good information. I smacked my forehead over the images suggestions. I had planned on having links and pathnames in tables and just sort of assumed I need...
February 20, 2025 at 7:19 pm
Realizing that I have no clue, I wondered if there are any best practices for choosing data types for such commonly used variables as firstNames, middleNames, lastNames, suffixes, cityNames, countyNames,...
February 19, 2025 at 12:44 am
Thanks, Jeff.
I learned a good deal from your post. I did not know about the square brackets syntax requirement. I also learned more about using schema.
Thanks, again.
February 18, 2025 at 9:52 pm
After dropping PK as an attribute, I was able to delete the column. I did so and added a column with that name, set the type to smallint, and gave...
February 18, 2025 at 8:43 pm
dbo.clan.spouses is a 3 part name where dbo is the database, clan is the schema and spouses is the table.
Looking at your screen shot you probably want dbo.[clan.spouses], where...
February 18, 2025 at 8:39 pm
. . . and yet another question
What, if any, significance do the square brackets around elements in the example have in this ss? Are they literal or placeholder markers?
February 17, 2025 at 11:56 pm
Continuing this thread . . .
It's my understanding that the sp_refreshqlmodule command will update metadata, metadata that must be updated for SSMS to display all the column names in a...
February 17, 2025 at 11:37 pm
Thank you, Jeff.
If I weren't so ignorant about SQL generally - and SSMS particularly - the searching I did might well have told me something useful. In fact the results...
February 17, 2025 at 3:52 am
Thanks, Ken.
I haven't tried that yet but think I understand it.
Big thanks to you and Jeffrey . . .
I've been able to alter table structures (adding columns), alter data types...
February 17, 2025 at 12:19 am
You need to put SQL in a Query Window. This can be opened on the top left of SSMS.
dbo is the default schema. You can create your own schemas...
February 16, 2025 at 9:02 pm
Thank you, Ken!
I had a feeling I had the wrong interface.
February 16, 2025 at 6:24 pm
Viewing 15 posts - 16 through 30 (of 35 total)