Viewing 15 posts - 3,181 through 3,195 (of 18,926 total)
Grant Fritchey (8/22/2011)
August 22, 2011 at 6:23 am
Repro scripts without having to restore.
I had nagging feeling that there might be something in the db itself that was helping this.
Script tested on 2k5 sp3 and 2k8 R2 SP1.
Bug...
August 22, 2011 at 6:07 am
Or a short exemple like : SELECT NULL
It's the only thing I can imagine with 0 cost plan...
granted I didn't give this any energy before today.
August 21, 2011 at 7:08 pm
Jeffrey Williams-493691 (8/20/2011)
GilaMonster (8/20/2011)
The query optimiser costs were times at one point. They were benchmark times on a specific computer in the...
August 21, 2011 at 7:10 am
Grant Fritchey (8/21/2011)
mister.magoo (8/20/2011)
The other way I can get...
August 21, 2011 at 7:02 am
sku370870 (8/21/2011)
Jeffrey Williams-493691 (8/20/2011)
I just had...
August 21, 2011 at 7:01 am
sku370870 (8/21/2011)
August 21, 2011 at 6:49 am
sku370870 (8/21/2011)
Ninja's_RGR'us (8/20/2011)
Looping is looping, the realy slow part here is sending the message...
If this is not a 1 off...
August 21, 2011 at 6:48 am
Ian Truman (8/20/2011)
Hi - Ive got the same needs !- any chance you can send me a sample script to hide a table using sys.sp_addextendedpropertyhelp appreciated
cheers
Ian
Not possible. Please read...
August 20, 2011 at 1:01 pm
GSquared (7/1/2011)
MuskaanGoyal (6/24/2011)
August 20, 2011 at 12:56 pm
My point with temp table was if this is a daily process and that the table gets inserts during the process, then I treat it as a queue and I...
August 20, 2011 at 10:38 am
Might actually be the case where cursor is the better choice.
Looping is looping, the realy slow part here is sending the message...
If this is not a 1 off insert, I'd...
August 20, 2011 at 8:51 am
Workaround :
Comment this out
ALTER TABLE dbo.RPT_Historique_Couts
ALTER COLUMN DateHistorique_fin DATETIME NULL
then use this to insert instead :
SELECT
...
August 20, 2011 at 8:46 am
Paul Randal (8/19/2011)
August 20, 2011 at 8:36 am
LutzM (8/19/2011)
Microsoft SQL Server 2005 - 9.00.4060.00 (Intel X86) Developer Edition, (Build 2600: Service Pack 3)
Microsoft...
August 20, 2011 at 6:26 am
Viewing 15 posts - 3,181 through 3,195 (of 18,926 total)