Re: SQL Server write
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 07/02/04
- Next message: Mark Allison: "Re: Access Boolean to SqlServer???"
- Previous message: Mark Allison: "Re: Outlook and SQL2000"
- In reply to: Niles: "Re: SQL Server write"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 08:56:58 +0200
Compare the profiler traces between the two installations. If one has a bunch of stored procedure
calls or SQL INSERT/UPDATE/DELETE, where the other doesn't, you have found the problem: the
application.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Niles" <Niles@discussions.microsoft.com> wrote in message news:EF5DE628-773F-4C79-9CBC-7D8558434E1B@microsoft.com... > I mean that when I log in (through the front end) those entries are captured normally in the database and nothing is being captured. I don't get any error messages. A trace through Profiler shows that it is connecting fine to the correct database and did not display any errors (Although it shows several "reads" and 0 "writes"). I used the same user in both databases, it has Public, Read, Write rights. The application os from a vendor and it is a database that is a backend to this app. > Is there a way to see the differences between the two installations of SQL server (like a script). Would that affect it. > > Can there be any intermediery layers between the prod server (the one we couldn't write to) and the test laptop server? > Thanks > > "Aaron [SQL Server MVP]" wrote: > > > What does "unable to write new data" mean? Do you get an error message? If > > so, what is it? What kind of "write" are you trying to do, insert, update, > > create object, something else? What user are you connecting as? What role > > is this user in? What database is the action occurring in? > > > > -- > > http://www.aspfaq.com/ > > (Reverse address to reply.) > > > > > > > > > > "Niles" <Niles@discussions.microsoft.com> wrote in message > > news:9BB7017D-DFA8-4930-AA6C-A65AE8A6EBB7@microsoft.com... > > > I have an application that was connected to MSDE and I've been trying to > > connect it to a SQL server 2000. We succeeded to connect to it and view the > > database and previously made entries but are unable to write new data. The > > next test was to install sql server on a laptop and point the app directly > > to the laptap. That test succeeded. What could be different between our > > main SQL server and the new installed one that prevents writing in one and > > allows writing to the other. > > > > > > Thanks > > > > > >
- Next message: Mark Allison: "Re: Access Boolean to SqlServer???"
- Previous message: Mark Allison: "Re: Outlook and SQL2000"
- In reply to: Niles: "Re: SQL Server write"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|