Viewing 15 posts - 2,446 through 2,460 (of 2,862 total)
Man... that was not an easy one. Took me almost half an hour to figure it out. THANKS!
November 18, 2011 at 10:29 pm
WOTD: SQLS 2012 RC
You can download it at http://www.microsoft.com/download/en/details.aspx?id=28145.
November 18, 2011 at 8:29 pm
fitsumkh (11/18/2011)
Here is an article on how to do this:http://merlecarr.wordpress.com/2011/03/29/ssis-select-distinct-from-excel-data-source/
Thanks,
Fitsum
Wow! Very smart!
Thanks -- I learned something...
November 18, 2011 at 2:56 pm
Is your Report Server configured for your Windows login?
You may wish to check http://msdn.microsoft.com/en-us/library/ms156034.aspx.
One small trick: Under Start (or Windows or whatever it is in Win7) > Accessories > System...
November 17, 2011 at 5:30 pm
If it ios not an extranet server, I would use Windows authentication.
November 17, 2011 at 3:37 pm
One way how to avoid the problems with BETWEEN when working with dates is to use what we call DateId. It is an integer (only 4 bytes!) with a...
November 17, 2011 at 3:33 pm
Eric M Russell (11/17/2011)
Dave62 (11/17/2011)
Jack Corbett (11/17/2011)
November 17, 2011 at 2:34 pm
It sounds like bad design of the service. Its purveyors may blame your network, and there indeed may be a problem; however, it is their duty to let you...
November 17, 2011 at 2:04 pm
Are there any entries in the Event Log?
November 17, 2011 at 12:18 pm
priya.pk20 (11/17/2011)
is there any other ways to remove redundant data in loading using ssis?
Not with the generic SSIS Excel Source. You would need a C# program that would use Interop...
November 17, 2011 at 12:11 pm
On a well managed project you do code reviews. And if you are the reviewer, you do your best to be polite and helpful but it is your duty...
November 17, 2011 at 11:52 am
Yes, it could - just could -, but it is difficult to tell with this dearth of detail.
November 17, 2011 at 11:49 am
SQLRNNR (11/17/2011)
Revenant (11/17/2011)
SQLRNNR (11/17/2011)
septumwhite smock
troubling and waiting
unpleasant
November 17, 2011 at 11:41 am
Use the suggested staging table (may be temporary) and SELECT DISTINCT.
November 17, 2011 at 10:13 am
What kind of 'service' is it? Windows service? WCF service? A permanently running SSIS job?
November 17, 2011 at 10:00 am
Viewing 15 posts - 2,446 through 2,460 (of 2,862 total)