Viewing 15 posts - 121 through 135 (of 236 total)
I would not believe that, anymore. It may have been true, but the optimizer is getting pretty smart. Kalen's had a couple of interesting articles digging into the optimizer...
November 21, 2003 at 2:05 pm
I think the DBA should be part of the development team, even a developer with good data modeling skills may not have the current knowledge of the DBMS details.
How about...
November 21, 2003 at 11:35 am
Well I can't give any exact reasons, but.
DASD is cheap today, years ago,(many for some of us) saving a byte on a million or 2 rows was big $$$$. ...
November 21, 2003 at 11:15 am
Solved the problem. Guest was messed up, don't know how but fixed it.
Still don't know why the use appeared, I didn't create it in model so it's just going...
November 12, 2003 at 8:19 am
Still don't have a resolution, but here is some further info.
I created a dummy id, it has the same problem.
I cannot see the DB in the ODBC setup...
November 11, 2003 at 11:48 am
SAN Drives are clusters of external drives usually hooked to the server via Fiber. Versus SCSI Attached external drive enclosers. But the concept is similiar.
They map a LUN...
November 6, 2003 at 11:32 am
One reason I like poking around here regularly.
WITH TIES, didn't know about that one.
Except we're corporate casual, so we don't wear ties.
BOOO HISSS get the hook out.
KlK, MCSE
November 6, 2003 at 7:40 am
Drop the Middle "GO".
I did the same thing recently pasting together a bunch of code. The go apparently acts like an END for the SP, so the code following...
October 29, 2003 at 9:44 am
Well I was getting the error doing a restore with EM, I avoid command line stuff. (I use too much for DB2).
But I tried it with QA command and it...
October 29, 2003 at 9:40 am
Well to get exactly what you are looking for will take some extra work.
But if 123,456.78 is OK try this
Convert(Char(20), CAST(SUM(Loss_Disb_Amt) AS Money), 1) AS "Loss...
October 27, 2003 at 11:57 am
Just got done doing the reverse. Been building a DW on a test server, loading and cleansing the data. Used a linked server to copy the updates.
Create an ID...
October 22, 2003 at 2:34 pm
Been running this config in Dev for ages, no issue's at the server.
Do note that older MDACs pre 2.6 (???) cannot easily reference a Named instance. That was the...
September 24, 2003 at 8:07 am
You are indicating that the TempDB Log is full, are you doing something to fill it.
Issuing a large select to identify the records to Delete ??
If so possibly consider...
September 16, 2003 at 9:53 am
I've actually been in IT for going on 35 years.
Started as a junior operator for the High School district. Minimum wage, but look where it lead too. The perks...
September 10, 2003 at 10:00 am
Well I'm still proud to be a "nerd".
Per the other thread about age, I was a nerd before nerds had some status.
But I will agree, I have no sense...
September 4, 2003 at 9:47 am
Viewing 15 posts - 121 through 135 (of 236 total)