Viewing 15 posts - 106 through 120 (of 251 total)
Never mind on this. I discovered that by setting up a DSN on the local sql server, I can use the MS OLE DB Provider for ODBC Drivers and point...
December 8, 2006 at 3:34 pm
Thanks for your input. Yes, we do have this configuration. We have one domain user account that runs the services for SQL Server and SQL Server agent. The account has...
November 30, 2006 at 8:44 am
Daniel,
Thanks for this contribution, I really appreciate it. The script files are pretty easy to decipher.
I wound up putting the text files into an MS Excel format, and that made...
November 9, 2006 at 4:10 am
If you know of a documented example of this that I might be able to find on the web, could you point me to the URL? If not, and if...
November 7, 2006 at 4:13 pm
Yes, thanks for being so helpful. I'd also be iterested in seeing an Active X script that could do this kind of thing. SSIS appears to have some build in...
November 6, 2006 at 3:00 am
Thanks for your response on this. I'll have to put this on the back burner for now.
CSDunn
November 4, 2006 at 3:36 am
Fixed the problem. It may have had something to do with an MDAC version. I ran sp 2 for Windows xp again, and the problem cleared up.
Thanks!
November 2, 2006 at 4:51 am
I have been able to create a .udl file, but I cannot open it. When I try to open the udl file, I get the following error message; Microsoft Data...
November 2, 2006 at 4:05 am
yes, that just occured to me (duh).
Thanks!
October 31, 2006 at 9:36 am
Thank you for the assistance. It occured to me that I could probably get away with this:
Declare @SvcNameValue varchar(40)
Declare @BeginningAlpha char(1)
Declare @EndAlpha char(1)
Declare @PartialString varchar(5)
Declare @TerminatedString varchar(100)
SET @BeginningAlpha = ''...
October 26, 2006 at 4:31 pm
I was aware that I could set ARITHABORT ON at the database level, but if I understand correctly ,If ARITHBORT is off, a value of NULL will be inserted where NULL values...
October 20, 2006 at 8:08 am
Thanks for your help. I'm trying this approach as I explore ways to more efficiently query a table that has eighty two fields, seventeen million records, no Primary Key, and...
October 17, 2006 at 1:30 pm
I'm looking at some information in BOL that addresses 'Resolving Indexes on Views'. If you have any ideas on this, please share.
Thanks again!
CSDunn
October 17, 2006 at 7:41 am
Thanks again, I really appreciate the assistance!
CSDunn
October 16, 2006 at 8:09 am
Viewing 15 posts - 106 through 120 (of 251 total)