Viewing 15 posts - 31 through 45 (of 58 total)
halifaxdal (9/5/2014)
September 11, 2014 at 6:18 pm
OLD School (compliments of Stack Overflow forum) for less fortunate users who do not allow to have a CLR-enabled SQL Server:
http://stackoverflow.com/questions/15523789/sql-email-verification-function-using-regex
Solution is based on legacy COM VBScript...
September 4, 2014 at 11:12 pm
Deprecated SET FMTONLY statement did the trick
August 27, 2014 at 8:44 am
@tom - You answered your question: "if triggers are properly written".
I had to deal with nested loops instead of set-oriented implementation in triggers 🙂
August 3, 2014 at 6:39 am
Agree for 100% in terms of stored procedure - that is ultimately "last line of defense" 🙂
You would not scare me with Access linked tables to SQL Server -apparently this...
August 1, 2014 at 9:12 pm
If I am not mistaken, it works only when View built on top of a SINGLE table and includes table's PK column(s)?
August 1, 2014 at 3:55 am
Greg, thank you for article.
Could you please refrain from providing SELECT * FROM table example - it's a proverbial ticking "time bomb".
Changes in table schema like creating new or...
July 23, 2014 at 4:54 pm
Despite all of my protests I have to implement EAV in my current project because some genius :alien: "discovered" this anti-pattern. I do not need to do any aggregation and...
July 17, 2014 at 9:56 pm
Thanks Luis, I hate to bring another dimension to performance test but I am using TABLE variable, not temporary table. 😉
July 17, 2014 at 6:54 pm
Thanks Jeff - I did CROSSTAB implementation before SQL 2005.
For my current project I stick with PIVOT (I have less than 10K rows). 😉
July 17, 2014 at 6:26 pm
Luis, if we talking about performance difference did you try to benchmark your approach vs PIVOT?
IFAIK PIVOT became part of built-in SQL Server functionality since SQL Server 2005. 😉
July 17, 2014 at 5:46 pm
I hope that everybody knows what RBAR stands for.
Our off-shore team managed to invent CBAC: column behind agonizing column; Well not quite - for a record with n columns...
July 13, 2014 at 10:47 pm
There were couple of books about SQL Database refactoring.
Anybody interested in anti-patterns, i.e. what to avoid by all means 🙂
July 13, 2014 at 10:41 pm
FYI QUOTENAME function Return Types nvarchar(258), so be aware
July 13, 2014 at 5:17 am
Microsoft stopped support of SQL Server 2008R2 this month.
So the only survived versions are SQL 2012 and SQL 2014 😎
July 11, 2014 at 8:00 am
Viewing 15 posts - 31 through 45 (of 58 total)