473,551 Members | 2,722 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
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...
2
2,539
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
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...
9
19,565
thread by: Rathtap | last post Jul 20 '05 by: --CELKO--
I want to use the Identity field (increment 1,1) as a primary key and have a unique constraint on my other field which is of type char. I am worried that related data in other tables may lose referntial integrity if records in the ID table get messed up and need to be re-entered. Can you please advice on best way to do this. I definitely need...
2
5,598
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...
0
1,881
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,511
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,...
2
7,742
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
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
9,245
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
2
3,117
thread by: rjp | last post Jul 20 '05 by: rjp
Hi, In case of a remastering of a client, I need to backup the Enterprise Manager configuration (the groups, the declared servers in the groups), instead of registering all servers manually once again. Does anyone know how it could be done ? TYA rjp
1
5,366
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
1
5,630
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...
1
4,164
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
2,866
thread by: Peter Ang | last post Jul 20 '05 by: Simon Hayes
I was wondering if the CPU is the bottleneck. Hence I used the Performance Monitor to look up some values. Here are the results. Counter Scale Average Maximum Minimum %Disk Time 1 2.74 24.932 0 Current Disk Queue Length 10 0.090 6 ...
2
10,395
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...
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,582
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,836
thread by: Nishy | last post Jul 20 '05 by: Phoenix
Hello all, I have been trying to find some information about exporting data from postgresql on linux to ms-sqlserver 2000 on windows but have not been able to get hold of any information. I would really appreciate if someone can point me to some source of information. Thanks in advance, Nishy
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
0
1,675
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...
3
27,456
thread by: June Moore | last post Jul 20 '05 by: oj
Hi, I would like to add a unique index that consists of two fields in a table. e.g. tbl_A (field1,field2) -- field1 & field2 Indexed and combination must be Unique. Can anyone tell me the actual sql syntax to create this index? Thanks, June.
1
4,152
thread by: Ben M. | last post Jul 20 '05 by: Dan Guzman
Greetings all, This should be an easy task, and Im sure it is, but as many times as I have tried, I cant seem to get this to work properly. We changed ISPs recently from a shared host to a co-located server, and our former host was nice enough to send us a backup of our old SQL2000 database (about 5MB). I went into Enterprise Manager,...
0
1,424
thread by: Ray Watson | last post Jul 20 '05 by: Ray Watson
Hi all This is a super simple problem I am sure. I was playing with the DTS Import/Export tool to see if I could transfer and entire database between two computers. It seemed to work ok until the very end, when it gave a message saying it could not find

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.