TRUNCATE Table Fastest method for deleting all the rows from a table. We can say Truncate Table is similar to Delete Statement without WHERE clause (for.e.g. DELETE FROM EMP) Uses fewer system and tra… more →
Harsh Shah's Webloggoodoldaddy wrote 2 weeks ago: I have decided to post some useful t-sql scripts for SQL Server databases as a part of my blog. He … more →
shahharsh wrote 2 months ago: TRUNCATE Table Fastest method for deleting all the rows from a table. We can say Truncate Table is s … more →
Jason wrote 2 months ago: A great tip for limiting the maximum memory used by SQL Server 2005 when you are hard pressed for re … more →
yetanotherdayatwork wrote 2 months ago: so in the system is needed a particular key for the security portion (duh). with the key, base64hash … more →
Jason wrote 3 months ago: When installing UDDI services database components onto your SQL2005 instance you may receive this er … more →
shahharsh wrote 6 months ago: Clustered Index Leaf node contains the actual data pages. The data row of the table are sorted and s … more →
techbegin wrote 6 months ago: Steps to truncating log files and shrinking your database: 1. Get the physical names of your databas … more →
horgasz wrote 10 months ago: Okay. Previously we converted datetime type values into unix timestamps. Now here is how to convert … more →
horgasz wrote 1 year ago: Well I was trying to set up freetds to work with PHP5 on my Windwos XP development box with Microsof … more →
ihafidh wrote 1 year ago: So I was trying to run an XMLA script and kept getting errors. Below is the script. You will notice … more →
shahharsh wrote 1 year ago: Here is the small example on how to generate sequential number in SQL Server. DECLARE @cnt IN … more →
shahharsh wrote 1 year ago: SQL Server 2005 Product Samples http://www.codeplex.com/SqlServerSamples/Release/ProjectReleas … more →
shahharsh wrote 1 year ago: You can find quick demos on Microsoft Business Intelligence at the below location. http://www … more →
ihafidh wrote 1 year ago: I wanted to execute a batch file in SQL Server Integration Services, and I wanted to utilize two par … more →
scmay wrote 1 year ago: Getting a list of triggers SELECT * FROM sys.triggers select * from sysobjects where xtype =’T … more →
mattlog wrote 1 year ago: So when I migrated our SQL2000 server to SQL2005 – which was primarily used as our back-end Go … more →
shahharsh wrote 1 year ago: SET SELECT Can assign the value of an expression to the variable Can assign the value of an expressi … more →
rinonu wrote 1 year ago: http://ozgrant.com/2007/07/15/hands-free-tfs-install-part-3-installing-team-foundation-server-unatte … more →
Coolcoder wrote 1 year ago: SQL Server 2005 or 2008 required for this. I don’t pretend to be a fanboy of dynamic SQL but t … more →