Viewing 15 posts - 361 through 375 (of 522 total)
I wonder why there is no feedback from the Author of the Question.
I also wonder whether I should make a second post since I lost two points 😀
June 19, 2008 at 12:50 am
Hm, I guess there is something wrong with the question.
Since TEXT datatype is deprecated as well, it is perfectly valid to use UPDATETEXT.
And besides this, .WRITE doesnt work for TEXT...
June 15, 2008 at 11:44 am
Friday 13 is actually a good day!
I just passed the last exam (70-442) of MCITP - Database Developer a few hours ago 🙂
And I even passed this question with a...
June 13, 2008 at 4:49 am
Good Article and Good Topic.
I also stumbeled accross the oracle timestamp issue and used TO_CHAR as well to get around it.
Btw, here is some information regarding the deprecated timestamp datatype...
June 6, 2008 at 5:21 am
Since I have no ASP.NET experience, could someone please explain to me how this works?
I can imaginge that a textual result can be used for display in webpages, but what...
June 6, 2008 at 5:07 am
You should be able to read this from the registry. But why would you want to determine the network protocol settings via SQL?
June 2, 2008 at 3:43 pm
Can you please specify what your expected result would be for the example given?
June 2, 2008 at 2:01 pm
Hi Marcus,
your query looks a little messed up.
Try to rewrite it from scratch.
To replace singlequotes, use this format: REPLACE('stringxy' ,'''','')
June 2, 2008 at 1:58 pm
ammon (6/2/2008)
June 2, 2008 at 1:40 pm
ammon (6/2/2008)
Christian Buettner (6/2/2008)
I think the most benefit you will get out of a good archiving strategy that separates current data from old data.
Unfortunately that isn't possible in our system....
June 2, 2008 at 1:28 pm
Btw, congrats, Matt to your 4444th point 🙂
June 2, 2008 at 1:10 pm
Well, optional parameters are a good thing to have, but they should usually be applied next to mandatory parameters, unless you are working with a small data set.
Dynamic SQL doesnt...
June 2, 2008 at 1:08 pm
Viewing 15 posts - 361 through 375 (of 522 total)