Top "Synonym" questions

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

Is there a T-SQL command that checks whether the object to which a synonym refers exists and is valid?

I'm trying to test if all synonyms on a database refer to valid objects, using the SQL batch script below, …

sql sql-server tsql synonym
SQL Server - Synonyms Tips & Tricks?

I've been doing a lot of DB refactoring lately and synonyms have come in incredibly useful. When I originally put …

sql-server performance database-design synonym
When do you need to apply permissions to a synonym

I see from BOL that you can apply permissions to a T-SQL synonym, but in playing around with synonyms I'm …

sql-server permissions synonym
Trying to find synonyms using wordnet java api

I am trying to find synonyms of some words(String type) in java using Wordnet java api. I have difficulties …

java wordnet synonym
Entity Framework and SQL Server Synonyms

Hasty research tells me that even EF4 still doesn't support SQL Server synonyms. What are my options for setting up …

sql-server entity-framework synonym
Synonym or view over dblink

We are writing some interfacing routines in PL/SQL to transfer data between several oracle database by using another oracle …

oracle view synonym dblink
Is there any lib for python that will get me the synonyms of a word?

Is there any api/lib for python that will get me the synonyms of a word? For example if i …

python nlp synonym
SQL Server Table Synonyms with Indexes

I have multiple databases on a single instance of SQL Server 2005. I've created a synonym on one database to access …

sql sql-server database indexing synonym
How to truncate any table using its synonym in oracle?

How to truncate any table using its synonym in oracle? -- in Server_A Create Table table_a ( col int); …

sql oracle truncate synonym
How to get column metadata from a table synonym

How can I determine column metadata from a table synonym in a SQL Server 2005 database? I have a synonym called …

sql sql-server synonym