Viewing 15 posts - 46 through 60 (of 80 total)
Example data stored (in reality 200 fields)
Pkey OMG NUMV ...
July 5, 2012 at 1:29 pm
Lowell (6/6/2012)
are you really just running 'dir d:\runtime\SomeExec.exe' (directory!) or are you EXECUTING 'd:\runtime\SomeExec.exe'
The 'dir' version just made clear that xp_cmdshell is working
how do you...
June 6, 2012 at 8:23 am
Thanks Jan,
I new it was something small and obvious.. 😉
April 19, 2012 at 5:16 am
Yes, that would be a partial solution, especially since 90-95% of columns are nullable..
May 12, 2011 at 1:25 pm
Hi,
We checked TCP/IP settings in Configuration Manager and found out that TCP port for IP All was blank. Settings this to 1433 and using localhost instead of machine_name\instance_name...
December 3, 2010 at 2:48 am
Michael Valentine Jones (9/2/2009)
Is is possible that the server you are having trouble with does not have the Lithuanian collations available?
Checked this, but it does not seem to be the...
September 3, 2009 at 2:54 am
MarkusB (9/2/2009)
September 2, 2009 at 11:19 am
Never mind.. Forgot the explicit outer select :w00t:
June 4, 2009 at 5:47 am
Yes, i understand the mechanism. I was wondering if it works for you as well with the data provided, since your initial reaction was that nothing was returned:-)
May 19, 2009 at 6:47 am
That is a bit scary, cause I want to make sure that it will work over at customers.
Would it be too much to ask to try my table download in...
May 19, 2009 at 2:44 am
It does exactly what I want ,when I specify the right languagecode.
May 18, 2009 at 1:15 pm
The following is what I got at the moment:
select temp.id,temp.xmlname.value('(//Translations/Translation[@Language = "1043"])[1]','nvarchar(max)') from
(select id, cast(name as xml) as xmlname from someschema.sometable) temp
Still do not understand why the [1] is needed...
May 18, 2009 at 8:48 am
Ahum,
The xml expression itself is stored as a nvarchar(max) type and not as an xml datatype. I guess that means that the xml type of query expressions will not work?
May 18, 2009 at 6:54 am
The error received is returned through the BI-tool and is no more then a hint to contact the database administrator.
Tried to replicate the error message this morning , but...
October 10, 2008 at 1:03 am
scan table sysobjects for xtype = 'U' and table_name to avoid dropping other objects that may have the same name (accidently)
September 16, 2008 at 1:28 pm
Viewing 15 posts - 46 through 60 (of 80 total)