Viewing 15 posts - 1,696 through 1,710 (of 2,043 total)
A reason for sucking up additional nt extents instead of using the available place could be the original fillfactor of an index.
If you had an original table with an index...
January 22, 2006 at 9:05 am
After you moved you tables do sql server, you'll want to relink the linked tables to the ones on sql server. If you know some vba you can manage it...
January 22, 2006 at 8:45 am
My experience with Access:
I'm developing new projects in .NET after using Access 97 for more than 5 years as a frontend to SQL Server and now finally moving on to .NET.
History:
first:...
January 20, 2006 at 12:51 pm
A wild guess, perhaps a default connection setting is conflicting like ANSI NULLS DEFAULT ON/OFF. Default collation (see the database model)
What is the patch level of sql server 2000? Sp3a...
January 20, 2006 at 11:35 am
just to make sure you have everything right on firewall settings http://support.microsoft.com/kb/839279
What is your current connectionstring? Does it use a name or an ip-address?
January 20, 2006 at 9:49 am
At work we currently differ the password the application uses to connect to the various servers. (sql authentication at the moment)
dev: login applicationX password applicationTesting
QA: login applicationX password applicationQA
Prod: ...
So...
January 19, 2006 at 10:52 am
Can you trace how far the program goes along with sql server using the sql profiler? What was it last statement ?
Have you changed the language of sql server or the default language...
January 19, 2006 at 10:39 am
Needs some testing (restoring the backup), a good network connection. (the smallest thing could make the backup corrupt making it a high risk operation)
A mapped (X
January 19, 2006 at 10:30 am
if you want to increase the chance that sql server uses an index; only select the necessary fields instead of select *.
January 19, 2006 at 10:25 am
Does the sql server account have permissions to write on the share?
January 19, 2006 at 10:10 am
Autostart MSDTC is enabled on both sql servers?
Unsure about this but there could be a problem when msdtc is started after sql server.
Same servicepacks.. SP1,SP2,SP3,SP3a,SP4...?
Nt servicepack SP6, SP6a?
Any firewall in...
January 18, 2006 at 12:10 pm
There seem to be some indendations (whitespace?), is the column defined as char?
What is the patch level of the ado component (mdac 2.8?)
January 18, 2006 at 11:46 am
for step 3, have you also tried sqlplus to connect to the database from your cluster?
I have no experience for clusters but it could be required that both hosts have to...
January 18, 2006 at 11:39 am
Happy to help 🙂
The main relinking happens in fcRefreshlinks.
strNewConnect = the new link/connection to your tables.
findConnect(strDatabase, tdf.Name, strOldConnect)
is a function to get the updated connection.
see http://www.connectionstrings.com/ for possible connection strings
You could...
January 18, 2006 at 11:36 am
Viewing 15 posts - 1,696 through 1,710 (of 2,043 total)