Viewing 15 posts - 1,681 through 1,695 (of 5,394 total)
For those who want to play with the code, you can download it from here:
March 23, 2012 at 6:03 am
charles.southey (3/23/2012)
March 23, 2012 at 3:50 am
David McKinney (3/23/2012)
I think this is a great article, with a lot of tasty code to chew over.Thanks for putting in the effort and sharing!
Thank you, David.
March 23, 2012 at 3:14 am
surreydude. (3/23/2012)
If the discussion is around how to present locale-specific date formats I would understand, but when converting dates an international standard must be one...
March 23, 2012 at 3:13 am
Thank you, Koen.
The BOL page for CONVERT is linked in the "built-in method so far" section. unfortunately hyperlinks are not easy to spot both on the forums and on the...
March 23, 2012 at 1:25 am
Just to add my $ .02, one hour is still a very long time, unless you're moving 1TB of data.
Are you sure there's no tuning opportunity in that code?
March 22, 2012 at 6:18 am
If it is configured to run as a service, you could set up the service to restart when it fails.
You can find that setting on the service properties, "Recovery" tab...
March 22, 2012 at 6:16 am
You could use a table variable to store the "split" values and join it to your table:
-- SETUP. When posting on the forums you'd better include a table definition like...
March 22, 2012 at 2:50 am
BACKUP is not a blocking operation. It consumes CPU and I/O and could slow down the instance, but not block other processes.
Paul Randal has a nice blog post on Backup...
March 22, 2012 at 2:30 am
You could split the street number / address parts into separate computed columns and create indexes on those columns.
This needs changes in the application, though.
FTI seems to me a bit...
March 20, 2012 at 3:35 pm
Sorry to say that, bu I would have left it with the temporary tables, unless performance was not acceptable.
Is there a particular reason why are you merging everything in a...
March 20, 2012 at 5:16 am
You could try to put some of that logic in views or iTVFs.
I recently wrote a blog post on how to deal with huge statements. You can find some tips...
March 20, 2012 at 4:37 am
Duplicate post.
Replies here please: http://www.sqlservercentral.com/Forums/FindPost1269385.aspx
March 20, 2012 at 2:58 am
L' Eomot Inversé (3/16/2012)
mtillman-921105 (3/16/2012)
March 20, 2012 at 2:56 am
Oracle owns MySQL, but there's a community edition of the product that can be downloaded and used at no charge.
Oracle offers Standard/Enterprise editions and maintains additional tools/features on those versions.
March 16, 2012 at 6:41 am
Viewing 15 posts - 1,681 through 1,695 (of 5,394 total)