Forum Replies Created

Viewing 15 posts - 361 through 375 (of 1,062 total)

  • RE: Compensation

    I

    've seen DBAs making $40k and DBAs making $110K.

    It is funny you mentioned that some DBAs making $40K. I live in Upstate NY.

    I had one job that it...

  • RE: Compensation

    Steve, I read the six figure job lists, I am doing data modeling and data warehouse modeling for a few years now, my salary is not even closed to six...

  • RE: More Layers

    Even a CIO cannot do anything. I used to work for a Fortunate 100 company (bank right now in BIG trouble). The CEO decided to outsource IT to...

  • RE: Dts Or Linked Server?

    I agree. It is more efficient using DTS than lined server.

  • RE: More Layers

    Good article Steve.

    Look at most companies today. There is no leadership. The CEO of most companies care about themselves and how much money they can make....

  • RE: Delete statement hangs

    When you do a SELECT statement, do you get anything?

    Worst comes to worst, create a table exactly liked the table you want to delete and call it _bak. Don't worry...

  • RE: How to join using unique rows in both tables

    I ran your query and I got the result

    115123 Main123 Main1234512345

    237333 South333 South3333333333

    Also I hoped this was a typo

    SELECT d1.AddressID,d2.AddressID,

    d1.Address,d2.Address,

    d1.Zip,d2.Zip

    You had d1.Address.d2.Address

  • RE: Database structure

    Are you asking how to design the Material dimension table and the Material has number of sides?

    What is the problem that you have when you design this table? ...

  • RE: Delete statement hangs

    Can you do a 'TRUNCATE TABLE'?

  • RE: How to call package Oracle from store procedure in SQL Server 2000?

    I think you need to use OPENROWSET to connect to Oracle to exec the package.

  • RE: I am so depressed after I work on Question of the Day

    Bob

    I am depressed about answering the question of the day not my new job. However I am little nervous about this new job because the company uses SQL Server 2005...

  • RE: Oracle DB stuff

    BTW, I work with Oracle and SQL Server both together. They are totally different animals. There is no BOL for Oracle so you may need to buy some...

  • RE: Question of the Day for 23 Aug 2007

    According to http://msdn2.microsoft.com/en-us/library/ms162773.aspx

    :r

    Parses additional Transact-SQL statements and sqlcmd commands from the file specified by into the statement cache.

    [:] !!

    ...

  • RE: Database realtionships

    Is there anyone in your office that can help you? Is there a DBA in your office? The book just describes the basic steps how to design a...

  • RE: Career Growth for a DBA

    Oh! I forget one more choice - marry a rich guy and stay home!!!!!!

    That is my dream goal!!!!!!;)

Viewing 15 posts - 361 through 375 (of 1,062 total)