sql server
Invalid object name in Stored Procedure Alter Command
Get the ID of Last Inserted Record in SQL Server
Sometimes you need to know the value of your Primary Key when you insert record in your table. This is true if you have a Master/Detail form and you need to know the Primary key value of the parent table so that you can insert rows in the related table.
Consider the following scenario:
Save, Edit, Delete, Search Into Sql Server 2008 Using VB.NET 2008
Backup and Restore SQL using VB.net 2008/2010
Create Dynamic Tables In SQL SERVER
Connect to SQL Server 2008 through TCP / IP Using VB.NET 2008 Project
Solved: Saving changes is not permitted. The changes you have made...
If you are working with SQL Server Management Studio Tools and encounter the following error when modifying one of your tables:
“Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require the table to be re-created.”
All you have to do is unchecked the “Prevent saving changes that require the table to be re-created” under the tools menu.
Follow the screenshot below to disable it.