Viewing 15 posts - 1 through 15 (of 244 total)
only surprised that this kind of recognition didn't come earlier.
well deserved.
September 14, 2011 at 6:07 am
would increase the varbinary like so
select ABS(CAST(CAST((newid()) AS VARBINARY(8000)) AS Bigint))
help?
July 19, 2011 at 9:16 am
example here of using c# clr proc to zip and ftp backups. Also using asymmetric key.
April 29, 2011 at 1:43 am
using CLR procedure, much more secure,robust free and extensible solution here
April 26, 2011 at 3:32 pm
using CLR procedure, much more secure,robust free and extensible solution here
April 26, 2011 at 3:31 pm
using CLR procedure, much more secure,robust free and extensible solution here
April 26, 2011 at 3:30 pm
using CLR procedure, much more secure,robust free and extensible solution here
April 26, 2011 at 3:29 pm
using CLR procedure, much more secure,robust free and extensible solution here
April 26, 2011 at 3:29 pm
Hi Jim,
Thanks very much for your help. Unfortunately my servers are not in`the active directory domain.
Can i use a variation on your solution anyway?
Jules,
March 9, 2011 at 12:41 am
Yes, explicit ordering seems pointless but it is enforced by the xsd which validates it.
If there no way to sort it alphabetically then i need to remove the order enforcement...
February 4, 2011 at 8:25 am
The interesting thing is that i can set the 'one' element at the top but I need the elements alphabetical order by name.
So this works
SET @xml = ( SELECT...
February 3, 2011 at 10:50 am
doesnt help returns this
<root_element value="one">
<elementA value="many" />
<elementA value="many1" />
<elementA value="many2" />
<elementA value="many3" />
<elementA value="many4" />
<elementA value="many5" />
...
February 3, 2011 at 10:24 am
what was it? i got the same problem, thanks.
July 27, 2010 at 10:24 am
great that works. thanks very much.
Just one more thing.
Is there a way i can rename the element in t-sql.
So update <N id = "2"/> to be <P id =...
July 7, 2010 at 12:36 am
Viewing 15 posts - 1 through 15 (of 244 total)