Create synonyms for all the objects in a database.
Hi, I was looking for a script to create synonyms for all the objects( User defined Views, functions, stored procedures, Tables) in a database. A script which would run a cursor through the sysobjects...
View ArticleScheduling jobs in SQL Server 2005 Express Edition Alternatives?
Hi, I have created a synonym to query an overseas database, which results in time out issues when joined with a table that I have in my local database. I've made sure I have as little information as...
View Articlesimplifying with synonyms
I posted a recent question about making large scale changes to SSRS rdl files. The discussion has evolved from cure to prevention, and the possible use of synonyms. The scenario is that we have...
View ArticleStrategy for refreshing a reporting table
I want to develop a process for refreshing some reporting tables. For the minute it’s enough to assume that we have a fact table that gets refreshed every night. It takes about 30 seconds, during...
View ArticleSynonym Procedures: How to find parameters?
With a stored procedure, I can query sys.parameters to find parameter details about procedures. However, if I create a synonym for a SP in another system, how can I detect what parameters are...
View ArticleCreate synonyms for all the objects in a database.
Hi, I was looking for a script to create synonyms for all the objects( User defined Views, functions, stored procedures, Tables) in a database. A script which would run a cursor through the sysobjects...
View ArticleScheduling jobs in SQL Server 2005 Express Edition Alternatives?
Hi, I have created a synonym to query an overseas database, which results in time out issues when joined with a table that I have in my local database. I've made sure I have as little information as...
View Articlesimplifying with synonyms
I posted a recent question about making large scale changes to SSRS rdl files. The discussion has evolved from cure to prevention, and the possible use of synonyms. The scenario is that we have...
View ArticleStrategy for refreshing a reporting table
I want to develop a process for refreshing some reporting tables. For the minute it’s enough to assume that we have a fact table that gets refreshed every night. It takes about 30 seconds, during...
View ArticleSynonym Procedures: How to find parameters?
With a stored procedure, I can query sys.parameters to find parameter details about procedures. However, if I create a synonym for a SP in another system, how can I detect what parameters are...
View ArticleDMV to search through synonym DDL
Is there a DMV or something similar that will allow me to search for a particular string in the DDL of a synonym? For example if I created a synonym as follows: CREATE SYNONYM [my_schema].[my_synonym]...
View ArticleSynonyms for a table in different database?
Hi,I know that we can create synonyms between schemas.Can we create synonyms acorss databases? I am using Oracle 10g.Thanks in advance.Regards BI DWH BALA
View ArticleCross-database Ownership Chaining
Recently I have a requirement wherein I have to separate (segment) out the one single monolithic large db to physically segmented dbs. The idea is to reduce the maintain ability and remove the...
View ArticleWhat happens to a synonym when a table gets deleted?
Hi All, we are working on a project to implement a large ERP system. We found out that one of the tables has a synonym to another database. Both databases are in the same instance. Our project leader...
View Article