Viewing 15 posts - 241 through 255 (of 359 total)
One of the problems with Autoshrink is that it will run when you don't want it.
Turn AutoShrink off and set up a nightly job to do database maintenance.
Patrick
June 23, 2003 at 9:28 am
Larry, you are right. I was being sarcastic. I did run my own business last year and it did fail, and the breaks were no where near enough to salvage...
June 20, 2003 at 8:06 am
Yes, my US tax rate is around 20%. I am married, and that adds all kinds of hands reaching for my paycheck.
I live in Texas which is one of...
June 19, 2003 at 11:18 am
Yes. Those are the companies that believe that you (as the lone DBA) will have plenty of free time.
In Texas the salary range is anywhere between $40K - $110K....
June 18, 2003 at 12:47 pm
We get tax breaks when the business fails, so why not?
Seriously, it's sometimes easier to be on your own rather than having a staffing company take 60% of the wage.
Patrick
June 18, 2003 at 7:38 am
It depends on how the Payroll system accesses the database.
Is it a series of stored procedures? Updates? You should have an idea of what the payroll system does.
I also agree...
June 16, 2003 at 6:55 am
Laughing. It is Pandora's box. But we know what happens on a database.
I had a client who had written requirement that the administrator would not have access to private data....
June 13, 2003 at 10:19 am
The users should not have an expectation of privacy if they use a company database. As mentioned before, I assume that my transactions are logged when I use an ATM...
June 13, 2003 at 7:34 am
Reindexing is good - but it depends on how many inserts, updates, deletes you have every day. You may be able to get by with a job that runs sp_updatestats.
A...
June 11, 2003 at 11:50 am
The ability to quote Monty Python, Douglas Adams, etc at a moment's notice.
The ability to drink and still look as if you are solving a very difficult puzzle.
The...
June 11, 2003 at 11:42 am
Right about the comma part, and certainly if I misspelled varchar.
Thanks,
Patrick
June 9, 2003 at 11:31 am
True, data is kept in a heap unless there is a clustered index.
Indexing the tables will, probably, help with response time. Could you create a trace and run Profiler,...
June 9, 2003 at 11:27 am
Ok, just a guess, but here goes.
If the query fails because of syntax error QA will let you know about what line.
For example,
DECLARE @hat varchar(10)
@coat varchar(20)
will return an error...
June 6, 2003 at 11:08 am
True. I would also say that you spend a fair amount of time writing everything. I prepared a project management document that presented the scope and how we would handle...
June 5, 2003 at 3:03 pm
Viewing 15 posts - 241 through 255 (of 359 total)