Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?

Answer Posted / Eshoo Jain

You can recompile the affected stored procedures after dropping and recreating the table. In SQL Server, you can use the RECOMPILE option for SP_REcompile or ALTER PROCEDURE statement.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is self contained sub query?

1138


What is standby servers? Explain types of standby servers.

1072


How to convert character strings into numeric values?

1186


Explain system functions or built-in functions? What are different types of system functions?

1060


What is a scheduled job or what is a scheduled task?

1033


How can you append an identity column to a temporary table?

1065


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1021


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8225


How efficient you are in oracle and SQL server?

1251


Can you index views?

952


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2557


How can I check that whether automatic statistic update is enabled or not?

1108


How to enter binary string literals in ms sql server?

1235


What are the source of constraints?

1006


What is in place upgrade in sql server?

1123