SQL Server 2005 Questions and Answers

Recent IT Questions

21 - 40 of 535

Working TRIGGER and TRANSACTIONS QUESTION

Hello all, My company purchased an operations software (called [strong]darwin[/strong]) that works with SQL 2005 Server. I need to extract some data and save it in my Own Database, which is located in the same SQL Server. On the darwin software there is a screen that updates a field X in a...

View Answer   |  Sep 30 2009  6:25 PM GMT
TRIGGER, SQL Server 2005, Transactions Per Second
asked by LUISCGG

  5 pts.

SQL Server 2005 is running slow

SQL server 2005 is running very very slow while it hase 32 GB ram 200 GB SAN and 4 Processor of xneon 566 Ghz. The normal select query takes 30-35 seconds to returing 37 records. Please give me the suggestion how to increase the performance Software/Hardware used: OS-window server 2003 R-2,...

View Answer   |  Sep 30 2009  12:44 AM GMT
SQL Server 2005, SQL Server performance, $$PLSQL_UNIT
asked by Biru

  25 pts.

how to use sql server 2005

i have installed sqlserver2005 but i want to know how to open sql server and connect DB

View Answer   |  Sep 27 2009  12:28 AM GMT
SQL Server 2005, SQL Server database
asked by Anand7986

  5 pts.

Error when insertin.g data into SQL table

                I'm using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I'm having a problem of inserting data into one of the tables in my database through my VB.NET application. I...

View Answer   |  Sep 26 2009  10:31 AM GMT
VB.NET 2005 programming, SQL tables, SQL Server tables
asked by Obhasha07

  85 pts.

synonym in SQL server 2005

How can one get the information about the object type of synonym that is whether the synonym belongs to function, stored procedure, table or view using a query. Sys.synonyms table contains information about synonyms present in a particular database but it does not tell for which object the synonym...

asked by Bhavnarang85

  5 pts.

Upgrade to IDES CRM 7.0 (ABAP)

Hi All, My client using sap IDES CRM 5.0 (ABAP) and he wanted me to upgrade to IDES CRM 7.0 (ABAP) . I am new to BASIS, can any one help , which CD's( with the CD numbers and related notes numbers ) to be downloaded from service market place and how to start the upgrade on a stand-alone system...

Answer Question   |  Sep 25 2009  3:48 AM GMT
SAP Basis Administrator, SAP IDES, SAP CRM
asked by Raja549

  5 pts.

Windows Server and SQL database upgrade

 We are goging to upgrade server, SQL server databases and domain name, now currently using as following setting 1. Server OS - Windows server 2003 Enterprise Edtion. 2. SQL server 2000 3. domaname xxx1 we are looking and upgrade to new os version, server SQL server and change domain name. ...

asked by ITKE

  10345 pts.

dbcc checkdb error; object id 0

Hi, We have been ask by one of our customer to restore a database from SQL Server 2000 and SQL Server 2005. The restore completed however when we run a integrity check on the database errors occurred. We than ran an integrity check with repair allow data loss option, as the customer is happy to...

asked by Db23

  230 pts.

Trigger Use

I have a Sequel Server 2005 database with a Table called Main Call Issue. I want to update the DateTimeModifed field to be the Current System date without changing my original DateTimeAdded field when the record was added to the database. I know a Trigger will work here. Where do I place the...

View Answer   |  Sep 15 2009  6:18 PM GMT
Database Management Systems, SQL Server, SQL Server 2005
asked by Jjc9810

  5 pts.

SQL Database User

Hello, I have 3 servers running sql server 2005 server1, server2, and server3 with database1 and database2 respectively. I backup database1 on server1 and backup database2 on server2 then I restore database1 and database2 on server3 as read-only on a daily basis. I only want to use one sql...

View Answer   |  Sep 14 2009  9:22 PM GMT
SQL, SQL Server, SQL Server security
asked by RickMartinez

  85 pts.

Applying snapshot on Subscriber - SQL SERVER 2005

hi, i've read on this articlehttp://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1362610_mem1,00.html about applying snaphot on the subscriber by copying the snapshot on the distributor and sending it to the subscriber. i didnt get what/how this part.  When the snapshot is created and...

asked by Raptur3d

  5 pts.

Controlling tempdb Growth

I have a user running a SAS job that kicks tempdb from 8.5M to 6.6Gig in less than ten minutes. tempdb is on the default C: partition, which is only 16G (I have no control over that ridiculous size)! I’m new at this so I’m thinking my only option is to MOVE tempdb because of the space...

View Answer   |  Sep 11 2009  2:22 PM GMT
SQL Server, TempDB, SQL Server 2005
asked by VelameLaCosa

  65 pts.

How to load an Image from an SQL Server 2005 database using VB.NET 2005 coding?

            After a lot of trying and hard work I finally manged to store an image into an SQL Server database using a byte array. But now I'm stuck at how to retrieve it back into my application's picture box control.              This is what I need to do: I need to retrieve the...

View Answer   |  Sep 6 2009  2:19 AM GMT
VB.NET 2005 programming, VB.NET 2005, VB.NET
asked by Obhasha07

  85 pts.

On Error Resume Next SQL Server 2005

Is there to achieve On Error Resume Next? insert into table1 select top 1000 columnname from table2 It should continue inserting the next record even if there is an error. It should not stop the execution. It should simply skip the errors. thanks in advance.      

asked by Jsql

  140 pts.

Is share point an alternative / more than SQL Server?

I m poor in using MOSS Microsoft Office Share Point. I have web application in ASP using IIS and SQL Server 2005. Now if I have no licence for SQL Server 2005 can I use MOSS as an alternative for SQL Server 2005? Is it possible to create / attach data base in MOSS / MOSS related SQL...

View Answer   |  Sep 2 2009  1:56 AM GMT
SQL Server 2005, IIS, MOSS
asked by SQLServer2008

  10 pts.

Service Broker in sql server 2005

[strong]What is a real life application of service broker architecture in sql and how to use it?[/strong] [strong]Can anybody help me in understanding service broker with real life example?[/strong] Thanks in advance Software/Hardware used: sql server 2005

View Answer   |  Aug 31 2009  10:14 AM GMT
SQL Server 2005, SQL Server Service Broker
asked by Srm2009

  5 pts.

How to open sqlserver2005 after installing

I have installed Sqlserver 2005 into mys system and how can i set a username and password to that.I am the only user to that computer.

View Answer   |  Aug 26 2009  4:00 PM GMT
SQL Server 2005, SQL Server Password Management
asked by Vasi

  40 pts.

Migrating C code db acess from sybase to sql server 2005 - newbie

I have to change the db access from a sybase to a sql server 2005 in a c program (i have to keep the C code) I have read lots of technical articles but i'm a bit confused ... with ODBC and the use of sqlcli.h i write a simple C code that access the sql server db but i think it is not the better...

Answer Question   |  Aug 25 2009  7:49 AM GMT
SQL Server 2005, C programming, Sybase
asked by 094959

  5 pts.

Capture SQL Server logged in db User name in Access 2007 Accdb

I have a SQL Server 2005 backend with an Access 2007 Accdb front-end application.  Security has been established via SQL Server database user groups with associated table-level permissions. I would like to disable certain form functionality based on the logged in user.  Is there a way...

asked by Ppeterso

  15 pts.

SQL Server Database Restore

When i restore a database from server1 to server2 as stand by/read-only mode the database restores with a database owner "domainrmartinez". How can i restore a database from server1 to server2 and the database owner as "sa"? Software/Hardware used: SQL Server 2005

asked by RickMartinez

  85 pts.

21 - 40 of 535