473,544 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft SQL Server Forum

Microsoft SQL Server database RDBMS - Ask questions about MSSQL administration, queries, errors, xml, data access, transact-sql, tools, mirroring, integration, setup, stored procedures, merging and more.
1
7,368
thread by: David Gamble | last post Jul 20 '05 by: Albe V°
I am having problems with long timeouts when connecting to or executing commands in SQL Server 2000 SP3. I am writing an application that will be used on laptops within an environment that is wireless. The application is written in VB.NET using the SQL Server managed provider. I have set the "Connect Timeout" parameter on the connection...
0
1,742
thread by: Gary Bouchard | last post Jul 20 '05 by: Gary Bouchard
I have a Visual Basic 6 application that uses MDB or SQL Server databases. I was wondering if it was possible via Automation or ADO or some method, where I could programmicatlly upsize an MDB database to SQL Server. I can run the upsizing wizard from within Access to do the upsizing, and the database converts fine.
0
1,521
thread by: Manuel | last post Jul 20 '05 by: Manuel
I will be deploying an application on an AIX server. Is there an SQL Server client software that I need to install on the AIX box to enable it to communicate with SQL Server?
1
1,366
thread by: Jeffrey Pratt | last post Jul 20 '05 by: Gert-Jan Strik
INSERT INTO AD_Account (AcctName, AcctAddress, AcctCity, AcctState, AcctZIP, AcctStart, ListID) VALUES (, , , , , , ) INSERT INTO AD_AcctContact (ContactFName, ContactLName, ContactTitle, ContactTel, ContactEmail, ContactStart, AcctID) VALUES (, , , , , , @@IDENTITY)
6
2,182
thread by: Ryan | last post Jul 20 '05 by: Erland Sommarskog
I have a query which is quite complex. It's based on a set of data in a complex view which takes the data from several tables. In this complex query, if I allow the various parts of the query to work on the results of the view (MISView), it can take 15 minutes to run (eek !), however, if I create a temporary table with the data from the...
2
5,596
thread by: Mark | last post Jul 20 '05 by: Erland Sommarskog
Hi, is there any way that I can automate granting user permissions to tables/ stored procedures in SQL server 2000? I have a whole bunch of tables and rather than having to right click each table/ then permissions in Enterprise manager I would like to be able to iterate through each table object in a database and grant the relevant...
1
13,155
thread by: Gala Grant | last post Jul 20 '05 by: Erland Sommarskog
I am trying to set up my machine for replication and have recieved the following message "SQL Server replication does not support nicknames, such as "." or "(local)" as server names. Delete the SQL Server registration for this server and register it using the actual server name" Well, I am not sure how to do that, I can't seem to find...
1
4,429
thread by: malfonso | last post Jul 20 '05 by: Erland Sommarskog
I will be deploying a Java application on AIX server. Is there a SQL Server Client Software that I need to install on the AIX server to enable the communication between the AIX box and SQL Server? -- Posted via http://dbforums.com
1
1,674
thread by: Richard Rice | last post Jul 20 '05 by: --CELKO--
This may be a basic question, but defining anything other than a cursor is preffered. I have, as an example, 2 tables. One with customer data (addresses, phones, etc), the other is a listing of all 50 states (a cross reference for short state alias to long state name, i.e. FL - Florida, etc...). I want to sort the out put by state long...
1
4,874
thread by: Tom Yee | last post Jul 20 '05 by: Tom Yee
We just installed SQL Server version 800.194 on a dual processor server equipped with a gigabyte of RAM, running Windows 2000 Server operating system. We set up a few databases with (so far) very tiny tables. When I am working locally (i.e. on the server itself) with Query Analyzer, even the simplest operation is incredibly slow. If I bring...
0
1,880
thread by: Clint | last post Jul 20 '05 by: Clint
Hi, can someone help me out here. We have a database system for our distribution department to ship out orders everyday. We code with Clarion 5.5 of Windows are implementing some SQL. The current code implemented is working great. We want to add some more but our boss is having major reservations about it. He thinks that it will tax...
0
1,510
thread by: Dean | last post Jul 20 '05 by: Dean
Hello All, We have outsourced much or our IT department to a large service provider who is managing our NT/Netware environment and our network infrastructure (routers, switches, etc.). They are using an enterprise management system to gather snmp traps and alerts and other info in order to identify problems before we do. Unfortunately,...
1
8,447
thread by: Akshat | last post Jul 20 '05 by: John Gilson
Hi. i am facing a problem. How do i save a java.util.Date in a SQLServer column declared as a 'datetime' . and please tell me how to retrieve it too.
2
1,607
thread by: digitalfish | last post Jul 20 '05 by: John Gilson
I have two related tables in my SQL database that I wish to join as follows: ------------------------------------ tblCustomers ID (pk) Name etc. tblCustomerManagers
1
4,163
thread by: Dave C. | last post Jul 20 '05 by: Erland Sommarskog
Hi, I have a few things on my databases which seem to be neither true system objects or user objects - notably a table called 'dtproperties' (created by Enterprise manager as I understand, relating to relationship graphing or something) and some stored procs begining with "dt_" (some kind of source control stuff, possible visual studio...
1
5,364
thread by: David McDonough | last post Jul 20 '05 by: Erland Sommarskog
I'm having problems creating a linked server from SQL Server 2000 to DB2. I have an System DSN using Client Access ODBC Driver. I am trying to create the linked server using Enterprise Manager as below, Linked Server: MYLINKSERVER Provider:Microsoft OLEDB Provider for ODBC
2
7,739
thread by: Brian | last post Jul 20 '05 by: Erland Sommarskog
Hi there, I am converting a large PL/SQL project into Transact-SQL and have hit an issue as follows: I have a PL/SQL procedure that converts a string to a date. The procedure does not know the format of the date in the string so it tries loads of formats in converting the string to a date until it succeeds.
1
9,243
thread by: Randy Henson | last post Jul 20 '05 by: John Bell
I need to export certain fields of a table from sql 2000 into a dbf file, but can't find the proper query command to make it work. I also want to set this up to run each night automatically. Any help will be greatly appreciated. Randy
1
3,275
thread by: A.M. de Jong | last post Jul 20 '05 by: John Bell
Is there a command to store a stored procedure to a script in stead of doing it manual one by one with the generate script option. I would like to make a script which copies a bunch of stored procedures each in a different file. A.M. de Jong The Netherlands.
1
4,581
thread by: Troy | last post Jul 20 '05 by: Erland Sommarskog
I was experiencing odd behaviour from SQL Server within Vis Studio this morning and had to uninstall SQL. Trouble is I can't seem to get it set up the way it was before. I installed the developer edition, client and server tools. Can't recall if I did this last time,but now I get the error: "A connection could not be established on...
2
2,537
thread by: BobF | last post Jul 20 '05 by: John Bell
I'd like to use log shipping to provide warm backup to some production MSFT SQL 2000 servers. I know that I can write something to ship logs but I'm looking for a complete solution that would take a while to write. Prefer not to upgrade to SQL enterprise (too costly). Is there a tool that provides a robust solution? ... deletes old log...
1
6,318
thread by: A M | last post Jul 20 '05 by: Erland Sommarskog
Hi, I am getting "Row cannot be located for updating. Some values may have been changed" error when I try to update from visual basic with ado. This happens only when set as default locale on the pc other language than English. Anybody can help on this¿ Thanks
1
5,629
thread by: HP Fuchs | last post Jul 20 '05 by: Simon Hayes
Hallo I have a DTS Package which reads data from a Access Database and imports it to SQL Server. This package runs without error when it is executed trough Enterprise Manager. When I create a job with "Schedule Package" and then try to run the job, it gives errors like this: Ausführt als Benutzer: SQL-S002MUR\SQL_Admin. ...db Das...
2
10,391
thread by: ano1optimist | last post Jul 20 '05 by: Simon Hayes
I've tried several different possibilities but don't have enough basic understanding of the ownerships and permissions that are involved so I'm looking for someone to explain what is required: I created a DTS package that includes a drop table, create table, and data transformation task. Originally, my owner was local to the pc workstation...
0
1,672
thread by: Daniel Morgan | last post Jul 20 '05 by: Daniel Morgan
The University of Washington, Seattle, is offering two certificate programs, beginning in October, for those with significant background in relational databases such as SQL Server that would like to add an additional database to their skill set. If you are interested in also learning Oracle to enhance your ability to get a job, or to keep...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.