Viewing 15 posts - 1 through 15 (of 21 total)
G'day. Why you did not even consider an option to move from SQL Azure to WinServer/SQL VM in cloud as part of Microsoft Azure IaaS recent offer (announced in beginning...
July 10, 2012 at 11:10 pm
Please note that matrix is symmetrical - therefore it could be calculated at least twice quicker. 😛
May 14, 2012 at 12:48 am
Thank you for article.
IMHO if I need to import data to Excel from SQL I would use either
SSIS package
or DYI Stored Procedure ...
June 23, 2011 at 7:38 pm
Todd, thank you for article.
Did you try UDF that return a table?
Cheers
June 20, 2011 at 10:41 pm
Ironically a new version of SQL Server would have an Oracle-style SEQUENCE identity capability, so hopefully there will not be need to "re-invent the wheel"
February 26, 2011 at 7:32 pm
I agree, why Dynamic SQL AND Output?
What about SCOPE_IDENTITY function?
Cheers
February 24, 2011 at 4:42 am
We have a CTE - I wish that we would have a calculated field expressions (defined once, used multiple times).
Regards from DownUnder
September 22, 2010 at 3:26 am
I would like to add my $0.02 - XML data type parameter looks even better considering the fact that it could be STRONGLY TYPED (bound to a particular XML schema)....
August 10, 2010 at 7:53 am
Just a small suggestion - please consider EXTENDED properties for DB objects (including Stored Procedures), by using them in a key-value fashion you could avoid a lot of text processing....
May 6, 2010 at 1:05 am
Well done!
I would recommend to use built-in information views instead of system table sys.sysobjects
Cheers
April 15, 2010 at 6:38 pm
Thanks for article, Yakov.
Would not usually bother with sample data in a sandbox environment - usually would copy entire tables and create views with 1000 rows,
this would prevent NASTY...
March 17, 2010 at 4:19 am
GSquared (3/15/2010)
Steve Jones - Editor (3/15/2010)
March 15, 2010 at 6:53 pm
In a real world, Carolyne you always challenged with a task to clean somebody else mess, and I was VERY VERY lucky
when I got couple of weeks to understand what...
March 15, 2010 at 5:21 am
You could use DDL Trigger - every time when SP/UDF had been modified, it will retrieves list of input/output parameters, build an XML document and store it with designated ...
March 14, 2010 at 5:17 pm
Viewing 15 posts - 1 through 15 (of 21 total)