Viewing 11 posts - 31 through 41 (of 41 total)
isnt that like having standards for the sake of having standards, if it doesnt matter what the standards are aslong as one abides by them, why have them - they...
July 20, 2004 at 7:33 am
I would expect the DBA to make the decision on naming conventions, I have made the mistake of letting Data Administrator and Analysts set names for various objects and the...
July 20, 2004 at 1:56 am
I assume, she has a valid server login on the SERVER aswell as a valid database user, in the database?
-- Alex
July 16, 2004 at 6:04 am
i've used to use the BCP program to import data and never had a problem, aslong as I didnt get the row and column terminators confused - which i do...
July 16, 2004 at 2:22 am
Hi Stacey,
Are you guys using Active Directory Groups, one problem I have encountered quite often, if when one server is in a different domain, to the logged in user.
There...
July 16, 2004 at 2:08 am
Mitch,
(two things?)
(1)
Do you need to perform the operation using dynamic SQL?
Can you not do something similar to:
SET @quarter = 'Q1' + '2004'
insert into TableMitch (key, field1, field2)
values (@quarter, 'dummy', 'dummy')
SELECT...
July 15, 2004 at 2:14 am
Absolutely, David.
That would probably be the most efficient way of doing it, although it will add 1 more column to your insert.
if you have many other tools accessing this...
June 23, 2004 at 1:48 am
yes, i should have mentioned that.
i do believe there is already quite a few SQL udf source available on the web, but whether they violates any implied licenses from Lawrence...
June 22, 2004 at 4:20 am
Yes, I agree - there are better versions on the same principle available, for example double-metaphone works pretty well (atleast its better) and it handles ethnic names alot more gracefully.
June 22, 2004 at 4:08 am
I wasnt sure exactly what you mean, David Poole has one suggestion, I read your request from a different point of view, and took it as meaning a sounds like match such...
June 22, 2004 at 12:56 am
Viewing 11 posts - 31 through 41 (of 41 total)