Viewing 15 posts - 6,376 through 6,390 (of 11,678 total)
For starters you'll need to include a GROUP BY on every column in the SELECT list that is not aggregated.
October 25, 2012 at 1:51 am
harri.reddy (10/24/2012)
i need to know how to insert data into table which has primary -?foreign key relation.
as you said staging table...
October 25, 2012 at 12:24 am
Great question about a function I didn't even know it existed 😀
October 25, 2012 at 12:22 am
Duplicate post. Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1376326-391-1.aspx
October 24, 2012 at 12:29 am
Interesting question, thanks.
I do wonder how people are supposed to get this right without running the script.
October 24, 2012 at 12:28 am
Very interesting, thanks for the article.
October 23, 2012 at 2:28 pm
There are still some VMs you can download:
http://www.microsoft.com/betaexperience/pd/BIVHD/enus/
You'll need HyperV to run this, but I think it is included in Windows 8.
Just make sure you have enough RAM 🙂
October 23, 2012 at 1:42 am
Is your SSIS package the only source for the tables?
If yes, you can generate the IDs yourself in the package and insert them into the tables.
October 23, 2012 at 12:39 am
No. SSIS can't handle the changing metadata.
Maybe using the Import/Export wizard can be an option?
October 23, 2012 at 12:35 am
Running SharePoint on your 32-bit laptop will be slow. You might want to install Windows Server, as that OS is a bit more efficient in it's memory handling.
October 23, 2012 at 12:33 am
What datatype has the FirstName column in SSIS? And especially, what length?
And what is the datatype in the destination? Check the flat file connection manager to find out.
What is the...
October 23, 2012 at 12:29 am
You can also check out Cognos Analysis Studio. It has a Cognos Framework under it (sort of like the BO Universe) so it's basically drag and drop as well. Simple...
October 23, 2012 at 12:21 am
datey2 (10/19/2012)
October 22, 2012 at 1:23 am
Duplicate post.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1362869-147-1.aspx
October 22, 2012 at 1:21 am
Viewing 15 posts - 6,376 through 6,390 (of 11,678 total)