Viewing 10 posts - 61 through 70 (of 70 total)
We use
DATEADD(d,DATEDIFF(d,0,T.ApptDate),0) to get the date with time set to midnight. We have found that CAST and CONVERT are way too slow when applied to large subsets of data.
Terri
January 19, 2005 at 10:38 am
We always add the Add_Date, Added_By, Update_Date and Update_By columns for audit trail purposes. Add_Date and Update_date are data type Datetime. We also use Version (datatype integer) to determine how...
January 11, 2005 at 6:35 am
Do you have Visual Studio 6 Sp6 installed? If so, this may be your problem - I encountered this problem yesterday and solved it by replacing the MDT2DF.DLL (version 2.0.0.9586)
from...
January 11, 2005 at 6:21 am
If the only purpose of the counter is to make the index on employeeid, school and date unique why not use the identity field as part of the index to...
January 4, 2005 at 2:40 pm
Just a comment on the subject of name parsing. The last word in the string is not necessarily the surname. For example, the surname "Saint Raymond" is 2 words. Also,...
July 28, 2004 at 1:56 pm
Never mind, the SQL task had the wrong connection. It works now, if the Excel file exists. Is there a way to check if the file exists before dropping it? ...
March 31, 2004 at 9:54 am
Create a SQL task who’s existing connection is the excel spreadsheet. Remember, the sheet “screwup” is treated like a table so you must drop it and re- create it, so...
March 31, 2004 at 8:15 am
Not an answer to your question but your parsing algorithm fails for names like mine: Terri Santa Coloma, where Santa Coloma is my last name, no middle name. It also...
February 13, 2004 at 6:34 am
I wish that you would display the first few lines of the message in the Community Update email as you did in the past. This would better enable me to...
January 13, 2004 at 6:27 am
Thanks for the quick responses. The article by Andy Warren was particularly helpfull. I've decided to use the SET CONTENT_INFO solution for now.
Terri
January 9, 2004 at 6:17 am
Viewing 10 posts - 61 through 70 (of 70 total)