all groups > sql server clients > february 2005
Communications link failure #0
Posted by Scott McDonald at 2/28/2005 6:04:53 PM
We are intermittently getting this error on our SQL server. The front end is
access and this happens every so often causing the users to have to exit out
of access and reconnect. I'm by no means a SQL expert, and our programmer
who manages this database isn't sure what it is either, he says it... more >>
Another Need Help for Choosing an SQL Server front end
Posted by AMH at 2/28/2005 5:43:19 PM
Hi,
I'm just in the planning stages of upgrading a small bunch of databases
to MS SQL Server (2003). The current databases are very poorly
designed, so I'm basically starting from scratch. The databases will
grow to be quite large over time, and we have plenty of space for it.
Currently the n... more >>
Two Foreign Keys on one column - problem
Posted by Geni at 2/28/2005 4:08:52 PM
Hi,
I have a problem.
My problem is :
I have two tables reprezentoing a tree, first table representing nades,
and second representing links
first - ID, Name second- ID1, ID2,weight
--------------------- ----------------------
| 1 | name 1 | | 2 | 1 | ... more >>
Unable to restore User database
Posted by Farhan at 2/28/2005 2:27:05 AM
Unable to restore User database from One Server to another server, when ever
I going to restore database it’s giving following error
Server: Msg 3132, Level 16, State 1, Line 1
The media set for database 'Vacancies' has 2 family members but only 1 are
provided. All members must be provide... more >>
Deploying System DSN to Multiple PCs
Posted by Josh at 2/27/2005 7:25:02 PM
Is there any way to deploy System DSNs to multiple PCs?
I'm in a windows xp client environment with sql server 2000 running on a
windows server 200 box.
Thanks for any help.... more >>
select rows database lock?
Posted by gl at 2/25/2005 5:47:02 AM
When in the sql enterprise manager, if you right click a table and go to open
table--> select all rows, does that "lock" the database? As in if you select
all rows will someone else trying to read the data (via app or web interface)
and update it be locked out of it? We're often told that we s... more >>
Databasename Variable
Posted by Gabe Matteson at 2/24/2005 1:47:03 PM
declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM = N'SRVDB1@mydomain.com',
@TO = N'gmatteson@mydomain',
@priority = N'HIGH',
@subject = N'Process Success',
@message = N'Database Backup Succeeded.', - Rather than putting Database
Backup Succeeded, I would like to put "@... more >>
SQL Send Mail Problem
Posted by Gabe Matteson at 2/24/2005 12:51:36 PM
Running Windows 2003 Server with SQL Server 2000 w/SP3a
This is the message I recieve when I go to add the profile to the server and
click Test. Any ideas? Thanks,
- Gabe
xp_test_mapi_profile failed with mail error 0x80040111
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Tera Bytes Databases
Posted by John at 2/23/2005 4:56:40 PM
Can any one guide me like what I have to do for setting up my tera bytes
database in SQL Server. Any helpful article.
Thanks
... more >>
IP Management
Posted by John at 2/23/2005 10:26:21 AM
I wanna save IP address in database in Int format.
Let's assume the ip is... 219.25.12.0
Can any one give me the idea like how I have to parse and save it into the
database in the int format and again parse for displaying in the origional
form.
Thanks in advance.
... more >>
OLEDB: Prepared cmd with NULL input param for NOT NULL INT col fai
Posted by neophyte at 2/23/2005 1:11:02 AM
Provider: SQLOLEDB
Version: SQL Server 2000 8.00.760
Script for creating table:
CREATE TABLE [dbo].[ADRVERTRETER] (
[ROWID] [timestamp] NULL ,
[ROWVERTRETER] [int] NOT NULL ,
[FIRMA] [smallint] NOT NULL ,
[VERTRETER] [int] NOT NULL ,
[NAME] [varchar] (20) COLLATE Latin1_General_C... more >>
[MS Design Tools] - Class not registered."
Posted by Ryan at 2/22/2005 11:38:57 AM
On a Windows 2000 pro workstation I am using SQL 2000 enterprise
manager I am trying to return all rows, I get the error message "An
unexpected error happened during this operation. [MS Design Tools] -
Class not registered."
I have reinstalled the client tools, reinstalled service pack 3a, ... more >>
Need help choosing front end for SQL Server
Posted by PsychicStickleBrick at 2/21/2005 7:09:38 PM
I've been working on an Access 97 database that's pretty much reached
it's limit in terms of performance and reliability. Although it supports
relatively few users (5-10 concurrent) it contains a lot of data (around
30 tables, some with several million records) plus a lot of forms and
reports.
... more >>
SQL server tables read-only to ADP
Posted by Tony Z at 2/21/2005 9:13:01 AM
I have successfully migrated an Access 2003 database to SQL server - at least
all the tables and queries that resolve into views migrated successfully. I
also sucessfully migrated all my forms and code into an ADP project.
Everything works with one HUGE exception. All my tables on the SQL serv... more >>
Can anyone tell me.
Posted by John at 2/18/2005 10:30:00 AM
Let's assume I have to go for setup of sql server and I have a 20 GB
database and daily transaction is around 200 KB size. Can any one tell me
what I have to do for setup sql server like what are the configuration and
what are the step I have to consider.
Thanks
John
... more >>
Opening table in SQL Server 2005?
Posted by David at 2/17/2005 3:29:02 PM
This ought to be easy. But I can't figure out how to do it.
Using Enterprise Manager in SQL Server 2000, I point to a table, select it,
right click and choose Open Table-> Return all rows. Now I have the table
open and I can edit to my heart's content.
How can I do the same thing in SQL ... more >>
updating server aliases on clients
Posted by simon at 2/16/2005 4:15:21 PM
Hi,
I'm forever running around updating\ change client libraries and aliases
on client machines using the cliconfg.exe utility.
Does anyone know how I could automate this?
Ideally at login users aliases are created or updated?
Would this involving scripting and registry modfications?
... more >>
MSSQL Client Software?
Posted by Jamie at 2/16/2005 11:57:32 AM
We have Windows XP workstations and I'm trying to figure out what this
Client software is? Can anyone give me some information on this?
Installing MSSQL Client Software
Before installing the application, you will need to install your MSSQL
Client software that
matches the version of your M... more >>
Backup
Posted by RLN at 2/16/2005 3:49:08 AM
Is it possible to take backup of database for 1 day change?
also possible to restore it back for the particular date?
for example..
In one month data of database I want to take a backup for changes in 13 of
the month.
if required restore it back.
--
WM_QUIT
RLN... more >>
Replication
Posted by John at 2/15/2005 8:51:51 PM
Dear Professional,
I am encountering one error while the data is going to be replicated.
Here is the detail !
Last Command :
{CALL sp_MSins_Master (16, 'Okie', 1,
{5575376A-73CB-419C-9175-F6662FB115B7})}
Transaction sequence number and command ID of last execution batch are
0x0000000B... more >>
ANSI_WARNINGS inconsistently in effect
Posted by A. Powers at 2/11/2005 2:09:05 PM
I have written a VB.Net application using a SQLConnection to connect to a SQL
2000 database. The application uses an update statement in a SQLDataAdapter
to make changes to a table on the server.
The problem is that one client is getting an error with the update failing
due to string trunc... more >>
Migration Tool
Posted by John at 2/11/2005 11:55:17 AM
What is the best tool for migrating the database from access to SQL Server
or vise versa.
Thanks
... more >>
Archiving
Posted by John at 2/11/2005 11:54:41 AM
Can any one tell me about the Archiving the database concept. How can we do
archiving in SQL Server.
Thanks
... more >>
Security Q:
Posted by SRY at 2/11/2005 8:33:39 AM
Hi,
I connect AccessXP to SQL2k (.adp) and I would like to protect my work.
I noticed that the forms and reports created can be easily imported into a
new project.
Howto prevent / block it?
TIA
... more >>
sp_monitor
Posted by John at 2/10/2005 1:54:36 PM
Sp_Monitor
Here I have a following information about Statistics but can any one let me
know either this is ideal one or not.
last_run current_run
seconds
------------------------------------------------------ --------------------------------... more >>
Performance Monitor
Posted by John at 2/10/2005 1:28:46 PM
I am using the Performance Monitor so can any one tell me about the average
speed of Memory, Physical Disk, Processor.
I just want to make sure due to SQL Server it performance is not going to
degrede so can I one let me know the counter values.
Thanks and have a nice day !
... more >>
NT scheduled tasks
Posted by JJ Wang at 2/10/2005 1:11:56 AM
hi,
do you have to be a local admin on a windows 2000 box in
order to view and execute any NT scheduled tasks?
I have delelopers that shouldn't be local admin on our
production sql server, yet, they need to view and execute
some NT scheduled tasks on the server.
I've granted their dom... more >>
Import ODBC Drivers
Posted by Kmistic at 2/9/2005 6:49:21 AM
Is there a way to import or copy the odbc drivers from my server to my client
without having to go through the process of setting up a new driver, defining
the format, etc... on each client machine.
--
--------------------------------------------
Yes, I searched first :)... more >>
weird client issues.
Posted by gavin.. at 2/8/2005 7:05:51 PM
We are working with 10 new XP Pro clients and a new SQL
Server 2000 install. It is a workgroup environment. Each
client has SQL Client Network Utility run on it with a
Server alias set up using TCP/IP pointing to the correct
server.
8 out of the 10 clients work perfectly attaching to the ... more >>
Administrator logon rejected with ODBC Drivers error '80040e4d'
Posted by Lisa at 2/8/2005 1:33:26 PM
I'm running SQL Server 2000 under Windows 2000 Advanced Server.
Authentication is set up as Windows Only. The Administrator account for the
server is set up as an SQL user (this is done by default). I'm using the
following ASP code to log onto a sample database (for which the
Administrator has... more >>
Text search problem.
Posted by kn at 2/6/2005 10:05:24 AM
I have a database that has strings in a description field.
I need to be able to search this description field with another text
string..
For example, in the second sentence above say I want to search the
description field for the string "able to search".
This is how i have been trying to do... more >>
summary of table content
Posted by Ragnar at 2/5/2005 1:47:02 AM
Is there already a stored procedure which simply lists all user tables with
their corresponding number of entries? If not, did anybody write this by any
chance?
I would appreciate any pointers, thanks.
... more >>
automate Access project connection to MSDE database
Posted by luv2travel at 2/4/2005 3:13:02 PM
I'm using Visual C++ to insert records into my MSDE database. I'd like the
user to be able to view the data via Access projects. In my application, is
it possible to configure the connection settings for an Access project to
connect to the MSDE database? For example, if I were to click the Vie... more >>
General Question
Posted by John at 2/3/2005 6:55:46 PM
When we migrate database from SQL Server 7 to 2000 so which doesn't migrate
to Sql Server 2000 like we have to do manually ?
All Index migrated ?
Thanks
... more >>
sybase help
Posted by John at 2/3/2005 3:16:26 PM
Can any one tell me any website from where I can get the sybase book online
like sql server book online.
Thanks
... more >>
Urgent
Posted by G Q at 2/3/2005 12:03:05 PM
We have an old server 6.5,After we rebooted the server. Try to login to EM
and try to connect get the following Error: SQL Server Error
[DB Libraray] Unable to connect: SQL server is unavailable or does not exist;
Severity level 9 MsgNo 10004 OS Error 53
ConnectionOpen(CreateFile())
... more >>
Problems with connection with named instance
Posted by Duncan at 2/3/2005 2:57:04 AM
Hello,
I have two workstations that run an application that uses SQL Server.
The OS on the workstations in W2000 and there are no SQL server tools
installed.
When the workstations connect to the default instance of SQL Server (for
instance M1_DEV), there is no problem.
But when the wor... more >>
Connection Timeout
Posted by Peter Ericsson at 2/3/2005 1:37:10 AM
I have a question about the "Connection Timeout" from the
client to the Sql server. Everything works fine when I
change the "connection timeout" property in the
connection string for the scenario: "the machine is alive
but the sql server is down" but in the scenario that the
network connec... more >>
Get a list of files a SQL Server instance can access
Posted by Graham Morris at 2/2/2005 5:23:39 PM
I'd like to be able to present my user with a tree view of the devices and
directories a remote SQL Server machine can access.
What I need to do is what Enterprise Manager can do: if I connect to a SQL
Server database on a remote machine to do a backup, when I come to select a
filename the... more >>
From excel file into MS SQL server
Posted by no one at 2/1/2005 3:25:33 AM
I need to find a way to upload an Excel file into an MS SQL database
using a web control front end. I have my ASP.Net control (using C#)
uploading a file to a directory, but the server people now tell me that
I cannot have a writeable area for the web and have a DTS see it as this
is too much o... more >>
|