SQL SERVER – Upgrade Advise – From 2000 to 2005 or 2008
SQL SERVER – 2008 – November CPT5 New Improvement
SQL SERVER – Shrinking Truncate Log File – Log Full – Part 2
About a year ago, I wrote SQL SERVER – Shrinking Truncate Log File – Log Full. I was just going through some of the earlier posts and comments.
SQL SERVER – Generate Incremented Linear Number Sequence
Just a day ago, I received interesting question on this blog. Read original question here. This is very good question and after reading this question I quickly wrote small script as answer. Let us see the question and answer together.
Q. How can we generate incremented linear number in sql server as in oracle we generate in via sequence?
SQL SERVER – Sharpen Your Skills: Joins, Groupings, and Data Types
SQLAuthority News – SQL Server 2008 Community Technology Preview (CTP) Download Now Available
SQLAuthority News – Job Opportunity in Ahmedabad, India to Work with Technology Leaders Worldwide – SQL Server, ColdFusion, ASP.NET
SQL SERVER – 2005 – Best Practices for SQL Server Health Check
Here are few of the best practices one should follow for SQL Server Health Check.
SQL SERVER – Generate Script with Data from Database – Database Publishing Wizard
I really enjoyed writing about SQL SERVER – 2005 – Create Script to Copy Database Schema and All The Objects – Stored Procedure, Functions, Triggers, Tables, Views, Constraints and All Other Database Objects. Since then the I have received question that how to copy data as well along with schema. The answer to this is Database Publishing Wizard. This wizard is very flexible and works with modes like schema only, data only or both. It generates a single SQL script file which can be used to recreate the contents of a database by manually executing the script on a target server.