Viewing 15 posts - 241 through 255 (of 389 total)
Stan Segers (7/16/2008)
Laurie Bantin (7/16/2008)
http://msdn.microsoft.com/en-us/library/ms345137.aspx
i think you can write the query in the new syntax much more clearly and easily (if you are using SQL Server...
.
July 16, 2008 at 4:29 am
To generate a CDATA section, you should use FOR XML EXPLICIT.
.
July 8, 2008 at 1:33 am
After building the INSERT QUERY, try to print it in debug mode and see if it looks correct..Then try to execute the query in management studio you could spot...
.
June 19, 2008 at 11:26 pm
Hi,
It does not really help because I have no way to run it and see the problem. Meanwhile, my only guess is that something is going wrong with your REPLACE()...
.
June 18, 2008 at 10:20 am
could you post some script that reproduces the problem?
.
June 18, 2008 at 4:03 am
In our example, the REPLACE function is expected to remove the unwanted character (CHAR(0)). Try to run a SELECT query for the specific column and apply a REPLACE() operation and...
.
June 17, 2008 at 9:12 pm
You will have to do a string operation to do this. Look at the example given in the previous session: http://www.sqlservercentral.com/articles/XML/62661/
.
June 16, 2008 at 5:09 am
I think I did not understand the questions fully. could you elaborate?
.
June 16, 2008 at 4:07 am
You need to create a page that executes the TSQL code and returns the resultant XML to the HTTP response stream. The caller (usually an rss reader or a browser...
.
June 4, 2008 at 11:22 am
You can find the total number of rows by using 'COUNT(*) OVER(PARTITION BY '')'. I think some one has already mentioned this earlier in this thread.
You can sort rows...
.
May 30, 2008 at 11:03 pm
Anirban Paul (5/15/2008)
Jacob your articles are good and very helpful. I am not that expert to comment on your articles but your articles are really helpful...........Thank you. 🙂
Thank you...
.
May 15, 2008 at 10:26 am
DEK,
Thanks for the feedback. Infact, this is something that I had in mind and will be coming up in the next sessions. One of the previous sessions has shown how...
.
May 15, 2008 at 7:31 am
I dont think a feed parser will complain for the namespace declaration on the item elements.
I had been writing another article on ATOM feed and realized that feed validators...
.
April 9, 2008 at 8:10 am
Thanks Phil,
And thanks for bringing up those great 'work-benches' at simple-talk. Learned a lot from you. 🙂
.
April 7, 2008 at 2:04 am
Thanks to every one! Special thanks to Steve and Jeff for being great educators. I learned a lot from Jeff especially on 'how-to-make-a-good-post' kind of stuff and realized many of...
.
April 7, 2008 at 1:31 am
Viewing 15 posts - 241 through 255 (of 389 total)