Viewing 15 posts - 2,536 through 2,550 (of 8,761 total)
Hi Jeff,
in this case you will have to use CDATA (Character Data) elements in the construction of the XML.
😎
Here is the function with the necessary modification to handle any type...
December 18, 2016 at 5:13 am
ma701ss (12/17/2016)
Msg 245, Level 16, State 1, Procedure Validate_User, Line 18
Conversion failed when converting...
December 18, 2016 at 3:49 am
Phil Parkin (12/16/2016)
Grumpy DBA (12/16/2016)
December 16, 2016 at 6:30 am
ThomasRushton (12/16/2016)
Grant Fritchey (12/16/2016)
BLOB EATER (12/16/2016)
On twitter when someone adds you to a list - what does that mean?
Oh no.
Don't let anyone do that. It's horrible. Quick, go and change...
December 16, 2016 at 4:28 am
Edvard Korsbæk (12/15/2016)
I have a database where app. 10.000 records are deleted/updated/inserted pr. day.
I have understood from other sources, that i should reindex the db on a regular basis.
Locally,...
December 15, 2016 at 11:30 pm
keithy_sunny (12/15/2016)
For base table sys.syscolpars, is there a corresponding system view for it so that I can...
December 15, 2016 at 11:24 pm
Quick questions:
Any multiple currency subjects?
Currency exchange rates?
Exchange rate history?
Aggregation across currencies?
😎
December 13, 2016 at 8:37 am
Igor Micev (12/13/2016)
For SQL Server 2014 find this reference...
December 13, 2016 at 6:37 am
zouzou (12/13/2016)
The same query with a group by clause I try to run on SQL Server 2005 and on SQl Server 2014 but it seems that every time i...
December 13, 2016 at 5:50 am
prafullaahirrao (12/12/2016)
I have one table Employee which has 2 columns EmpId and EmpName with thousand's of rows in it.
Table does not have any key as of now.
If I execute...
December 13, 2016 at 1:14 am
pankaj 43245 (12/12/2016)
I am new to SQL and i have table which has column FULLNAME (Last name, firstname) & USER EMAIL (firstname.lastname@corp.com) and i m looking to replace the...
December 12, 2016 at 11:37 pm
KGJ-Dev (12/12/2016)
Below the sample query to play with
Declare @UserGroup nvarchar(MAX);
SET @UserGroup = 'UserGroup1|User1|User2|User3&UserGroup2|user4|user5|user6&Usergroup3|user7|user8|user9';
selecT uc.UserGroup, us.Item
FROM dbo.DelimitedSplit8K(@UserGroup,'&') gs
CROSS APPLY (SELECT LEFT( gs.Item, CHARINDEX( '|', gs.Item + '|') - 1) AS...
December 12, 2016 at 1:49 pm
The behaviour and handling of characters is exactly the same on both 2005 and 2014, in fact it hasn't really changes any since SQL Server 6.5, upgrade is not going...
December 12, 2016 at 9:39 am
Beatrix Kiddo (12/12/2016)
December 12, 2016 at 7:42 am
rodjkidd (12/12/2016)
Eirikur Eiriksson (12/9/2016)
ChrisM@Work (12/9/2016)
Eirikur Eiriksson (12/9/2016)
ChrisM@Work (12/9/2016)
Brandie Tarvin (12/9/2016)
rodjkidd (12/9/2016)
ChrisM@Work (12/8/2016)
rodjkidd (12/7/2016)
I'm about a 20 minute walk to the High Holborn Caffe 1882. Let me know if you still...
December 12, 2016 at 7:09 am
Viewing 15 posts - 2,536 through 2,550 (of 8,761 total)