Viewing 15 posts - 8,791 through 8,805 (of 13,876 total)
cbrammer1219 (1/8/2015)
I am trying to do thisI have researched many site stackoverflow, here, social.technet.microsoft.com
SELECT * FROM @tablename
Hopefully @Tablename cannot possibly be a table which contains 10 million rows each...
January 8, 2015 at 8:29 am
x 45204 (1/8/2015)
First time here, but have been enjoying the articles for some time now on this site.
But got a query question - I am trying to make a query...
January 8, 2015 at 7:42 am
Priya004 (1/8/2015)
I am new to SSIS..Plz explain.
Assuming you are not also new to Google, please try searching there and then come back here with any specific questions you may have....
January 8, 2015 at 6:20 am
Perhaps you can (incur yet another performance hit and) use LIKE?
January 8, 2015 at 5:55 am
Can you explain how one of the opening balance results is calculated please, from the sample data?
Eg, you have -449999.60 for (LDGR_ID1, 2014-10-01, 4).
January 8, 2015 at 5:47 am
Oliveoil (1/8/2015)
Just got a business-idea: The meta-cloud! :-)) A...
January 8, 2015 at 4:08 am
I think that this query is complex enough to warrant a request for sample DDL, data and desired results. I've reread it a couple of times and still don't fully...
January 8, 2015 at 1:13 am
Koen Verbeeck (1/7/2015)
Phil Parkin (1/7/2015)
mrtrich99 (3/27/2013)
Useful suggestion, but I do hope the OP solved his problem 2 years ago 😉
just like most people suggested, i now request for pipe delimiters,...
January 7, 2015 at 10:42 am
mrtrich99 (3/27/2013)
Useful suggestion, but I do hope the OP solved his problem 2 years ago 😉
just like most people suggested, i now request for pipe delimiters, but sometimes I do...
January 7, 2015 at 10:06 am
A brief Google search turned this up.
January 7, 2015 at 4:50 am
Maybe the instance is not running in 'mixed' authentication mode?
January 7, 2015 at 4:38 am
The best way to do this, IMO, is to move processed files/folders to an Archive folder somewhere.
Then your FEL can remain as it is, picking up everything when it runs...
January 7, 2015 at 1:00 am
If something is non-deterministic, then it's very possible for the re-evaluations of the object test to miss all of the WHEN's and produce a NULL if there is no...
January 7, 2015 at 12:52 am
Thanks for posting back and I'm glad it worked out.
January 6, 2015 at 1:15 pm
Sounds like the dev might have hard-coded something into the package which is not being overridden by the config.
I'd spend a few minutes editing the package to see whether you...
January 6, 2015 at 10:42 am
Viewing 15 posts - 8,791 through 8,805 (of 13,876 total)