Forum Replies Created

Viewing 15 posts - 151 through 165 (of 497 total)

  • RE: Staging Database Question

    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...

  • RE: Staging Database Question

    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...

  • RE: Data Modelers - Alternatives to Erwin

    I concur with Grant about the lack of decent support for ERWin from CA, having experienced it myself. :angry:

  • RE: Import new files on FTP server

    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...

  • RE: Rebuild of Indexes caused excessive Growth

    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...

  • RE: dervied box

    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...

  • RE: dervied box

    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...

  • RE: Finding and Eliminating Duplicate or Overlapping Indexes

    erb2000 (6/16/2014)


    "Finding and Eliminating..." - Nothing said about eliminating the duplicates!

    Just above the Conclusion section there are two DROP INDEX statements....

  • RE: Individual users as Owners

    Koen Verbeeck (6/10/2014)


    If I recall it correctly, some SQL Server Agent jobs owned by the DBA at a previous project started giving issues when the DBA was fired and his...

  • RE: SQL 2008 R2 Standard vs Enterprise on Parallelism

    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...

  • RE: Integration Service Dashboard & Row Counts

    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...

  • RE: Should a DW track data origin system?

    Cliff O'Reilly (6/6/2014)


    I think auditing the history of data is important. It's not something that can be added retrospectively so the sooner you implement a solution, the better.

    My personal preference...

  • RE: SQL LOG SIZE FULL ISSUE

    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...

  • RE: Linked Server

    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...

  • RE: SQL LOG SIZE FULL ISSUE

    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...

Viewing 15 posts - 151 through 165 (of 497 total)