Viewing 15 posts - 56,311 through 56,325 (of 59,069 total)
And, you left out a THEN necessary to make it work
And, although you think B will save half of the modular calculation,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2007 at 9:28 am
Heh... looking at it the wrong way...
Original budget/deadline was wrong because you didn't bid right... Client necessarily changes scale... wants to know why idiots wrote code that wasn't scalable... all...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2007 at 9:22 am
Heh... you read into it, ol' friend... no where in the post does there say anything about a time limit. ![]()
[Edit] Ok, I see...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2007 at 9:15 am
(This is going to sound like a bit of a rant... and it probably is.
Sorry... )
Although Grant mentioned it in the end,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2007 at 1:34 am
Heh... if you posted some data, it wouldn't have been helpful... it would have been done.
I know you're a newbie here but ya gotta trust me on this... if you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2007 at 10:06 pm
From everything I could find, you just add it back in as you would any other... the caveat may be that it might be case sensistive. It would also need...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2007 at 4:55 pm
Heh... I'm thinking that those types of questions should be posed and answered BEFORE such action is taken. ![]()
I'm a bit confused by your...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2007 at 9:14 am
Like anything else, "It Depends". What is the table being used for? Does it have a clustered PK or clustered index? Is anything "time sensitive" in the table? How frequently...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 27, 2007 at 9:08 am
This will do for each server... all I did was search for "database size" and about a zillion of these showed up...
http://www.sqlservercentral.com/columnists/mnash/monitoringdriveanddatabasefreespace.asp
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2007 at 7:49 pm
What do you want to do with partioned files and NDF files? And, what do you need this for?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2007 at 6:45 pm
Going back to my original question... what privs do YOU login with? If they are all created as "dbo", then unless YOU have "dbo" or "sa" privs, someone must GRANT...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2007 at 1:02 pm
Someone could probably do this in SQL Server 2005 using row numbers and correlated subqueries... but I don't have access to 2005 and I hate correlated subqueries just 'cause... --Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
May 26, 2007 at 12:54 pm
Just my 2 cents...
Lot's of folks create a PK or Unique index with the IGNORE DUPES setting turned on. Whether that's true or not, I've found that having a key...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2007 at 12:52 pm
Know of any URL's that'll get Nali started on that, Steve? I thought I had a good one but can't find it, now...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2007 at 9:09 am
And then, what? You will still have problems getting the images out of the DB to be displayed. Perhaps this will change your mind... there are hundreds more like it...
--Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
May 25, 2007 at 8:47 am
Viewing 15 posts - 56,311 through 56,325 (of 59,069 total)