Activity overview
Latest activity by rgfriend
how to unselect some options in SQL doc
For generate SQL doc, my purpose is to create a data dictionary, I only need to show the table name, column name and MS_description.How can I elminate the column data type, max length, nullablility...
Thank you all, your answers are very helpful, I will look into them. / comments
Thank you all, your answers are very helpful, I will look into them.
MS_Description
After I generate the SQL doc, since most of our ms_description is empty, I would like a business writer who knows more about the metadata and knows how to define the tables and columns in a busines...
Thank you. Can I generate the doc with table and columns description field empty in a word document, and asked someone like business analyst to work on wording of the description of the table or column, then somehow load into the database, and regenerate the SQL doc? Thanks, / comments
Thank you.Can I generate the doc with table and columns description field empty in a word document, and asked someone like business analyst to work on wording of the description of the table or col...
Database dictionary
I have a SQL server database, I would like to create a data dictionary, that basically explains what the table and its columns definition. What production should I use to help the process?Thanks
Thanks, it was first not shown up in the programs panel right after I install, but now it shows up. Thanks, The reason is we only have a couple of licenses, but we have more developers, it limits our usage, and we currently use subversion and tortoise, which suit our needs. / comments
Thanks, it was first not shown up in the programs panel right after I install, but now it shows up. Thanks,The reason is we only have a couple of licenses, but we have more developers, it limits ou...
uninstall
I accidently installed SQL source control which I don't need it.How can I uninstall it? THanks
I found it.
It is actually hidden on the right corner tab, when I click a down error, it shows up. / comments
I found it.
It is actually hidden on the right corner tab, when I click a down error, it shows up.
SQL search icon not showing up in SSMS v17.4
I tried to install SQL search 3 on SSMS v 17.4. It says intallation completed.
But I cannot see the icon shows up on the top of the screen, it is not available.
I installed SQL prompt, it shows up....
Does SQL search work on schema besides dbo schema?
I have SQL search 2.4 installed. I tried to search an object in a database that has only schema other than dbo, but I cannot find anything even that object exists in the schema.
Does SQL search onl...