Viewing 15 posts - 151 through 165 (of 497 total)
Yes, that is a LOT different to the original question! 🙂
I agree with what Kraig has said, but I would add that jumping in to the ETL process as the...
June 19, 2014 at 12:50 am
Why do you want to have separate staging databases for each source? Seems overkill to me. Remember that SQL Agent is just used for running scheduled or ad-hoc jobs; the...
June 18, 2014 at 10:40 am
I concur with Grant about the lack of decent support for ERWin from CA, having experienced it myself. :angry:
June 18, 2014 at 6:32 am
Can you move the files to another folder once you've imported them? If not, how about writing the file names into s table as/after you process them and then do...
June 18, 2014 at 6:28 am
In addition to what Gail said, you might want to consider reorganizing indexes instead of rebuilding them, depending on the level of fragmentation. As a rule of thumb, use REORG...
June 18, 2014 at 3:53 am
Okay, not sure that I understand fully, but I always try and do as much as possible in my Source query so assuming that you are specifying a SQL query...
June 16, 2014 at 9:08 am
Do you want to create a derived column based on other columns or do you want to direct data down different paths depending on column/derived column values? If the former...
June 16, 2014 at 8:53 am
erb2000 (6/16/2014)
"Finding and Eliminating..." - Nothing said about eliminating the duplicates!
Just above the Conclusion section there are two DROP INDEX statements....
June 16, 2014 at 8:39 am
Koen Verbeeck (6/10/2014)
June 11, 2014 at 3:09 am
It could be that Max Degree of Parallelism (MAXDOP) is set to 1 at the instance (server) level, but as others have stated, parallelism is not edition-specific.
Regards
Lempster
EDIT: Didn't read the...
June 11, 2014 at 3:04 am
Shawn Melton (6/10/2014)
I have not tried using these yet but someone did recreate the reports from SSMS and posted them to codeplex[/url]. So you could modify these to your liking.
Are...
June 10, 2014 at 8:59 am
Cliff O'Reilly (6/6/2014)
My personal preference...
June 6, 2014 at 10:18 am
SQLRNNR (6/4/2014)
rajesh.mekala (6/4/2014)
please tel me yaar how to reslove this issue permently please give explain brefily
We can't tell you how to fix it because we don't have near enough...
June 5, 2014 at 2:17 am
Well, if you are using either a local login mapped to a remote login or have the 'be made using this security context' radio button checked, the password(s) will be...
June 4, 2014 at 8:03 am
Ah, okay, you're running out of space on that drive because of the mdmp file. Do you have any of the following trace flags enabled?:
Trace Flag 2551: Produces a filtered...
June 4, 2014 at 7:55 am
Viewing 15 posts - 151 through 165 (of 497 total)