Viewing 15 posts - 331 through 345 (of 824 total)
"a varchar is a char that was left on the grill for too long"
I love it!
September 23, 2005 at 7:01 pm
The easiest way to see other windows processes use of I/O is to use Task Manager, under the View menu choose Select Columns and check the I/O Reads, I/O Writes,...
September 23, 2005 at 1:04 am
Are you running a SAN? Maybe another server is using the disk capacity. Or it might be a windows process rather than a SQL process?
September 22, 2005 at 4:34 pm
Yeah, I suppose your're right. I don't recall a DBA position with "junior" in the title anywhere.
September 22, 2005 at 4:20 pm
You've been told wrong. The size of the data files is not nearly as important as how often they are accessed, and how. SAN's are not magic, I/O performance generally...
September 22, 2005 at 4:14 pm
Some applications (those written by really dumb programmers) can't deal with named instances.
It doesn't ask you to point it at a SQL Server? So, it HAS to be installed on...
September 22, 2005 at 4:06 pm
You can start by running sp_who2. This gives you an idea about which process is using disk time. If one really sticks out and you need more detail you can...
September 22, 2005 at 4:02 pm
If you can see the service running and can connect to the instance via Query Analyzer, the odds are that the instance was created without error (whether it is configured...
September 22, 2005 at 3:53 pm
Doesn't every DBA start as a junior DBA? I see DBA's as being a senior level IT postition though, so a senior developer or admin might become a junior DBA. ...
September 22, 2005 at 3:43 pm
You don't have to use the return code although you can. SQL Server will return any error or information messages to the client without explicitly defining the return code like...
September 16, 2005 at 8:24 pm
I have been guilty of reading questions too quickly before, but I don't think this is one of those times...
If that really was the question, then there should be no...
September 15, 2005 at 2:46 pm
This is really a programming question. SQL Server is returning the error, but somewhere along the way it is being ignored by the application.
September 15, 2005 at 2:40 pm
See this discussion
One more thing to think about is can containers contain containers?
Another thing that I didn't mention in that discussion was the possiblity of a relationship existing...
September 15, 2005 at 2:35 pm
Under most circumstances selecting the 5 colums will be marginally more efficient than selecting all 10. Under some circumstances the benefit is large. I can't think of a single circumstance...
September 15, 2005 at 2:26 pm
What is the command? If you can't provide a bit more detail than that, it's a pretty slim chance that anyone can help...
September 15, 2005 at 12:54 pm
Viewing 15 posts - 331 through 345 (of 824 total)