Viewing 15 posts - 31 through 45 (of 496 total)
mayurkb (4/16/2015)
What other roles would you suggest to begin with?
If you read the second book I listed, it talks about 20 different roles, which to my mind is overkill...
April 17, 2015 at 2:41 am
I assume that you are using a For Each Loop container; what have you got set in your Enumerator Configuration, i.e. are you looking for particular files names and extensions?
Regards
Lempster
April 16, 2015 at 2:35 am
I recommend getting hold of a couple of books: Star Schema The Complete Reference by Christopher Adamson and The Microsoft Data Warehouse Toolkit by Joy Munday and Warren Thornthwaite.
Before you...
April 16, 2015 at 2:25 am
I don't believe so. There are custom components for SSIS that can connect to a Netezza database and using that you could populate a SQL Server database and build some...
April 8, 2015 at 4:11 am
koti.raavi (4/7/2015)
...what is your thoughts on this?...all where clause cafeterias are stand alone ...
A fascinating discussion, but the most important question is surely... what is a where clause cafeteria?!
I...
April 8, 2015 at 4:02 am
Have a look at the links I've provided. They both come to roughly the same conclusion which is that BizTalk is useful for complex workflows involving small amounts of data...
April 2, 2015 at 5:52 am
If you are considering using CDC or Transactional Replication then you are not really getting away from Incremental Loading are you?
Do you effectively want to completely re-populate your ODS or...
March 19, 2015 at 7:36 am
I don't know anything about Odata, but are you trying to run the SQL Agent job on the same box as you successfully ran the package within SSDT? If not,...
March 11, 2015 at 3:21 am
pinkuraj.l (3/11/2015)
2.Regarding the XML files: how complex are they? What kind of processing do you do?
Answer of your Question:
1.We are using SQL Server...
March 11, 2015 at 3:19 am
You could try using the undocumented fn_dblog. The article referenced by this link http://www.sqlskills.com/blogs/paul/finding-out-who-dropped-a-table-using-the-transaction-log/ concerns finding out who dropped a table, but you could adapt to look for ALTER statements.
I...
March 11, 2015 at 3:13 am
m_swetz (3/10/2015)
March 11, 2015 at 3:03 am
TomThomson (3/8/2015)
Jeff Moden (3/2/2015)
sqldriver (3/2/2015)
This is a great day! I get to tell people I'm as good at something in SQL as Jeff Moden, even if it is SSIS. 😀😀
I'll...
March 10, 2015 at 10:21 am
Were you able to take your backup and if so, is it possible that there is now insufficient space on the drive for SQL Server to even start?
Regards
Lempster
March 10, 2015 at 10:10 am
Have you got any DELETES within your process or is it possible that an INSERT failed? In both cases you would see a jump in your IDENTITY values.
Regards
Lempster
March 10, 2015 at 10:08 am
I'm not an expert on this by any means, but IIRC, you have to create an identical table minus the columnstore index and use partition switching to 'switch in' the...
March 6, 2015 at 4:14 am
Viewing 15 posts - 31 through 45 (of 496 total)