Viewing 15 posts - 361 through 375 (of 1,062 total)
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...
February 6, 2008 at 6:54 am
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...
February 5, 2008 at 3:08 pm
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...
February 4, 2008 at 6:32 pm
I agree. It is more efficient using DTS than lined server.
February 4, 2008 at 6:25 pm
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....
February 4, 2008 at 6:21 pm
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...
February 4, 2008 at 5:05 pm
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
February 3, 2008 at 7:26 pm
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? ...
February 2, 2008 at 11:28 am
I think you need to use OPENROWSET to connect to Oracle to exec the package.
February 1, 2008 at 2:23 pm
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...
February 1, 2008 at 2:14 pm
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...
February 1, 2008 at 1:53 pm
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.
[:] !!
...
January 31, 2008 at 5:58 pm
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...
January 31, 2008 at 3:16 pm
Oh! I forget one more choice - marry a rich guy and stay home!!!!!!
That is my dream goal!!!!!!;)
January 31, 2008 at 2:53 pm
Viewing 15 posts - 361 through 375 (of 1,062 total)