| Thread | Last Post | Replies |
|
| Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection | 06 Oct 2004 16:41 GMT | 3 |
I have a windows setup program (framework 1.1), this setup program calls one util.exe with parameters. util.exe opens the connection (SQL Server 2000, windows authentication only) and does some db updations. when i run thru setup exe fails throwing
|
| Logging | 06 Oct 2004 16:34 GMT | 1 |
Is there a way to extract information from the SQL Server logs about stored procedure calls, triggers, etc. after they run? I'm trying to "reverse engineer" and application I inherited. My plan is to run the application, then look at the logs and see what it did under the covers.
|
| SQLParamData need the second param instead the first one | 06 Oct 2004 06:40 GMT | 1 |
I'm tring to insert a large data to image fields. It is an Update query of 2 image fields in the same table. The problem occurs when the data length of the second field is more than 400K.
|
| Server: Msg 7399 | 06 Oct 2004 00:21 GMT | 3 |
I get the following error when I try to do a query accross a linked server. I am trying a select * from [server name].master.dbo.sysobjects. Server: Msg 7399, Level 16, State 1, Line 1
|
| binding input parameters leads to SQL_ERROR | 05 Oct 2004 20:59 GMT | 2 |
I am trying to read the results from a query like select a, b from mytbl where col0 = ?
|
| SQLServer/ODBC and nested subselects? | 05 Oct 2004 16:32 GMT | 7 |
I have a need, unfortunately, to use a subselect as part of an IN clause in a WHERE statement. The subselect contains a parameter that must be bound with SQLBindParameter. However, when I run the code that binds the parameter I get an ODBC error:
|
| logfile | 05 Oct 2004 13:07 GMT | 1 |
Is there any file that shows every transaction log during work on SQL 2000 regards,
|
| Disconnected Database solution | 05 Oct 2004 11:23 GMT | 1 |
Is Windows CE the correct choice for developing an application which will be used on a laptop type of device while disconnected from the main database (SQL Server 2000 Ent. Ed.) but when connection is available will
|
| Change computer name while running SQL Server | 04 Oct 2004 20:20 GMT | 1 |
I need to change the computer name on my Windows Server 2003. I am currently running SQl Server, and I am trying to find out if changing the name will affect the SQL server or not. Is there a process for doing this, or if I change the name and reboot, will the name ...
|
| DB is ReadOnly? | 04 Oct 2004 20:17 GMT | 3 |
I am using DAO 3.6 to connect to a SQL Server db on a remote machine. I can open and close the connection, read records, run stored procedures but when I try to add a record I get "object or database is read only" If I connect to the database using ADO I can add records.
|
| Using Profiler with jdbc -- do not see actual sql | 04 Oct 2004 20:12 GMT | 1 |
How can I see the actual ( or can I ) SQL code when embedded sql is used with a jdbc driver. all that I see is something like: exec sp_execute 24138, 'ACQUIRED', '8988', 'Load Files'
|
| How do I connect my client to the Server? | 04 Oct 2004 20:03 GMT | 1 |
I'm totally new to sql server - 4 hours! I have SQL 2000 server on a Windows 2003 Server. My client computer is XP SP2. I have installed the client tools on my xp system, but now what? Thanks.
|
| Getting data from FoxPro | 02 Oct 2004 01:27 GMT | 3 |
I'm looking to build an application that will get data from an HR system (built in Visual FoxPro 7.0), import it into SQL Server, and process it there. I'm trying to figure out what the best approach to doing this would be.
|
| Transact SQL Syntax | 02 Oct 2004 00:42 GMT | 2 |
Hi ... I am having to switch from Access queries to Access pass- through queries because the SQL Server 2000 tables are getting too large (I connect to SQL Server with Access -
|
| SQL MAIL and Sql Server Agent problem | 01 Oct 2004 21:42 GMT | 6 |
I have a Server with SBS 2003, Exchange 2003, SQL 2000 and Outlook 2003 all with current service packs. I am having a problem with SQL Mail. The problem is the mail profile is grayed out in SQLServerAgent and I do not know why. I created a mail profile on the server in exchange ...
|