Viewing 15 posts - 37,126 through 37,140 (of 39,769 total)
When you hit the button above, you should get "". In here you need the URL to the image. If it's not on another web server, then email...
September 17, 2002 at 8:38 am
Crazy. Got a couple bad bugs here myself. Not sure what to tell you. IS the issue an insert/update/delete or a select?
Steve Jones
September 16, 2002 at 1:32 pm
use SUBSTRING and CHARINDEX
http://www.sqlservercentral.com/columnists/sjones/tamestrings2.asp
Steve Jones
September 16, 2002 at 11:19 am
Is VB redialing the modem? Sounds like more of a network than a SQL issue or am I missing something?
Steve Jones
September 16, 2002 at 11:15 am
Load into a dummy table and then move it for rows that have enough non-NULL values?
Steve Jones
September 16, 2002 at 11:11 am
You could using VB or C++, but sure it's more efficient.
2 thoughts. Parse the file first and "fix" the data, or load it and fix it using SQL.
Steve Jones
September 16, 2002 at 11:08 am
Not a cluster person, but I know there are issues with SQLMail on clusters. If no one responds here, I suspect you will need to call MS.
Steve Jones
September 16, 2002 at 11:05 am
These are the connection "types" that SQL Server uses. They are DLLs and are "loaded" by SQL Server if you have enabled them. So if your client software is set...
September 16, 2002 at 11:02 am
Not sure that will help. Is the database in 2k mode or 65 mode?
I suspect that the application is doing something funny. Can you trace it and replay the trace...
September 16, 2002 at 10:59 am
Those are mostly administrative tasks for a DBA. You should be controlling the server, patching it with MS patches( after testing), as well as what you mentioned.
Performance tuning can be...
September 16, 2002 at 10:45 am
Thanks for the comments and interesting stories. Hopefully things will turn around all over soon.
As far as DBA v Developer/Programmer. In my experience, most developers are ignorant about good database...
September 16, 2002 at 10:42 am
You are welcome. I started to rebuild jobs, but had some time and decided to track this one down. Hopefully this will save some others some time.
Steve Jones
September 16, 2002 at 10:34 am
Are the files completely downloaded? Does the package complete without an error? It might include the file deletion as part of a rollback if there is an error.
Steve Jones
September 6, 2002 at 10:17 am
You should be able to redistribute osql.exe, which uses ODBC or OLEDB and run scripts through that automatically without the whole client tool install.
Steve Jones
September 6, 2002 at 10:15 am
use an Execute SQL task to run xp_cmdshell. In the query, run isql with the parameters needed.
Steve Jones
September 6, 2002 at 10:11 am
Viewing 15 posts - 37,126 through 37,140 (of 39,769 total)