Viewing 15 posts - 5,311 through 5,325 (of 5,502 total)
Need some advice on how to respond in the future...
While venting:
Do you think that I've overreacted on that post http://www.sqlservercentral.com/Forums/FindPost732338.aspx
I mean, posting sample data in Excel is fine for the...
June 10, 2009 at 2:03 pm
Hi Tommy,
Based on the Excel data you attached I kinda assumed the relevant structure of your tables.
Is it really an issue that you're unable to post the following on this...
June 10, 2009 at 1:25 pm
Hi Balaji,
I'm wondering how the xsd shows up all of a sudden... since it looks almost like the issue we discussed just the other day within the following thread http://www.sqlservercentral.com/Forums/FindPost729749.aspx...
The...
June 10, 2009 at 12:57 pm
Regarding the "Smurf" posts:
Did anybody ever figured out, what color a smurf turns into if he gets strangled?
(Just had to warm up that old joke...) 😀
June 9, 2009 at 10:25 am
Hi, you should look into sp_executesql instead of EXECUTE. For Details please see BooksOnLine (BOL).
You also might have a look at http://www.sommarskog.se/dynamic_sql.html
If you need more information please tell us a...
June 9, 2009 at 9:25 am
Hi Megistal,
first of all thanx for the sample data structure you provided! Makes it easy to work on!!
This solution should work.
DECLARE @FileContent xml
SET @FileContent='101213'
SELECT Node.value('VersionInfo[1]', 'int') AS VersionInfo,
Node.value('Version2Info[1]', 'int') AS...
June 9, 2009 at 12:19 am
Please don't cross post.
further discussion using http://www.sqlservercentral.com/Forums/FindPost730969.aspx
June 8, 2009 at 2:54 pm
Hi Balaji,
before we go into details a few comments:
1) You should not post real data as it might get you into trouble for posting stuff that's not within your authority....
June 8, 2009 at 2:48 pm
Jeff Moden (6/7/2009)
June 8, 2009 at 12:26 pm
Please don't cross post.
Discussion in thread http://www.sqlservercentral.com/Forums/FindPost729749.aspx.
June 8, 2009 at 12:25 am
I was wondering about his reply too, since the two statements (regarding the article and the correlation to the original subject) within one post don't seem to match up very...
June 7, 2009 at 3:34 pm
Cross post.
Reference post http://www.sqlservercentral.com/Forums/FindPost730354.aspx already closed by OP.
June 7, 2009 at 1:38 pm
Since you "investigated" what a tally table is, the following code should be self explaining. It will return 18 lines as requested.
-- build sample table and insert data
DECLARE @A TABLE...
June 7, 2009 at 1:23 pm
Hi Priya,
would you please show us what you've tried so far so we can help you to make your code performing better.
I think it's a better idea than just throw...
June 7, 2009 at 2:17 am
Viewing 15 posts - 5,311 through 5,325 (of 5,502 total)