Viewing 15 posts - 57,466 through 57,480 (of 59,049 total)
Not sure why you don't just let the tools do it for you... if you use EM to make the change, it will do everything for you... no fuss, no...
October 4, 2006 at 5:08 am
You had an Assembler? Lucky you... Much of the code I wrote in the "good old days" was hand-assembled machine language... now THAT was fun
October 4, 2006 at 5:02 am
Looks like I'm not the only one that can't sleep... thanks, Prasad. ![]()
October 4, 2006 at 12:31 am
And they say understanding underlying data structures is no longer important... the '00' unicode country code in these examples sticks out like a sore thumb to anyone who has seen...
October 3, 2006 at 10:04 pm
Conversions are a bit costly performance wise... the following works approximately 45% faster on a million row test...
SELECT DATEADD(dd,DATEDIFF(dd,0,GETDATE()),0)
October 3, 2006 at 9:57 pm
S'ok... I've been with SQL Server since it was 6.5 and I keep wondering when the next fault will occur ![]()
October 3, 2006 at 9:38 pm
I have got null values in the ' Practitioner_Enddate' column in my table and it is a datetime... |
October 3, 2006 at 8:52 pm
Outstanding... Thanks for the feedback, Michael. ![]()
October 3, 2006 at 8:15 pm
Then I think you need to take Serqiy's advice... he wasn't talking "Trojan Horse" as in "Virus"... he was talking about taking the easy way out with NVARCHAR(MAX) which is...
October 3, 2006 at 8:10 pm
Sounds like you did your homework... glad it worked out.
October 3, 2006 at 7:59 pm
Here's a simple one... the only problem with it is if a table name straddles an 8 k boundry... then it will miss the table name...
--Find name of...
October 3, 2006 at 7:33 am
What do you mean when you say it "timed out"? What app are you in?
October 3, 2006 at 6:12 am
Thanks Serqiy. Nope, I haven't actually lost my mind (yet). I think just about everyone except the guy who wrote that knows that creating indexes on bit columns is a...
October 3, 2006 at 6:06 am
I dunno wth he found but I kinda like the looks of the calculated column... could be sargeble that way... ![]()
October 2, 2006 at 8:49 pm
I'm a bit confused... are you trying to import the file (your comment about Bulk Insert) or are you trying to export to a text file and have the date...
October 2, 2006 at 8:43 pm
Viewing 15 posts - 57,466 through 57,480 (of 59,049 total)