Viewing 15 posts - 1 through 15 (of 17 total)
The best high-level explanation of Windowed functions I've read so far! Excellent work.
September 2, 2015 at 3:47 am
This is excellent. Think I'll probably get some good use out of this query. Will post again if I notice any issues.
October 3, 2013 at 4:32 am
I just don’t understand....
From
CREATE TABLE [dbo].[ErrLogData](
[LogID] [int] IDENTITY(1,1) NOT NULL,
[LogDate] [datetime] NULL,
[ProcessInfo] [nvarchar](50) NULL,
[LogText] [nvarchar](4000) NULL,
[SQLServerName] [nvarchar](150) NULL,
PRIMARY KEY CLUSTERED
(
[LogID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY =...
September 6, 2013 at 3:33 am
Red Gate SQL search will do this and much more as well as being totally free.
http://www.red-gate.com/products/sql-development/sql-search/
May 21, 2013 at 4:34 am
Cheers tpalmer. Anoter SSMS oddity where technically SSMS is correct but still not working as expected.
September 18, 2012 at 4:21 am
Hi Perry,
I know i'm jumping in here a little bit but if the offer still stands would I be able to get a look at that guide?
Just started...
June 30, 2011 at 1:44 am
@jack-2 Nice response, Very helpful.
March 24, 2011 at 10:26 am
Hi Andy,
Great post, it really helped me out of a bind!
Keep up the good work, as its really hard to find good SSIS tutorial examples.
Cheers
Chris
January 13, 2011 at 4:46 am
Hi,
I used Visio for around three days with those three days being possibly the most stressful of my life, and the kicker with Visio is once you've persevered and...
October 27, 2010 at 4:12 am
HI Lutz,
Ok change of plan, i've redesigned my import procedure to inculde a import staging table for any problem Donation Amount files etc based on your advice, and to...
October 27, 2010 at 4:04 am
Hi Lutz
Cheers for the advice.
In the end I've decided that when I import the XML DonationDetail file I import all IDs from the file to XMLDonationDetailID regardless and the...
October 26, 2010 at 7:39 am
Hi John,
Many thanks for the response.
So far (i'm fairly new to SSIS) I have three sequence containers, 1 parent and 2 children. The parent container has a data...
October 13, 2010 at 8:15 am
Hopefully its not a problem me linking to another website but I found
http://stackoverflow.com/questions/307027
very useful in my final solution.
Institutional knowledge and all that.....
August 10, 2010 at 4:55 am
Thats excellent advice, many thanks.
Now I know that I can include the same attribute in multiple subtypes of the same supertype my conceptual ERD is going to look a...
July 16, 2010 at 10:56 am
Paul many thanks for the advice.
How ever what would happen further down the line when it comes to implementing the design and if I decide not to roll up...
July 16, 2010 at 10:33 am
Viewing 15 posts - 1 through 15 (of 17 total)