Viewing 15 posts - 6,916 through 6,930 (of 11,678 total)
GilaMonster (6/11/2012)
The way I search for plagiarism/copyright violation is to take a random sentence out of a paragraph and google for that sentence (in quotes)
That wouldn't really have worked in...
June 11, 2012 at 1:55 pm
ard5karthick (6/11/2012)
Hi,The password is storing correctly...
The Package is running successfully but its still giving the error message...
Do you get any validation warnings? Any configuration warnings? (you need to log them,...
June 11, 2012 at 1:18 pm
Jonathan Marshall (6/11/2012)
If it fails you have to start from the beginning and lose over a days...
June 11, 2012 at 1:14 pm
GilaMonster (6/11/2012)
I had a suspicion that was who you were talking about. fyi, he's not an MVP any longer. He works for MS.Also, this looks like the source
Published: April 2008
Thanks...
June 11, 2012 at 1:13 pm
This one seems to be the original:
http://cm-bloggers.blogspot.com/2009/05/sql-server-2008-star-join-query.html
This one doesn't:
http://blog.sqlauthority.com/2009/12/04/sql-server-2008-star-join-query-optimization/
June 11, 2012 at 7:14 am
A question for the more wise people here in the thread:
I may have found a copyright violation of a long time SQL Server MVP (not active on this forum as...
June 11, 2012 at 7:08 am
sqlstud (6/11/2012)
As already said
It is Fixed length Format.
There are no delimiters in the file so when one field ends, the other starts without any tabs, comma(s), or spaces between them....
June 11, 2012 at 4:42 am
Check the config table if the password is stored correctly.
If you generate the data using the wizard in BIDS, it stores the password as ***** instead of the actual password.
June 11, 2012 at 2:29 am
sqlserver8650 (6/8/2012)
Hi All,Zoom option in control flow and dataflow
It is awesome feature
If you know any features please share............
Thanks.
That is your most awesome feature of SSIS 2012? There are...
June 11, 2012 at 1:08 am
Did you do step 1:
1.Click the Control Flow tab.
Otherwise, you won't see the control flow items as Matt already suggested.
June 11, 2012 at 1:05 am
It might help to write the query in a more readable format:
DECLARE @ID= ?;
DECLARE @Year= ?;
DECLARE @Param1= ?;
DECLARE @Param2= ?;
DECLARE @Param3= ?;
DECLARE @Param4= ?;
DECLARE @Param5= ?;
SELECT
id
,column1
,id_date
FROM SII.COMBO_2011_VW
WHERECONVERT(VARCHAR(30),ID) = @ID
AND...
June 11, 2012 at 1:03 am
sqlstud (6/11/2012)
Hi,Is it possible or need to follow the other way ie creating SP etc
Regards
Sivakkolundu
It's very very easy in SSIS. Just create a flat file connection manager and explore the...
June 11, 2012 at 12:51 am
If you find out the requirement, would you please post it here?
I'm very very curious why one would want to do such a thing.
June 11, 2012 at 12:49 am
Haining (6/11/2012)
No confusion.Your answer just had one of the possible cases, but not all.
Would you consider legacy project in your question?
No. The question is about project deployment model and which...
June 11, 2012 at 12:35 am
Did you tried Google? I cannot imagine that typing in "ssis import file fixed length" wouldn't give any meaningful result.
June 11, 2012 at 12:21 am
Viewing 15 posts - 6,916 through 6,930 (of 11,678 total)