Viewing 15 posts - 4,696 through 4,710 (of 8,761 total)
Jeff Moden (8/16/2015)
August 16, 2015 at 8:35 am
DiabloZA (8/16/2015)
Hi Eirikur Eiriksson,Yes, this is what I needed.
You are awesome and thank you very much for the quick help.
Regards,
DZA
Thanks for the feedback and you are most welcome.
😎
August 16, 2015 at 5:48 am
ErikMN (8/14/2015)
August 16, 2015 at 1:37 am
ManiDBLover (8/15/2015)
I have a requirement to Insert Column 1 and Column 2 based on below condition only. Looking for a Store procedure or query
Condition : Allow Insert when...
August 16, 2015 at 1:09 am
Quick suggestion
😎
USE tempdb;
GO
SET NOCOUNT ON;
GO
;WITH SampleData (PERSON, STARTDATE, ENDDATE, INPUNCH, OUTPUNCH, HOURS,PAYCODE) AS
(
SELECT 1125,'08/11/2015','08/11/2015','08:00', '12:00',4.0, 'REGULAR'
UNION ALL SELECT 1125,'08/11/2015','08/11/2015','13:00', '17:00',4.0, 'SICK'
...
August 15, 2015 at 10:42 pm
mtlsql (8/14/2015)
I have to generate an XML document that matches the following customer specification.... This is our customer's specification, so I have no control over it.
Do you have a schema...
August 15, 2015 at 2:55 am
Here is one way of doing this, maybe not the most efficient but it works.
The method is almost identical to what Chris posted before and works with the sample...
August 15, 2015 at 1:57 am
Jeff Moden (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Jeff Moden (8/14/2015)
Heh... since it's for XML...
Trying to put my finger on this, just cannot find which kind of XML phobia is plaguing you Jeff:Whistling:, so...
August 14, 2015 at 6:46 pm
Gail, thank you for the correctio back there, makes me feel kind of sheepish
😎
August 14, 2015 at 4:30 pm
GilaMonster (8/14/2015)
Eirikur Eiriksson (8/14/2015)
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...
August 14, 2015 at 4:26 pm
Jeff Moden (8/14/2015)
Heh... since it's for XML...
Trying to put my finger on this, just cannot find which kind of XML phobia is plaguing you Jeff:Whistling:, so far I've checked these
😎
Ablutophobia...
August 14, 2015 at 4:14 pm
drew.allen (8/14/2015)
Eirikur Eiriksson (8/14/2015)
August 14, 2015 at 3:58 pm
Chris.Hubbard4U (8/14/2015)
Eirikur Eiriksson (8/14/2015)
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?😎
NULL:unsure:
Are you connected to...
August 14, 2015 at 3:53 pm
Jeff Moden (8/14/2015)
Eirikur Eiriksson (8/14/2015)
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)
August 14, 2015 at 3:51 pm
tjs8984 (8/14/2015)
It is implied that if there are two occurrences of the same [Name] element then one will have the AnnualizingFactor of 2080.
Correct. When two occurrences with...
August 14, 2015 at 1:03 pm
Viewing 15 posts - 4,696 through 4,710 (of 8,761 total)