Viewing 15 posts - 241 through 255 (of 321 total)
min.li,
without writing a whole pile of SQL here's a few tips
1. union
union can be used to compile datesets
e.g.
select *
from TableA TA
inner join TableB TB
...
April 29, 2009 at 3:39 am
peter (4/28/2009)
April 28, 2009 at 7:42 am
min.li (4/28/2009)
Thanks for all reply. I am working on SQL server 2005. However, Samuel's solution does not work on my SQL server, which returns following error message:
Msg 4104, Level 16,...
April 28, 2009 at 6:05 am
peter (4/28/2009)
I will be working on SQL Server 2005, If you use a older verson let usknow that as well.
Good point... the solution I posted is 2005/2008 specific. Probably could...
April 28, 2009 at 5:56 am
min.li (4/28/2009)
I recently had to use curosr to do a function in my work. Although I knew I should try to avoid cursor, but could not find a way. I...
April 28, 2009 at 5:35 am
Steve Jones - Editor (4/27/2009)
April 27, 2009 at 9:42 am
Jeff Moden (4/27/2009)
Heh... in SQL Server 2005, even that can be done without a cursor. We're just gonna have to wait for it in Barry's series of articles.
OK it...
April 27, 2009 at 7:33 am
atoth (4/27/2009)
I would love to replace this with set based handling but I can imagine...
April 27, 2009 at 5:44 am
jwheeler (4/27/2009)
If you have database development to be done you either employ a...
April 27, 2009 at 2:40 am
jwheeler (4/27/2009)
The fact you even have to tell so called developers this stuff is frightening.
Not really and it's something I've seen a few times...
When someone has a background in...
April 27, 2009 at 2:29 am
Nice article, with some practicle advice on manually editing the report XML
Your last comment though:
As a final word, I would also like to add that .NET knowledge is required if...
April 21, 2009 at 2:03 am
It loads all fields from all files, just give it an initial directory path and it will find all the csv files in that directory and it's subfolders and load...
February 26, 2009 at 12:01 pm
could you give sample data and an example of how you would like the output to look.
Your second wording wasn't any better :ermm:
February 26, 2009 at 9:36 am
I've done generic CSV file uploads using SSIS and am in the process of about writing an article on it (along with some related file stuff in SSIS)
PM me if...
February 26, 2009 at 7:56 am
Adam Aspin (2/26/2009)
February 26, 2009 at 7:08 am
Viewing 15 posts - 241 through 255 (of 321 total)