Viewing 15 posts - 586 through 600 (of 814 total)
Be careful; on at least SQL Server 2005 SP3 with a very similar formula, I've seen a very interesting issue where the internal SQL Server rounding results in the ACOS...
April 21, 2011 at 9:39 am
Jack Corbett (3/30/2011)
It would be nice if the documentation was more specific about what will cause a reset.
Personally, I'd rather have a column which tells me when the data in...
April 20, 2011 at 9:00 am
To summarize:
1) Please post the precise statements your script is generating and running.
2) Please investigate your disk configuration all the way down to the individual physical spindle/SSD device level; separate...
April 20, 2011 at 8:26 am
Jeff Moden (4/12/2011)
"Do not use this for critical things" is an "advertisement"? Not where I come from. 😉
And, yes, I use it for "critical" things.
Anyway, sorry about the...
April 12, 2011 at 12:11 pm
No, I'm not trolling; I'm advertising your article! The full context was:
-- Quirky update!!! BEWARE!!! Do not use this for critical things!
-- BEFORE USING, read http://www.sqlservercentral.com/articles/T-SQL/68467/
Jeff Moden (4/8/2011)
April 11, 2011 at 9:56 am
Thank you for your response; I'll see if I get the chance to generate sample data and schemas, as well as the two-part SET statement variant.
Setup:
USE tempdb
CREATE TABLE [dbo].[tmp_conf_server](
[RecordedDateTime] [datetime2](3)...
April 8, 2011 at 8:18 am
It may be my own mistakes (and I don't have time to delve into it now), but may I suggest further testing on SQL 2008 R2 RTM? While the...
April 7, 2011 at 9:22 am
I'd agree with views and indexed views as an option to restructure underlying data.
I'd also note that on the "buy truly excessive hardware" side, there are commodity 4U servers that...
March 31, 2011 at 11:00 am
For those with RAID; how many actually run consistency checks on a regular basis, to detect single drive corruption?
For single drives, how often is an online disk check (much less...
March 31, 2011 at 7:59 am
UMG Developer (3/28/2011)
Just try to imagine how they would deal with installing an update while a 7 hour query was in process when they made major changes to the DB...
March 29, 2011 at 7:58 am
If MS wants to go with the CU approach, then MS should design the system such that CU's can be applied (and rolled back!) realtime, without any outage. Preferably...
March 28, 2011 at 9:03 am
GilaMonster (3/20/2011)
March 21, 2011 at 12:19 pm
Truly drastic hardware additions and purely single-threaded assembly code optimization are about the only things that are an almost guaranteed performance improvement... and they can expose concurrency and timing flaws...
March 21, 2011 at 8:49 am
You could try tracking Profiler along with Perfmon or Process Monitor, to see what's happening at the same time as the growth.
Or, simpler but not as immediately useful, you could...
March 3, 2011 at 9:49 am
There are different ways of looking for backup information; one is to use msdb (fails if your server's crashed already), another is to look at the backup files themselves.
Regardless, you're...
February 24, 2011 at 10:42 am
Viewing 15 posts - 586 through 600 (of 814 total)