Viewing 15 posts - 45,736 through 45,750 (of 59,095 total)
As a sidebar, there isn't really an advantage to having such an indexed view. The underlying indexes on the table are the only advantage. Indexed views become an...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:59 pm
pat (1/20/2009)
create table table1
[pid] [int] IDENTITY(1,1) NOT NULL,
[num] [int] NULL,
[flag] [int] NULL,
[tp_id] [int] NULL,
[fe_id] [int] NULL,
[sym] [int] NULL,
[lbl] [nvarchar](256) NULL,
[sname] [nvarchar](256)...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:57 pm
Apparently, I'm not the only one who has a different "real world" than some and I'm very happy to see that. Everywhere that I've gone, people (including the managers...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:53 pm
David.Poole (1/20/2009)
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:35 pm
GSquared (1/20/2009)
Jeff Moden (1/17/2009)
...CLR's are better at most RegEx and file handling. With those two exceptions (so far)....
The other place I've found CLRs to be "better" is using CLR...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:33 pm
Charles Kincaid (1/20/2009)
I'd much rather say, "Congratulations! Our hardware folks will be calling you but your software is ready to handle the additional load right now.
YEEE-HAAA! Now we're...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:29 pm
LeeBear35 (1/20/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:26 pm
TheSQLGuru (1/20/2009)
is that real world coders do and always will write suboptimal code
Maybe when I first get there, but a month or two after I get done training them... viola.
There's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 8:23 pm
Chris Morris (1/20/2009)
Christopher Stobbs (1/20/2009)
I'm with Jeff on this, why do you need to make the change?
Because...
There's no data in the table, although for the purpose of this exercise we...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 6:24 am
I guess that's why I don't like VM ware... people make decisions for you that they're either not qualified to make or they give you what THEY think is good...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 6:13 am
munishprathap (1/20/2009)
thy need only to change the data type Datetime to bigint thts it
WHY??? This is one of the worst things you can do in a database! And just...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 6:00 am
Ok... create a dummy text file and put it in that same path and run the xp_Dirtree command again.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 5:55 am
pat (1/19/2009)
it is only numbers and integer it does not contains text!!numbers from 1 to atleast 55000
Thanks
Just guessing here because we can't see what you can. The only way...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 5:53 am
Steve Jones - Editor (1/19/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 5:50 am
Successfully launched on 1/16.
The whole purpose of VM was to be able to react quickly... unfortunately, they don't actually have enough hardware to do what is necessary and that's what...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2009 at 5:48 am
Viewing 15 posts - 45,736 through 45,750 (of 59,095 total)