Viewing 12 posts - 301 through 312 (of 312 total)
From 2005 I was able to connect to 2K but was not able to Connect 2K to 2005. Not sure why
December 20, 2005 at 7:59 am
I am not to sure, but if the case does not work try three subqueries. that may work.
Select Sum1,Sum2,Sum3,
From
(
(SELECT sum(LDGR_BAL_AM) as [Sum1]
FROM DEVL8SGA.A_SGA_GRP_PSTN_SNP
WHERE ACCT_GRP_NO = 2100099
AND ACCT_NO =...
December 20, 2005 at 7:55 am
I just found out how to do it. When you create the first project it says Solution: and next to it you can select create a new solution. Then when...
December 16, 2005 at 2:28 pm
What you are saying is what I thought. So you can manage it from SSMS but SSIS is really for developers on projects. In my case I could have 3...
December 16, 2005 at 2:12 pm
The connection manager is what connects to the file specified. XX.xls and the Server and DB needed. Then you would use a Data Flow Control. Once you double click on...
December 16, 2005 at 2:02 pm
I use the connection Manager. Create a connection to the excel document.
December 16, 2005 at 1:40 pm
When I went to the seminar MS said most of the ways the DB engine worked and the controls have been changed. So it is a rewrite in a way. It...
December 16, 2005 at 9:33 am
There is an old way in Visual Studio to create a database project under other projects. Then it integrates with VSS. That will allow you to have a central VSS...
December 16, 2005 at 8:28 am
That is weird. I was looking at the data and it looked to be aggregating like you are saying that is what I thought. Now skipping lines you may be...
December 14, 2005 at 4:48 pm
Yea That sounds like fun. I asked him to change it to a pipe delimiter. Hopefully he is willing to play along with my testing
December 14, 2005 at 12:11 pm
the file is fixed width so a designator is not needed. I tell the process where the terminator is.
i did look at lines 90,91,92,93,94 and they are no different then...
December 14, 2005 at 9:02 am
Wow that is a real bummer. Since it is the Default instance I will need to take the old machine down and bring the New SQL Server up.
December 14, 2005 at 8:44 am
Viewing 12 posts - 301 through 312 (of 312 total)