Recent IT Questions

1 - 20 of 63
<<PREVIOUS 1|2|3|4 NEXT>>

Backup of large amount of data

I need some suggestions on a backup procedure. Here's what I am backing up to a 3.5 TB fileserver (RAID 5). 200 GB of application and document files from an application server. About 200 GB each on four medical imaging workstations. 100 GB of SQL database files from a SQL Server 100 GB of backed...

View Answer   |  Jul 1 2009  6:49 PM GMT
Backup & recovery, RAID, RAID 5
asked by EyeT

  20 pts.

Connecting to a SQL Server 2005 database through LAN

I am trying to connect to my SQL server 2005 database on my server. I open SQL server 2005 management studio and try to set the server name to IPADDRESS\SERVER3 (the name of the server) but this doesnt work. I have also tried with connection strings in VB and these dont work either

asked by Providence

  15 pts.

Transact SQL stored executed from AS/400 CL program.

How can I execute a Transact SQL stored procedure (actually in the database) on a SQL 2000 database from an AS/400 CL program.

View Answer   |  Jun 8 2009  2:39 PM GMT
SQL Server 2000, AS/400, SQL Database
asked by Jcorzine

  20 pts.

SQL 2005 Password

If you move a sql 2000 database to sql 2005 which admin password does it have now.

View Answer   |  Jun 5 2009  3:12 PM GMT
SQL migration, SQL 2000, SQL 2005
asked by Jabbman42

  20 pts.

Delete Rows from SQL DATABASE BEFORE Import To THE SQL DATABASE USING SSIS

How to Delete Rows from SQL DATABASE BEFORE Import To THE SQL DATABASE USING SSIS

View Answer   |  May 27 2009  5:01 PM GMT
SSIS Package 2008, SSIS 2008, SSIS
asked by NET2008

  5 pts.

Database and Log file location

How do I change the default location for database and log files during a SQL 2005 installation?

View Answer   |  May 26 2009  7:06 PM GMT
SQL 2005, SQL Installation, SQL Database
asked by Quincy

  175 pts.

Retrieving Records based on Record Selection from another table

I have an Access database (which eventually is going to SQL)that contains several tables. One table is contains categories of items that are available for purchase. The other tables contain those items that belong to the appropriate category. In other words I have categories of flowers, vegetables,...

View Answer   |  May 21 2009  8:46 PM GMT
Microsoft Access, Access Database, SQL Database
asked by Tjlevin

  10 pts.

Removing data in a column after a hyphen

We imported a text file and one of the columns has first and last names in it. However, there is sometimes a hyphen with a title after the name. We need to create a SQL statement that will look for the hyphen and remove it and anything following it. Example: Column 1 Column 2 02/18/09 John...

View Answer   |  May 20 2009  4:39 PM GMT
SQL statement, SQL Database, SQL Database Formatting
asked by Sunitalynn

  15 pts.

Unable to backup sql database.

the full error that I am receiving is Backup- \\usfshk3ap09.edcllc.net\D: DataAn unknown or unexpected database error occurred while attempting a DBCC. The file name "C:\Program Files\Microsoft SQL Server\MSSQL$SHAREPOINT\Data\STS_Config.mdf ...

View Answer   |  Apr 23 2009  12:04 AM GMT
SharePoint, SQL Database, SharePoint backup
asked by Terrywilson

  40 pts.

Video hosting

I am including a video howto section to my business website. I have minimal experience in php and sql but have already created a SQL database for the information. I want this to be both dynamic and directable through the title of the video. can someone please give me direction.

Answer Question   |  Mar 29 2009  7:46 PM GMT
Video hosting, SQL, PHP
asked by Tripodcomputerservices

  20 pts.

Connectionstring for paradox db password protected

Hello everybody, Searching for answers I've found this insteresting page!! I've created a SQL query to a paradox database, it works fine with a non- password protected table: Provider=MSDASQL;Persist Security Info=False;Mode=Read;Extended...

View Answer   |  Mar 26 2009  4:34 PM GMT
SQL Query, ASP, SQL Database
asked by Starbasestarfleet

  20 pts.

table row values for column headers

Hi. I have two tables in a simple database: Prices ID (int, identity, PK) Year (smallint - year of value) Quarter (smallint - year quarter 1-4) Area (smallint - FK to Areas.ID) Index (float) Areas ID (int, identity, PK) Name (varchar) So, as you can see, the Prices table contains price...

View Answer   |  Mar 17 2009  7:25 PM GMT
SQL, SQL Database, SQL tables
asked by Snowbunny

  5 pts.

Reporting and Mirrored SQL2005 DB

Can i access the sql2005 mirrored db via crystal reports for reporting

View Answer   |  Mar 10 2009  8:04 PM GMT
SQL 2005, SQL Database, SQL 2005 Database
asked by Civmailman

  15 pts.

VB.NET code to search if a record already exists or not

hi! i m fresher i want a vb.net code to serch record from sql database table by using 2 fields of table as a condition i.e client name and client code before saving any new record and if record already exist in table it give me message for that i m sending u code plz rectify it and reply Imports...

View Answer   |  Feb 11 2009  9:49 AM GMT
VB.NET 2005, Search string, Visual Basic .NET
asked by Sachinm

  10 pts.

Crystal Reports last twelve months

I wrote a report that accululates invoice totals for each customer in a sql database based on period and year for period. I manually entered the last 11 months in the formulas by taking current month minus 1, then current month plus 10, year minus one and so forth. How can I make this process...

View Answer   |  Feb 7 2009  10:00 PM GMT
Crystal Reports, SQL Database, SQL queries
asked by Dunbar

  5 pts.

Tricky Grouping problem!

I am trying to migrate some Employee absence data, from one table to another. The data currently looks like: Employee, Date, Reason ------------------------ dave,01/01/08,sick1 dave,02/01/08,sick1 dave,03/01/08,sick2 dave,04/01/08,sick1 dave,05/01/08,sick1 bob,01/01/08,sick1 bob,02/01/08,sick1...

Answer Question   |  Jan 9 2009  1:53 PM GMT
SQL, SQL Database, SQL Database Grouping
asked by EggBeard

  5 pts.

How to configure the database instance to respond slowly for any request?

With default configuration settings at DB instance, the db server is responding quick. For my tests, i want the db server response to be slow. What configuration changes or anything else can be done so that the db instance will respond slowly (atleast take 1 minute time to execute). The request...

View Answer   |  Dec 16 2008  7:24 AM GMT
Oracle, DB2, SQL Server
asked by Saimadhu

  365 pts.

Finding which columns contain data in a table

I have to establish which columns in a table have data present. Each row has up to 100 columns, and not all of the columns contain data relating to the row. So in Table 1, Col1 Col2 Col3 Col4 Row 1 abc Row 2 abc Row 3 ...

View Answer   |  Dec 10 2008  3:42 PM GMT
Data migration, Database migration, SQL Database
asked by TedGiles

  5 pts.

Transfering SQL files from location to colo

What is the fastest way to get the SQL database files transfered over? i.e. zip the files

View Answer   |  Dec 4 2008  0:26 AM GMT
SQL Database, SQL Database Transfer
asked by Phatboy812

  25 pts.

Users in a data base

How many users concurrents does the database SQL support???

View Answer   |  Dec 3 2008  9:36 PM GMT
SQL Database, SQL Database Concurrent Users
asked by Users

  5 pts.


1 - 20 of 63
<<PREVIOUS 1|2|3|4 NEXT>>