Forum Replies Created

Viewing 15 posts - 1 through 15 (of 34 total)

  • RE: Creating an ODS from a non-relational ERP?

    I use surrogate key for all my dimension table.

    As for updating the existing data and inserting new data, it is better to understand how the ODS works.  Do they update...

  • RE: The Best Place to Work

    These days it is very hard to find a good place to work. Most companies are under a lot of pressure of the stock market, in order to save money,...

  • RE: The Best Thing?

    If your company has to send data to multiple clients, then I would use XML, so it becomes the standard and easy to change.

    Our company gets data from other sources,...

  • RE: Is it possible to trap or log FATAL ERROR from a stored proc?

    You can try to use return value to let sp1 know there is a fatal error in sp2.

    Create procedure sp2 AS

    IF OK

    RETURN 1

    ELSE

    RETURN 2 

    In sp1

    Declare @ReturnValue INT

    EXEC @ReturnValue = sp2

    IF...

  • RE: Sr. SQL Server DBA in Rochester, NY

    Sameer

    I know you hate my guts.  If posting comment to trash me makes you feel good, then you are very welcomed.

  • RE: 3rd party db compare and synch tools

    I use SQLDBCompare from BestSoftTool and I like it a lot. 

  • RE: Sr. SQL Server DBA in Rochester, NY

    I agreed that we all need to improve our SQL skill or technical skill all the time.  I am not saying I am the best SQL developer.  As a matter...

  • RE: Sr. SQL Server DBA in Rochester, NY

    I am sorry if my post was a bit strong. I just put down something I experienced when I worked at that company.  I did not 'attack' the company, I just...

  • RE: Sr. SQL Server DBA in Rochester, NY

    One more, if you go the web site and type the number 06000162, it is a Data Architect job.  That is even worse.  That department is notorious.  No other...

  • RE: Sr. SQL Server DBA in Rochester, NY

    Facts about Citibank in NY (from an ex-employee) :

    1.  90% of the SQL Developers in that compnay do not know how to spell 'SQL Sever'.  They go to the DBA for...

  • RE: Window XP professional

    I found this on Microsoft web site.  I don't know if it has something to do with my failure of installing reporting service.  I am trying to install SQL Server...

  • RE: Window XP professional

    The problem I got was

    'Unable to read the Server Registry, or you are not a member of the OLAP Administrators Group".

    I have checked the OLAP Admin group and I...

  • RE: Today''''s article - Bogus resumes and unblushing lies

    Semeer Raval

    You disagreed with me because of what I wrote in this thread or just because of what I wrote in other threads.

    I think I built up an army of...

  • RE: Data Warehouse Developer

    I am a SQL developer using Oracle and SQL Server.   I did some data warehouse work before.  I do very little C#.

  • RE: Retention - Keeping Your Job

    Tatsu - "Hey, all this discussion made me realize something. If the management stinks in the company you work for and they are not doing anything to help the company then it's...

Viewing 15 posts - 1 through 15 (of 34 total)