Today I wanted to pull this info to work on a replication strategy and the below code shows how to do that in a matter of seconds — Find all…
Many people have this question in mind on how they can upgrade exisiting SQL 2005 Express to SP4,which setup should they use. Answer is – Microsoft SQL Server 2005 Express…
Today I came across an interesting question on how to rename a table in SQL Server.Thats a pretty easy one and we can use sp_rename to accomplish this. sp_rename ‘OLD_TABLE_NAME’ …