Viewing 15 posts - 1,126 through 1,140 (of 2,463 total)
First disable the Foreign keys http://sqlserverpedia.com/blog/transact-sql-t-sql/how-can-i-disable-all-the-foreign-key-constraints-defined-for-a-database/ and do the rest of work
January 3, 2011 at 5:07 am
it might be because of schema/definition discrepancy.i ran you script on my system it doesn't show any issue/error related to sql 2008
December 30, 2010 at 2:10 am
this link can help you to apply any sql script on multiple DBs one time
December 20, 2010 at 6:13 am
Bill "Bojangles" Robinson (12/17/2010)
December 20, 2010 at 6:09 am
duplicate post reply here http://www.sqlservercentral.com/Forums/Topic1036335-391-1.aspx?Update=1
December 16, 2010 at 11:20 pm
gupta.sreekanth (12/16/2010)
can any one tell how to transfer data from a table in one database to another table in another database.....if any one knows....please write sample query for...
December 16, 2010 at 11:19 pm
Are you observing any memory pressure ?
because Clearing the plan cache causes a recompilation of all subsequent execution plans and can cause a sudden, temporary decrease in query performance.
December 14, 2010 at 10:42 pm
dilipd006 (12/13/2010)
thanks for the reply..the connection string is same
It means that application is able to connect with sql server but it throws error inside it so i think debugging application...
December 14, 2010 at 12:18 am
On safer side i would say create some relevant indexes otherwise you can De-normalize some tables and then put some indexes.
December 14, 2010 at 12:11 am
Viewing 15 posts - 1,126 through 1,140 (of 2,463 total)