Viewing 15 posts - 2,626 through 2,640 (of 8,761 total)
richard.wanamaker (11/24/2016)
INSERT INTO [dbo].RichTest
SELECT doc.col.value('(.)[1]', 'nvarchar(50)')
FROM @RichTests.nodes('/macs/mac') AS doc(col)
WHERE NOT EXISTS (SELECT 1 FROM [RichTest] WHERE [Name] = doc.col.value('(.)[1]', 'nvarchar(50)')
Getting this:
System.Data.SqlClient.SqlException: Database 'Doc' cannot be opened because...
November 24, 2016 at 1:15 pm
Gazareth (11/24/2016)
Eirikur Eiriksson (11/24/2016)
Gazareth (11/24/2016)
BWFC (11/24/2016)
ThomasRushton (11/24/2016)
BLOB EATER (11/24/2016)
GilaMonster (11/24/2016)
Brandie Tarvin (11/24/2016)
Much prefer chocolate or herbal tea (decaf).
The office kitchen also caters to stranger tastes, with 3 types of tea...
November 24, 2016 at 11:47 am
RonKyle (11/23/2016)
What is you natural key for "person" records?
In most cases there isn't one. I would certainly never use an SSN for this. But that doesn't mean that...
November 24, 2016 at 11:39 am
Y.B. (11/24/2016)
Damn....we have a water dispenser. LOL :w00t:
No cooler? No sparkling water?? No bubbly wine??? No waiter???? No sommelier?????
😎
November 24, 2016 at 11:23 am
Hugo Kornelis (11/24/2016)
polytropic2310 (11/23/2016)
Hugo Kornelis (11/23/2016)
Well, I can tell with 100% certainty that there are at least two differences:
1. The statistics on the data in UAT are different from...
November 24, 2016 at 10:06 am
Gazareth (11/24/2016)
BWFC (11/24/2016)
ThomasRushton (11/24/2016)
BLOB EATER (11/24/2016)
GilaMonster (11/24/2016)
Brandie Tarvin (11/24/2016)
Much prefer chocolate or herbal tea (decaf).
The office kitchen also caters to stranger tastes, with 3 types of tea (two black tea...
November 24, 2016 at 9:36 am
And what value are you passing for the @shift variable?
😎
November 24, 2016 at 7:39 am
Nomvula (11/24/2016)
I've created this query for my ssrs report but i''m getting the error:
Invalid length parameter passed to the LEFT or SUBSTRING function
I want to be able to select multiple...
November 24, 2016 at 6:56 am
Can you post the DDL for the table DataXYZ.dbo.DataXYZ_GeoLoc_Input?
😎
The main problem is the data conversion method used in the views.
, CAST('' AS xml ).value('sql:column("x") cast as xs:decimal ?', 'decimal(24,12)')...
November 24, 2016 at 4:37 am
Steve Jones - SSC Editor (11/23/2016)
robert.sterbal 56890 (11/23/2016)
Can you share any recipes?
Our family will be having Thanksgiving at my wife's parents with turkey, gravy,...
November 23, 2016 at 1:36 pm
sgmunson (11/23/2016)
November 23, 2016 at 1:08 pm
polytropic2310 (11/22/2016)
What parameters can have an impact on "number of logical reads" ?
UAT and PROD environments are supposed to be the same but "number of logical reads" is huge for...
November 23, 2016 at 5:37 am
Hugo Kornelis (11/22/2016)
Eirikur Eiriksson (11/22/2016)
They always come in threes don't they, we have rodiots (road idiots), phoniots (idiots with phones) and now planiots (execution plan idiots)😎
Hmmm, that is a very...
November 23, 2016 at 5:20 am
Are your drivers up do date?
😎
November 22, 2016 at 10:52 am
Jeff Moden (11/20/2016)
Eirikur Eiriksson (11/20/2016)
November 22, 2016 at 10:45 am
Viewing 15 posts - 2,626 through 2,640 (of 8,761 total)