SQL Database Questions and Answers

Recent IT Questions

41 - 60 of 73

Displaying the COUNT in a SQL database

I have the following information available from my SQL database: Incident Type COUNT ADHOCREPAIR 13 CONSEXCHANGE 7094 ENTERPRISE 21189 FONECARE 38996 FONECAREEXCHANGE 6280 FONECAREPRIORITY 1251 POSTALEXCHANGE 929 POSTALREPAIR 4575 RETOUT 1 I also have the specification that ADHOCREPAIR...

View Answer   |  Oct 21 2008  7:55 PM GMT
SQL Database, COUNT
asked by SQL Server Ask the Experts

  2445 pts.

List,Save and FTP list of all databases

How do I run a job to list all SQL databases on a server, save the output and then FTP the output file to another server?

View Answer   |  Oct 20 2008  4:31 PM GMT
FTP, SQL Database
asked by Mistp001

  20 pts.

ERP form error message on a SQL database

We have a problem with the ERP system on our SQL database. Whenever an ERP form at our client’s end remains idle for 15 minutes, an error message pops up when the form is made active again. This message is: “FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed.” Our DBA team is blaming it on...

View Answer   |  Sep 25 2008  3:38 PM GMT
SQL, ERP, SQL Database
asked by SQL Server Ask the Experts

  2445 pts.

SQL DATABASE SERVER

Hi, Please how can I access a client SQL database server remotely to update date therein. My client have this MS SQL Server Ver. 9.00.2047.00, Product Level: SP1, Edition: Standard Edition. and I will need to update the data. I have to update the database. I have downloaded SQLEXPR and installed...

View Answer   |  Sep 23 2008  7:03 AM GMT
SQL Database, SQL Server Express, SQL Server database
asked by Chukbillo

  20 pts.

Updating values in a table in a SQL database

I have a SQL database with a table. I need to insert a new record into that table if there is no entry for a particular column that day, or I need to update the record if that new record already exists. I am using a count column in the table to accomplish this, and if the count is null, I am...

View Answer   |  Sep 19 2008  5:04 PM GMT
SQL, SQL Database, SQL stored procedures
asked by SQL Server Ask the Experts

  2445 pts.

Questions about a SQL database with hourly transaction log backups

We have a SQL database with a full recovery model that backs up the database once a day, along with hourly backups for the transaction logs. However, we only have one transaction log backup file, and it is overwritten every time. Are transaction log backups cumulative, and if so, does that one...

View Answer   |  Sep 19 2008  4:50 PM GMT
SQL, SQL Server backup, SQL Database
asked by SQL Server Ask the Experts

  2445 pts.

The specified module could not be found

We are trying to install a software (on about 70 workstations) that uses a sql type database that is stored on our server. We all have Windows XP and our server is Windows Server 2003. About half the Workstations are able to connect to the database with no problems. The rest are unable to...

View Answer   |  Sep 19 2008  3:38 PM GMT
Windows Server 2003, Windows XP, SQL Server 2000
asked by Kc5455

  5 pts.

Display Multi-Valued Fields In Views

I have created an expense reports database where the user may enter the customer’s name when entertainment expenses are customer-related. I also have a hidden field where I create a text list of all customers entered (could possibly be 14 different customers). I can display this multi-valued...

View Answer   |  Sep 16 2008  4:11 PM GMT
SQL Database
asked by Mglist

  65 pts.

Infopath Library

We have an infopath form tha that is saved to a library. Is there a way to read that info into a sql database?

View Answer   |  Sep 11 2008  12:32 AM GMT
SQL Database, InfoPath form library, Infopath
asked by Tecnique

  5 pts.

SQL Database Migration Process

Hello, I would please like to know if someone could help me out with a database migration issue.I have a server and i need to migrate all of my data on my current database to a new database.It seems that the new database might be a little different in structure and the tables generally so i would...

View Answer   |  Sep 9 2008  10:17 PM GMT
Database migration, SQL Database, SQL Server 2005
asked by Absorbed

  5 pts.

SQL Server Upgrade and Server Move

I have an old Windows 2000 server running SQL 2000 and need to retire the server and move my SQL databases to a new server. The new server is a fresh install of Windows Server 2003 and SQL Server 2005. I am having a hard time finding a procedure for this complex conversion. Is this something that...

asked by RussGunther

  5 pts.

SQL 2000 and 2005 Offline Table Reindex Determination

Hello, I have prcessed SQL 2000 offline reindexes in the past for specific tables when there was scheduled downtime, but I was wondering if there is a tool or script that I can run for a specifc SQL database to determine which tables in the database would need to be reindexed. I do not want to...

View Answer   |  Aug 15 2008  2:59 PM GMT
SQL Database, SQL 2005, SQL 2000
asked by Bankerdba

  5 pts.

I need to move a sql 7.0 database to a different server running sql 2005.

What would be the best way to do that and will the jobs and DTS jobs come with the database? If not how can I move them also. Thanks for any suggestions.

View Answer   |  Aug 12 2008  2:21 PM GMT
SQL Database, SQL 2005
asked by Bubbanm

  90 pts.

List the names and addresses of all employees who are Mangers

Employee (emplD, fName, lName, address, DOB, sex, position, deptNo*) Department (deptNo, deptName, mgrEmplD*) Project (projNo, projName, deptNo*) WorksOn (emplD* projNo*, hoursWorked) where Employee contains employee details and emplD is the key. Department contains department details and deptNo...

View Answer   |  Aug 12 2008  12:23 AM GMT
SQL Database
asked by Shawe

  10 pts.

write multiple images from SQL database using response.binarywrite

It seems I am able to write a single image with the following code: ID1 = replace(request("ID1"), "'", "''") Dim connStr connStr = Application("DSNFPT") Dim rs Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "select [Image],[ContentType] from FPT_Images where ID = " & int(ID1) & "...

Answer Question   |  Aug 10 2008  10:48 PM GMT
SQL, VBScript, SQL Database
asked by Tacopants

  5 pts.

Limitations on databases per instance in SQL Server 2000 and SQL Server 2005

Is there any limitation on the numbers of databases per instance that can run in either SQL Server 2000 or SQL Server 2005?

View Answer   |  Aug 4 2008  2:26 PM GMT
SQL Server 2000, SQL Database, SQL Server 2005
asked by SQL Server Ask the Experts

  2445 pts.

Setting the ODBC in SQL Server 2005

I use SQL Server 2000, and I am in the process of upgrading to SQL Server 2005. However, when setting the ODBC, the database option for SQL Server 2005 does not appear. Is there something I have to set first before the ODBC?

View Answer   |  Aug 4 2008  2:23 PM GMT
ODBC, SQL Database, SQL Server 2005
asked by SQL Server Ask the Experts

  2445 pts.

Efficient storage of survey answers

We have a website that asks the user a set of questions. The answers are curently stored in SQL database using a table that has: PersonID QuestionID AnswerID Value So one answer to one question is stored in each record. Some questions have more than one possible answers, so all answers to a...

View Answer   |  Jul 31 2008  8:57 PM GMT
Database design, SQL Database
asked by Eyoder

  5 pts.

SQL Connection

Using VB6 How can I build a connection code to connect to SQL DB

View Answer   |  Jul 30 2008  5:33 AM GMT
VB, SQL Database, Visual Basic 6
asked by Khl

  5 pts.

Copying databases in SQL Server 2005 and SQL Server 2008

In SQL Server 2005 and SQL Server 2008, the CREATE DATABASE function creates a new database and copies all the tables that are present in the model database. Is there a function where I can do the same from a template database?

View Answer   |  Jul 28 2008  3:39 PM GMT
SQL Database, SQL Server 2005, SQL Server 2008
asked by SQL Server Ask the Experts

  2445 pts.

41 - 60 of 73