Viewing 15 posts - 526 through 540 (of 2,038 total)
Gail and Paul,
ThAnKs FoR cLaRiFyInG mY pOsT!
June 25, 2009 at 4:12 am
Paul White (6/24/2009)
HA! So have you all seen the featured article[/url] today?I think the stand out phrase for me is "I will be using the power of XML" :w00t:
Yeah....
June 25, 2009 at 4:10 am
PlEaSe HaVe A lOoK tO bOl FoR iN sTaTeMeNt. YoU cAnNoT uSe ThIs FoR nUlL vAlUeS. sO tRy ThIs:
😀
CREATE TABLE TEST1
(
SNO INT,
NAME VARCHAR(20),
...
June 24, 2009 at 5:11 pm
June 24, 2009 at 5:06 pm
Could you provide some sample data and the expected result for those data please.
The link in my signature should be helpful for this.
June 24, 2009 at 2:57 pm
Alexander Kuznetsov (6/24/2009)
June 24, 2009 at 1:27 pm
Kay_dba (6/23/2009)
a single select statement.
A relative definition 😉
Let me tell you that those data are really a funny approach...
Since this is 2008 forum, maybe somebody has another solution, but try...
June 24, 2009 at 1:00 pm
Glad I could help 🙂
If you need help with one of those approaches let me know
June 24, 2009 at 12:04 pm
shree dhavale (6/24/2009)
Hi, I am not sure this would be the correct forum
Truly not but I think I can help 😀
I need to parse an XML file to diplay the...
June 24, 2009 at 11:30 am
Gianluca Sartori (6/24/2009)
Florian Reischl (6/23/2009)
Roy Ernest (6/23/2009)
Did anyone see this requestHe has some nerve...:-)
Yep. There is the second part of the story:
http://www.sqlservercentral.com/Forums/Topic740368-146-1.aspx
And there is the third
http://www.sqlservercentral.com/Forums/FindPost741056.aspx
and fourth
Good job to refer...
June 24, 2009 at 10:28 am
I knew that any other constant expression should work equal. Just been unsure about the NULL.
Thanks!
Flo
June 24, 2009 at 9:30 am
Hey Paul
A little side question:
You work with this row-number function:
ROW_NUMBER() OVER (ORDER BY (SELECT NULL))
Is there any difference to this:
ROW_NUMBER() OVER (ORDER BY (SELECT 1))
Sure, the results are equal but...
June 24, 2009 at 8:38 am
Jacob Pressures (6/24/2009)
June 24, 2009 at 7:23 am
Tara (6/23/2009)
I do not have any PK on my tables except that we have clustered index.
You really should add a primary key to those tables to avoid problems like this.
June 24, 2009 at 6:37 am
Nice article Grant.
I'm still not the best friend of SQL integration in Visual Studio but I think the new database projects become better and better and it seems to be...
June 24, 2009 at 6:21 am
Viewing 15 posts - 526 through 540 (of 2,038 total)