Viewing 15 posts - 9,616 through 9,630 (of 18,926 total)
Go to the client's pc on which they want that setting then go change this (I think it's possible to change that in rgional settings but I'm not 100% sure...
July 26, 2007 at 6:58 am
Re-click on watch this topic. Sometimes that flag gets deleted. I e-mailed Steve about this and he apparently can't figure this one out (or doesn't have time to anyways).
July 25, 2007 at 8:25 am
I know I'm a scare ressource this year, my schedule is busy for the next few months. Almost up to christmas (if you consider the normal week hours at 100)...
July 25, 2007 at 8:19 am
Please post the execution plan. And the table DDL if that has not been posted yet.
July 25, 2007 at 7:24 am
What do you do when the user genuinly wants to type in those characters??
I mean the apostrophe in french, and even english, is a pretty common character, ain't it?
July 25, 2007 at 7:01 am
Have you tried playing with the regional settings (I never did this so it's just a guess)?
July 25, 2007 at 6:43 am
Most importantly, only 10-15 persons monitor this thread VS a few 100 000 monitor new threads. So odds are on your side when you start a new thread.
July 25, 2007 at 6:42 am
Please do not cross-post, we monitor all boards.
Please continue this thread here :
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=21&messageid=384983
July 25, 2007 at 6:09 am
Why do you want to move the XML?
The parsing technic you are using is fine... an optimal compared to XML.
Th eonly other option is to create a temp table on...
July 25, 2007 at 6:08 am
You'd be surprised on this one... you're version forces 5 table scans while the udf takes only one and some overhead to call the function.
The fastest version of this is to...
July 25, 2007 at 5:25 am
You need to upload it onto a web server. AFAIK, there's no working way to do this at the moment.
July 24, 2007 at 11:01 am
Jeff, do you suggest to add a line in the open connection such as : SET DATEFORMAT YMD. So that all incoming connections from now on are certain to have...
July 24, 2007 at 8:15 am
Isn't there a varchar(max) in 2005?? I am really asking because I don't know if there's another limit for the dynamic sql length.
Anyhow a couple solutions already exists for this...
July 24, 2007 at 7:10 am
Create WorkQueueTable (permanent table)
(
id int
)
then in the trigger, you simply insert the ids in that table
Then you assign a job to run each X minutes or whatever delay you feel...
July 24, 2007 at 6:05 am
Viewing 15 posts - 9,616 through 9,630 (of 18,926 total)