Viewing 6 posts - 16 through 21 (of 21 total)
If you copy the script from the web page into a SQL query it contains non-printing characters that Transact-SQL does not like. If you copy the script into notepad...
August 3, 2009 at 7:25 am
Add a lightning-fast way to encrypt and decrypt data. Even following Microsoft's suggestions to combine symmetric and asymmetric functions, performance isn't there. And what about indexing on encrypted...
January 23, 2009 at 7:38 am
Here's a late New Year's Resolution that doesn't sound at first like it's career improvement, but it truly is...
My resolution is to remember to give back and thank those who...
January 5, 2009 at 7:12 am
The truncate solution seems best, but if you really get stuck having to delete millions of rows, one technique that has worked for me is setting a rowcount of something...
July 16, 2008 at 7:12 am
You might want to add the page_count when you check for fragmentation so you don't spend time rebuilding indexes on small tables that don't fill more than one page.
--These indexes...
February 27, 2008 at 7:50 am
I've inherited a system in which all the foreign keys are disabled and triggers are being used to enforce referential integrity. The nice part about this setup is that...
November 19, 2007 at 7:26 am
Viewing 6 posts - 16 through 21 (of 21 total)