Viewing 15 posts - 7,471 through 7,485 (of 8,753 total)
ringovski (8/19/2014)
Thanks for the reply, how do you create a TSV file from a XML\XSLT file?
TSV stands for Tab Separated Values, since your incoming data is in XML format I...
August 19, 2014 at 12:34 am
Quick thought, why going through all this trouble with the case statement in the dynamic sql?
😎
declare @b-2 int
declare @action varchar(100)
declare @dbname varchar(100)
declare @a int
set @dbname = 'adt'
set @action = 'dfgf'
set...
August 18, 2014 at 2:56 am
Koen Verbeeck (8/18/2014)
SQLRNNR (8/15/2014)
sestell1 (8/15/2014)
XML... yuck. :sick: :laugh:+1
+2
Thanks for the question.
<post>
<respond type="forum reply" >
<author username="Eirikur Eiriksson"
...
August 18, 2014 at 1:27 am
protix (8/6/2014)
is it possible to create a cluster configuration, where 2 (or more) SQL Server instances running on different servers will simultaneously serve the same database attached to the same...
August 17, 2014 at 4:24 pm
t.mounika01 (8/17/2014)
oh..thank you 🙂
No worries. Just a quick question, it puzzles me how an empID can bear any weight on a salary, can you explain this?
😎
August 17, 2014 at 4:24 pm
t.mounika01 (8/17/2014)
August 17, 2014 at 4:09 pm
Erland Sommarskog (8/17/2014)
TomThomson (8/17/2014)
Erikur's advice is all good.Erikur?
Hi Erland, I think Tom is mixing up us two from way up north, even the confusion is misspelled;-)
My (Eirikur :-D) first question...
August 17, 2014 at 3:29 pm
There is definitely some room for improvement here but first can you provide the yearweek population code?
😎
August 17, 2014 at 6:28 am
F/-\R//-\Z (8/17/2014)
hiI try your code but this is not work!!!
no detect deferent row!
In a way that is not too bad, we just have to figure out why;-)
😎
Now I have few...
August 17, 2014 at 6:11 am
Hany Helmy (8/17/2014)
Had to try this as I have no hands-on experience on XML part in SQL Server.This question reminds me of the 70-461 exam questions 🙂
We all have to...
August 17, 2014 at 3:25 am
Here is the Window function version Jeff mentioned
😎
SELECT
M.ORDERNO
,ROW_NUMBER() OVER
(
...
August 17, 2014 at 2:29 am
Thank you for the timely question Vimal, XML is a topic that definitely needs more coverage, especially when the current SQL Server's capabilities provide some of the best tools for...
August 17, 2014 at 2:02 am
ado-712642 (8/14/2014)
SELECT ID FROM PropertiesFreeholdAndCondos WHERE lattlongchecked = 1 AND Latitude IS NOT NULL AND Longitude IS NOT NULL...
August 17, 2014 at 1:47 am
rana_gman (8/15/2014)
I have set the environment set for AutoRecover (for every 3 minutes and Keep information for 7 days under the SSMS 2014 Menu: Tools -> Option ->Environment -> AutoRecover).
I've...
August 17, 2014 at 1:21 am
Viewing 15 posts - 7,471 through 7,485 (of 8,753 total)