Viewing 15 posts - 901 through 915 (of 5,590 total)
Another question related to this. Tech Support people are saying that we didn't start having this problem until the server was upgraded. It went from a 4-core 8GB ram system,...
February 23, 2012 at 7:30 am
GilaMonster (2/22/2012)
ALTER INDEX... REORGANISE instead of rebuild, or persuade for an Enterprise Edition upgrade (for online index build/rebuild)
Okay, so what I see that we're down to is:
1. Upgrade to EE.
2....
February 22, 2012 at 2:39 pm
Lynn Pettis (2/22/2012)
February 22, 2012 at 11:19 am
GilaMonster (2/22/2012)
WayneS (2/22/2012)
February 22, 2012 at 7:45 am
Hey Threadizens,
Running into a re-indexing issue over here. All thoughts and advice appreciated!
Thanks,
February 22, 2012 at 7:24 am
Roy Ernest (2/10/2012)
February 13, 2012 at 7:52 am
jcrawf02 (2/9/2012)
February 13, 2012 at 7:42 am
Lynn Pettis (2/7/2012)
Kassondra gave birth to a healthy baby boy yesterday in Germany. Grayson Matthew was born at...
February 13, 2012 at 7:35 am
bitbucket-25253 (2/1/2012)
Now 8:25 PM DECLARE @t TIME
SELECT @t = '7:22'
SELECT DATEDIFF(mi, 0, @t)
Which is 442 minutes
What did the site crash, this thread...
February 1, 2012 at 6:39 pm
Brandie Tarvin (2/1/2012)
MysteryJimbo (2/1/2012)
Koen Verbeeck (1/31/2012)
Brandie Tarvin (1/31/2012)
February 1, 2012 at 7:28 am
GilaMonster (1/23/2012)
WayneS (1/23/2012)
UPDATE TABLE SET COLUMN_A=COLUMN_A+(COLUMN_B/50.0)
However, Gail's comments about...
January 23, 2012 at 12:55 pm
GilaMonster (1/23/2012)
jcrawf02 (1/23/2012)
SQLRNNR (1/23/2012)
jcrawf02 (1/23/2012)
Blargh. User just requested a pie chart for their analysis....:sick:Make sure you do that entirely in TSQL
challenge accepted, now let's see how long that takes me...
Oooh......
January 23, 2012 at 12:46 pm
As long as one of the values is a decimal, the "/" will return a decimal value. So this will also work:
UPDATE TABLE SET COLUMN_A=COLUMN_A+(COLUMN_B/50.0)
However, Gail's comments about lack of...
January 23, 2012 at 11:32 am
Good job of posting sample data, but the table definition is a bit unclear... everything is going to be stored as an integer.
So, based upon this sample data, what are...
January 23, 2012 at 11:28 am
Red-Gate's SQL Source Control[/url] works with SVN, and it sounds like it will do what you're asking.
January 23, 2012 at 11:24 am
Viewing 15 posts - 901 through 915 (of 5,590 total)