Viewing 15 posts - 1 through 15 (of 40 total)
the results of your select are
FirstLastrn
TomJones1
JohnJones2
these are not the results I am look for thank you
October 25, 2012 at 11:10 am
Worked for me
then just sp_DropServer (name) droplogin
March 9, 2012 at 2:15 pm
/* Basically I need to use the max(Rec_ID) + 1 in @OriginalTable to be the 1st number in the @NewTable
the RestofData cannot be used to join or...
October 26, 2011 at 9:16 am
Only one Report per file. So the first instance will be ok. In this case.
July 26, 2011 at 1:22 pm
A completed version of the problem and solution
Declare @x xml
SET @x='<?xml version="1.0" ?>
- <AnalyticsReport>
- <Report name="Custom Report">
- <Title id="Title">
<CompareStateHelp>Compare report data to overall site performance and include report data...
July 26, 2011 at 8:21 am
Drew
I am not sure, I really don't know anything about XML
July 25, 2011 at 2:15 pm
AnalyticsReport('(ProfileName)[0]','varchar(100)') as WebPage1,
c.profileName('(ProfileName)[0]','varchar(100)') as WebPage1,
c.value('(ProfileName)[0]','varchar(100)') as WebPage2,
none of these am I headed in the right direction?
July 25, 2011 at 1:54 pm
Drew
How would I add the profileName to that select?
Mark
July 25, 2011 at 12:42 pm
Yes I did. ANd that solved the problem
:w00t:
July 25, 2011 at 12:27 pm
Msg 9438, Level 16, State 1, Line 2
XML parsing: line 2, character 6, text/xmldecl not at the beginning of input
July 25, 2011 at 12:09 pm
Drew
I really don't know anything about XML can you please be more specific. Yes please give me the exact code you used
thank you
July 25, 2011 at 9:25 am
Drew
SO I should load this into a xml type column and run this select against it?
Mark
July 25, 2011 at 6:06 am
msg 4108 Level 15 state 1 line 41
Windowed functions can only appear in the select or order by clause
I have tried this is does not work in an update statement
March 30, 2011 at 2:45 pm
I need it to update the Put_it_Here column
March 30, 2011 at 2:29 pm
Viewing 15 posts - 1 through 15 (of 40 total)