Viewing 15 posts - 106 through 120 (of 227 total)
Pete,
There are a lot of things that you have been able to rule out as problems. I have a couple of suggestions below, looking at the issue from a...
January 25, 2008 at 6:37 am
Checking with the driver vendor, good show! Now on to the next technical hurdle ...
Ah yes, OPENQUERY ... let me grab my notes ...
You are really close ......
January 24, 2008 at 11:18 am
I am thinking that there may be a problem with the Access 2000 front end. You seem to have exhausted issues with the SQL Server backend.
These are areas I...
January 24, 2008 at 8:49 am
pete.doyle,
You have checked the SQL Errorlog, which can give spotty information at best. You can also check the Windows Event Logs (Application, Security and System) for the same time...
January 24, 2008 at 6:46 am
Ziljan4,
I typically just don't want the SQL Server version. I use this script:
-- Show information about all SQL Server Databases in a given instance.
-- SQL Server 2000
-- SQL Server...
January 24, 2008 at 6:31 am
lijusmail,
When you create your ODBC connection (whether or not you create a User DSN, System DSN or a File DSN) to the CMIS system, you will chose either the SQL...
January 24, 2008 at 6:20 am
Paul,
It looks like you are on the right track. It is good news if your System DSN tests successfully in the ODBC Admin tool.
The syntax *always* gets me with...
January 23, 2008 at 10:47 am
PaulSp,
I have not worked with Interbase systems and I am not sure if you would need an Interbase client install on your SQL Server machine.
If there is not an Interbase...
January 22, 2008 at 10:23 am
raym,
I second the recommendation to verify your MDAC components.
Troubleshooting Guide:
Component Checker: Diagnose problems and reconfigure MDAC installations
http://support.microsoft.com/kb/307255/
You can download the MDAC Component Checker software tool here:
MDAC Utility: Component...
January 22, 2008 at 10:08 am
jschroeder
@Damon - is there a performance issue with mail? I am working with a single server.
There is a negligible of a performance hit when enabling Database Mail. You can...
January 21, 2008 at 3:17 pm
You can create an SSIS (SQL Server 2005) package that runs an "Execute DTS 2000 Package Task" around an existing DTS (Sql Server 2000) package.
**Note**: The SSIS package...
January 21, 2008 at 1:15 pm
jschroeder,
It is always nice to see someone that has been thrust the crown of thorns that is the role of DBA/Developer, and you have accepted it with open arms and...
January 18, 2008 at 9:36 am
SELECT Response
FROM Emotes
WHERE HeadMovement = 'Nod'
January 17, 2008 at 7:15 am
Adam,
Thanks for catching that. I corrected my posting.
January 17, 2008 at 7:05 am
I use the script below:
-- Author: Damon T. Wilson
-- Creation Date: 13-DEC-2006
--
-- Runs on SQL 2000.
-- Runs on SQL 2005.
SELECT name AS NameOfFile,
size/128.0 as TotalSizeInMB,
CAST(FILEPROPERTY(name, 'SpaceUsed' )AS int)/128.0 AS SpacesUsedInMB,
size/128.0...
January 17, 2008 at 6:54 am
Viewing 15 posts - 106 through 120 (of 227 total)