Viewing 5 posts - 1 through 5 (of 5 total)
Nice question, thanks.
I guess it's time to review my DDL triggers 🙂
April 11, 2016 at 5:51 am
Very nice in 2012 :). Takes windowed functions one step further.
USE [tempdb]
CREATE TABLE Sales (Id INT PRIMARY KEY IDENTITY(1,1), SaleAgentId INT NOT NULL, ProductId INT NOT NULL, SaleDateTime DATETIME2, Amount...
December 9, 2013 at 7:15 am
I couldn't find a solution for that, and didn't got any answer on multiple forums. I got that at some point looking better when I placed each table / matrix...
October 14, 2011 at 7:13 am
Hi,
You need to provide the type for the elements that you want to store in your list:
private List<int> values;
Cheers.
June 11, 2010 at 6:26 am
ALTER DATABASE ProdReports2008 SET TRUSTWORTHY ON
The above setting of database could be really tricky for some DBAs. As a developer, when I handed this request to our DBA, he just...
December 2, 2009 at 5:45 am
Viewing 5 posts - 1 through 5 (of 5 total)