Viewing 15 posts - 4,711 through 4,725 (of 8,761 total)
Ed Wagner (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Alvin Ramard (8/14/2015)
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.😎
Maybe he...
August 14, 2015 at 12:51 pm
Chris.Hubbard4U (8/14/2015)
Where I execute the command SELECT @@ServerName it returns NULL?This just started today.
What could cause that?
What does SELECT SERVERPROPERTY ( 'InstanceName' ) return?
😎
August 14, 2015 at 12:45 pm
Alvin Ramard (8/14/2015)
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.😎
Maybe he has coded it differently...
August 14, 2015 at 12:41 pm
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.😎
Maybe he has coded it differently than you guys? ...
August 14, 2015 at 12:36 pm
It is implied that if there are two occurrences of the same [Name] element then one will have the AnnualizingFactor of 2080. It is also implied that under no other...
August 14, 2015 at 12:30 pm
Brandie Tarvin (8/14/2015)
Jack Corbett (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.😎
But you didn't do it...
August 14, 2015 at 12:22 pm
owens.rusty (8/14/2015)
August 14, 2015 at 12:15 pm
Chris.Hubbard4U (8/14/2015)
It finally recovered.:-)
Good stuff and have a great weekend:-)
😎
August 14, 2015 at 12:08 pm
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.
😎
August 14, 2015 at 11:58 am
drew.allen (8/14/2015)
Eirikur Eiriksson (8/14/2015)
The text() is faster than without it, here are results from two versions of non-traversing XQueries from my previous post, one with and on without the text().
First,...
August 14, 2015 at 11:55 am
Chris.Hubbard4U (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Chris.Hubbard4U (8/14/2015)
I have a database In Recovery.Where do I check the completion status of the recovery?
Quick thought, query sys.dm_exec_requests and check for command='RECOVERY'
😎
I queried that table but...
August 14, 2015 at 11:45 am
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
chinchillaEndangered
tasty treat
Fast food
August 14, 2015 at 11:05 am
Quick alteration to Lynn's good solution, handles values both higher and lower than the target value
😎
USE tempdb;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.TBL_TEST_SET_20150814001') IS NOT NULL DROP TABLE dbo.TBL_TEST_SET_20150814001;
CREATE TABLE dbo.TBL_TEST_SET_20150814001
(
...
August 14, 2015 at 10:57 am
Alvin Ramard (8/14/2015)
Lynn Pettis (8/14/2015)
declare @TestTable table(
EEID int,
Name varchar(64),
AnnualizingFactor int,
PercentFullTime decimal(3,2));
insert into...
August 14, 2015 at 10:53 am
Viewing 15 posts - 4,711 through 4,725 (of 8,761 total)