Viewing 15 posts - 1 through 15 (of 16 total)
SELECT
RANK() OVER(PARTITION BY [Name] ORDER BY [DateTime]) As [EntryOrder]
,[Name]
,[DateTime]
,[EntryPoint]
FROM
(
SELECT 'Billy' As [Name], '2/8/2002 6:00' As [DateTime], 'Back Door' As [EntryPoint]
UNION ALL
SELECT 'Bob' As [Name], '2/8/2002 6:00' As [DateTime], 'Back Door'...
December 5, 2013 at 9:14 am
Sounds great! Given that I find positive results working with BIDSHelper, I will likely be having some conversations around getting licenses for Mist in the near to mid-term for...
August 1, 2013 at 11:15 am
Agreed! I'm very excited to start using BIML. One of the complaints I've always had about BI (SSRS/SSIS, etc...) is that beyond the SQL code, it's seemed like...
July 31, 2013 at 6:29 pm
Totally agree with Jeff. Work provided desktop and laptop with VPN/RDP access is the only way I roll (although I will say I have been doing more on my...
July 15, 2013 at 8:54 am
SQL Kiwi (2/2/2012)
George H. (2/2/2012)
Thanks for explaining it further!
No worries. While we're chatting, you might find this interesting too:
DECLARE @Example AS TABLE (col1 integer PRIMARY KEY);
-- Seek
SELECT * FROM...
February 2, 2012 at 9:37 am
I finally got around to reading this one! WooHoo! I've been following this normal form series, but I had forgotten about it until the other day and came back...
October 13, 2011 at 10:03 am
Personally, I think there should be a certain level of stratification and career pathing within any department. This has become a much more common practice at my company recently,...
August 5, 2011 at 9:43 am
Tom.Thomson (7/15/2011)
July 16, 2011 at 2:00 am
Tom,
Firstly, great article. I actually stumbled onto it after reading your 2NF article via the link back here, and wanted to start from the beginning. Glad I did...
July 15, 2011 at 12:37 pm
Yin - Great example...
This is essentially the first step down the primrose path to n00b-Tube City (what I was eluding to in my last post).
We are seeing this happen at...
May 31, 2011 at 8:16 am
Barring a catastrophe of global proportions, I think it is theoretically possible to achive a 100% (or at least 99.99%) Always On environment, given that the company/service has the necessary...
May 5, 2011 at 8:35 am
While I don't think that all of those things SHOULD become true over the next 10 years, sad to say, most probably will become true... 10 years after that...
April 14, 2011 at 8:42 am
I'm curious to know if anyone else has encountered an issue with toggling the visibility of the groups and sub groups within the new tablix object in VS/BIDS 2008.
In our...
April 13, 2011 at 8:51 am
Viewing 15 posts - 1 through 15 (of 16 total)