Viewing 15 posts - 55,276 through 55,290 (of 59,067 total)
I'll go one further...
"Monitor and tune database resources and activities for SQL Server databases"
Does that include being allowed to beat the hell out of developers that write performance challenged code?...
August 22, 2007 at 11:51 pm
Sorry... If your interview was for the postition of DBA and you do not know these things, you are simply not qualified to be a DBA.
August 22, 2007 at 11:47 pm
This smacks of a "paging" problem... is that what you're trying to do?
August 22, 2007 at 11:39 pm
What is "a" and what is "b"... they are not in the table you described. I realize there is a bit of a language barrier problem here, but do the...
August 22, 2007 at 11:37 pm
Export to text file. Use SQL*Loader to load the text file. Stop using DTS.
August 22, 2007 at 11:32 pm
Learn what?
Basic SQL?
ANSI SQL?
T-SQL?
Advanced T-SQL?
Performance tuning?
???
August 22, 2007 at 11:31 pm
Are you doing this using embedded SQL in your VB code? If you are, that is likely the problem...
August 22, 2007 at 11:23 pm
Instead of telling us how you want to do something, it would be much more beneficial to yoru cause if you told us what you wanted to do and why....
August 22, 2007 at 11:20 pm
It tells you...
USE Northwind
EXEC sp_SpaceUsed Customers
name rows reserved data index_size unused --------- ----------- ------------------ ------------------ ------------------ ------------------ Customers 91 104 KB 24 KB 80 KB 0 KB
August 22, 2007 at 11:15 pm
Heh... DTS? I don't ever use it
.
There might be a more effective way but I'd need to see what you have in...
August 22, 2007 at 7:35 am
>>Performance differens is insignificant...
Is that good or bad?
August 22, 2007 at 7:28 am
Unfortunately, that would include me... can't afford the time... I'm too busy fixing performance problems for other folks ![]()
August 21, 2007 at 10:22 pm
Viewing 15 posts - 55,276 through 55,290 (of 59,067 total)