Viewing 15 posts - 7,741 through 7,755 (of 8,753 total)
Slightly different flavour of the same
😎
DECLARE @TXML XML = '<?xml version="1.0" encoding="utf-8"?>
<DataSet xmlns="http://tempuri.org/">
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="KeyID" type="xs:string" minOccurs="0" />
<xs:element name="LicenseAcquisitionUrl" type="xs:string" minOccurs="0"...
July 24, 2014 at 1:24 pm
JustMarie (7/24/2014)
I wonder what kind of CV he's shopping to get jobs in the current Next Big Thing when his experience is all over the board.
Guess he merits a Master...
July 24, 2014 at 10:31 am
Thanks Gregory for this nice peace, good job!
Missed seeing one essential thing though in the injection part and that is a strong coupling to the metadata. If a user can...
July 24, 2014 at 8:48 am
Robert.Sterbal (7/24/2014)
Do the cursors in the example of looping dynamic sql act as an implicit go statement?
Yes, unless it is wrapped in an explicit transaction.
😎
July 24, 2014 at 8:42 am
From a slightly humours point of view, often there is quite a resemblance to Chinese Whispers in Data Collection, Processing and Analysis processes, which in turn makes one at least...
July 24, 2014 at 7:47 am
You can use a variable if you have an expression for the relevant property in the connection manager.
😎
July 24, 2014 at 5:45 am
mallikachowdhary 98955 (7/24/2014)
I have a issue regarding a query showing very late response on one server while it works perfectly on another.
I have a job defined in SQL server...
July 24, 2014 at 3:20 am
dkriplani97 (7/24/2014)
(
dataid int,
value int
)
insert #tmpcopylibrary select 1,999
UPDATE TableA
SET Value = isnull((select top 1 Value from...
July 24, 2014 at 2:24 am
Slightly puzzled how you got those procedure to work, are you certain that you posted the right code? Quickly looking at the first procedure:
1. Typo, flaot should be FLOAT, this...
July 23, 2014 at 10:42 pm
shah_khan_1289 (7/23/2014)
i have created a stored procedure with dynamic query and using sp_executesql . stored procedure is work fine.
now i want to call stored procedure in select statement...
July 23, 2014 at 12:10 pm
ScottPletcher (7/23/2014)
July 23, 2014 at 11:55 am
pmscorca (7/23/2014)
Ok. I repeat the last time my question.
You promise?
😎
July 23, 2014 at 11:49 am
pmscorca (7/23/2014)
I haven't SQL Server 2012 media.
I need to prepare a SQL Server 2012 installation having SQL Server 2014 installation.
It is possible to...
July 23, 2014 at 11:47 am
N_Muller (7/23/2014)
In regards to the XML storage as VARCHAR(MAX), we can receive XML that does not go through XSD validation and may not even be a...
July 23, 2014 at 11:38 am
pmscorca (7/23/2014)
I repeat that I know that SQL Server 2014 has rights to downgrade.
Simply, I want to know how technically I...
July 23, 2014 at 11:32 am
Viewing 15 posts - 7,741 through 7,755 (of 8,753 total)