Viewing 15 posts - 5,341 through 5,355 (of 8,753 total)
jimmycjen (5/8/2015)
May 8, 2015 at 12:56 pm
crookj (5/8/2015)
Revenant (5/8/2015)
djj (5/8/2015)
DonlSimpson (5/8/2015)
Ed Wagner (5/8/2015)
crookj (5/8/2015)
Ed Wagner (5/8/2015)
djj (5/8/2015)
TomThomson (5/8/2015)
Eirikur Eiriksson (5/8/2015)
Stuart Davies (5/8/2015)
SQLRNNR (5/7/2015)
cliniquecosmetic
Code
Morse
Crossing (Road outside this building "Morse Crossing")
Road
High (road)
Ethics
Virtue
Honor
Strength
Character
Lead
May 8, 2015 at 12:47 pm
sqly2kdba (5/8/2015)
I have to pull this data from table with 1000 rows like this
Wondering , where in the query I plug in the actual column...
May 8, 2015 at 12:44 pm
sqly2kdba (5/8/2015)
SELECT
sys_id('(HostSystemIdentificationInfo/identifierValue/text())[3]','varchar(50)')
,sys_id('(HostSystemIdentificationInfo/identifierValue/text())[4]','varchar(50)')
FROM host_sys);
sys_id is not a recognized...
May 8, 2015 at 11:53 am
GilaMonster (5/8/2015)
Lynn Pettis (5/7/2015)
I really want to say "Write it yourself. We aren't here to do your work for you."
For a couple seconds I thought that was directed at...
May 8, 2015 at 3:06 am
Stuart Davies (5/8/2015)
SQLRNNR (5/7/2015)
cliniquecosmetic
Code
May 8, 2015 at 2:55 am
Sorry I misread the question. The server will check the permissions of the login account in the second database unless Cross-database ownership is enabled and it is the owner of...
May 7, 2015 at 9:58 pm
Quick suggestion
😎
DECLARE @SAMPLE_XML XML = N'<obj xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:vim25" versionId="5.5" xsi:type="ArrayOfHostSystemIdentificationInfo">
<HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">
<identifierValue> unknown</identifierValue>
<identifierType>
<label>Asset Tag</label>
<summary>Asset tag of the system</summary>
<key>AssetTag</key>
</identifierType>
</HostSystemIdentificationInfo>
<HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">
<identifierValue>PSF:</identifierValue>
<identifierType>
<label>OEM specific string</label>
<summary>OEM specific string</summary>
<key>OemSpecificString</key>
</identifierType>
</HostSystemIdentificationInfo>
<HostSystemIdentificationInfo xsi:type="HostSystemIdentificationInfo">
<identifierValue>Product ID: 654081-B21</identifierValue>
<identifierType>
<label>OEM specific string</label>
<summary>OEM specific string</summary>
<key>OemSpecificString</key>
</identifierType>
</HostSystemIdentificationInfo>
<HostSystemIdentificationInfo...
May 7, 2015 at 2:40 pm
Ed Wagner (5/7/2015)
djj (5/7/2015)
Revenant (5/7/2015)
whereisSQL? (5/7/2015)
DonlSimpson (5/7/2015)
Ed Wagner (5/7/2015)
crookj (5/7/2015)
SlateStone
Cold
Beer
Need
Want
More
Merrier
May 7, 2015 at 2:18 pm
caddywonkus (5/7/2015)
May 7, 2015 at 2:16 pm
GilaMonster (5/7/2015)
That's not an article, that's a small book.
With your short and concise style, it could fit into an article:-D
😎
May 7, 2015 at 2:08 pm
GilaMonster (5/7/2015)
Eirikur Eiriksson (5/7/2015)
GilaMonster (5/7/2015)
Ok, I need to write something.Article requests?
How about different types of db recovery?
😎
If you mean recovery models, I've done those before. If now, please clarify?
No,...
May 7, 2015 at 1:59 pm
GilaMonster (5/7/2015)
Ok, I need to write something.Article requests?
How about different types of db recovery?
😎
May 7, 2015 at 1:48 pm
____ KD (5/7/2015)
The code was working in SQL query.
I wanted to drop the table because the table schema may change so I only...
May 7, 2015 at 1:19 pm
mxy (5/7/2015)
May 7, 2015 at 1:17 pm
Viewing 15 posts - 5,341 through 5,355 (of 8,753 total)