Tag Archives: sql server

sql server 2012 free ebook download

sql server 2012 free ebook download SQL Server 2012 free ebook download details are as below. Friends, the final and complete version of Introducing Microsoft SQL Server 2012, by Ross Mistry (@RossMistry) and Stacia Misner (@StaciaMisner), is now ready as … Continue reading

Posted in Miscellaneous | Tagged , , , , , , | Leave a comment

Export to Excel from SQL Server using T-SQL script

Export to Excel from SQL Server using T-SQL script This post helps in understanding Export to Excel from SQL Server using T-SQL Script. Typically to export data from sql server to excel we can user varius options : Import / … Continue reading

Posted in SQL Development, SQL Scripts | Tagged , , , , | Leave a comment

How to Truncate only the Selected Tables from Database

How to Truncate only the Selected Tables from Database How to Truncate only the Selected Tables from Database? This stored procedure helps you out in truncating the selected tables. These tables has to be passed as a string parameter to … Continue reading

Posted in SQL Scripts | Tagged , , , , | Leave a comment