Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,062 total)

  • RE: Home Sweet Home

    I grew up in Hong Kong, went to college in Minnesota, then came to upstate NY.  So I live in upstate NY for 23 years.  It does not mean I...

  • RE: Watching the Watchers

    Gift,

    Even I can break the DBA permission to change the production data no matter what kind of security they implemented. My old DBA always asked me if I could...

  • RE: Watching the Watchers

    Classified jobs need security clearance. What about the jobs in private section liked the banks outsourced to the other countries. The banks had customer data, remembered Citibank lost...

  • RE: Watching the Watchers

    I always wonder one thing about the companies outsourcing their IT development to India, China or some place in this universe.  Even the companies claimed that they only allowed those...

  • RE: The BI Year

    Yes I agreed the BI tools are getting earier to use and more robust.  I am a data warehouse developer, I got calls from vendor everyday.  Most of them can...

  • RE: TOAD for SQL Server issue

    Why do you use TOAD when you already have query analyzer ?

    I only use TOAD for Oracle since Oracle itself does not any GUI interface (shame on Oracle and Larry...

  • RE: The Technical Manager

    I read the book 'One minute manager' and many other books about how to influence people and how to be a good manager.  For all my years working in different...

  • RE: The Jerk at Work

    These days I find out it is very hard to know who is the 'jerk' and who is your 'friend' at work.  I met a co-worker who was nice and...

  • RE: The End of the Line

    I am in IT business for 22 years, and I have to say I got burnt out too.  Most companies these days do not appreicate good employees, with layoff and...

  • RE: The Jerk at Work

    Rudy, I agreed with you.  Unfortunately there is no ideal company or perfect company,  (if there is, let me know), the matter of the truth is no matter where you...

  • RE: The Jerk at Work

    Steve,

    This week you seem to like to talk about management and working environment a lot !!!

    'A jerk' and 'Difficult person' is very...

  • RE: Workplace Sabatoge or Incompetance. . .

    I would find another contracting job !!! 

  • RE: UDF question

    The function is looking for an input field as data type INT.

    When you did this

    SELECT dbo.fnFindPositionSupervisor(SELECT  PositionID FROM Employee WHERE  ID = 5)

    The function did not know the data type...

  • RE: Healthcheck needed on a script

    You need to add user 'usraspstate' to the database, or under 'Security', 'Login', find the user 'usraspstate', under the tab 'Database Access' click the database that this user allows to...

  • RE: Cursor

    Where were these come from?

    Select distinct PolicyNumber,TableCode,SeriesCode

    from #tmp1

    Fetch next from cursor1 into @PolicyNumber, @TableCode,@SeriesCode

    Was cursor1 another cursor you defined?

    The procedure complained you never declare @PolicyNumber, @TableCode and @SeriesCode.

    Also...

Viewing 15 posts - 841 through 855 (of 1,062 total)