Viewing 15 posts - 61 through 75 (of 163 total)
No, I've dumped that idea after our discussion. My approach is more to give them the pros and cons of each method allowing them to make informed decisions. If they...
April 26, 2010 at 2:06 pm
Thanks for this Jeff, I am enjoying this interesting discussion.
Ah... no. CTE's are absolutely wonderful for building "top down", highly readable, highly effective code. I just wouldn't build a query...
April 26, 2010 at 12:30 pm
Ok great. I thought that might promote some discussion!
So lets start with Table Variables. Basicially never use these, regardless of the row size or application (unless it's a UDF). Lack...
April 26, 2010 at 10:19 am
Great, thanks for your help. I was using single quotes for the zero which was causing me an issue.
March 2, 2010 at 11:41 am
Apologies I have been attempting to correct this but cannot get the syntax right. I have tried to add something along the lines of RIGHT('0' + but I just cannot...
March 2, 2010 at 10:59 am
Is it possible to store more than the 1,024 columns in SQL Server 2008?
February 9, 2010 at 9:54 am
I am going to carry out some peformance testing on each one and see which one works the best
January 26, 2010 at 5:21 am
Thanks both,
I have looked at both solutions.
Dave - I have never used the ON statement with a BETWEEN before.
Chris - Very interesting solution thanks
January 26, 2010 at 5:20 am
Thanks Dave,
I have a date table and this is what I was looking at. But my main issue is to break it out by day, do I use PIVOT perhaps?
I...
January 26, 2010 at 4:07 am
Ok so you for a solution I would recommend the following.
1. Create your audit table
CREATE TABLE [Audit].[DataLoad] (
[Audit_Key] ...
January 3, 2010 at 4:05 pm
What type of config are you using XML? Are you setting the value of the connection manager directly from the configuration?
December 30, 2009 at 3:02 pm
Thanks Jeff, some good points.
What I have managed to find out is that the table actually has in excess of 6k columns! However, only 1k of these are useful.
I...
December 15, 2009 at 7:02 am
I believe so yes. I am yet to actually see the data. At the moment I just know it is a 'big' issue so I am trying to get ahead...
December 15, 2009 at 12:54 am
Thanks both. I am glad there wasn't something obvious I was missing! My thought was to partition into smaller tables and use a view over the top so this seems...
December 14, 2009 at 3:15 pm
Thanks Gift,
In terms of connectivity I know there are a couple of OLEDB drivers to use within SSIS. An IBM one and an MS one which is supposedly better but...
November 8, 2009 at 4:01 am
Viewing 15 posts - 61 through 75 (of 163 total)