SQL Server 2005 Questions and Answers

Recent IT Questions

121 - 140 of 535

Sybase to SQL Server via linkserver

I have set up a SQL link server between an SQLserver 2005 on a W2003 R2 and a SYBASE 12.5.0.2 server on a IBM AIX H70 system. I use the Sybase ODBC driver 04.20.00.67 The problem is than most of the times (there is no pattern ) when I select rows from a Sybase table I get ONLY ONE ROW without any...

View Answer   |  Mar 26 2009  9:27 AM GMT
Sybase 12.5.0.2, SQL Server 2005, Linked Server
asked by Seat

  15 pts.

How to match CSV field values in SQL Server 2005

i have an table in sql-server 2005, in which my one field is storing csv values. suppose i have two tables; one is roles and another is users; and multiple role can be assign to one user. so that i have make a fields i.e roles in user table which is keeping the values in csv format. now my problem...

View Answer   |  Mar 26 2009  7:18 AM GMT
SQL Server 2005, CSV file format, CSV format
asked by Sanjeevgoyal

  5 pts.

SQL Server 2005 - Analysis Services can't Right click and create new Data Source

In SQL Server 2005, under the analysis server, we cannot right click on Data Sources and choose "new Data source". Only Reports and Refresh are available.

View Answer   |  Mar 25 2009  3:56 PM GMT
SQL Server 2005, SQL Server Analysis Services
asked by Swish1976

  5 pts.

SQL Server 2008 extended stored procedures

I have created several extended stored procedures in SQL 2008 which when i run always return a NULL. I call these XP's from within a stored procedure. They work fine in SQL 2005 and SQL 2000. One thing i have noticed is when i click on the properties of the xp the path to the DLL is not there is...

asked by KH

  50 pts.

Can I install SQL Server 2005 32-bit on Vista 64-bit?

I have a processor of 64-bit and windows vista SP1 64-bit. But i want to install sql server 2005 32-bit does it support or can i install it on 64-bit. shekhar.parate@wipro.com

asked by Shekhar08

  5 pts.

IBM System x3400 connectivity

We have brought IBM server x3400(7975PAT) which is running on windows server 2003 with SQL sewrver 2005 which is connected to 15 kiosks. I want to connect it to the one more server 2003 installed system to transfer data from the ibm server. How to connect ?

View Answer   |  Mar 21 2009  6:33 AM GMT
IBM System x3400, Windows Server 2003, SQL Server 2005
asked by Ppaul

  5 pts.

SQL Server with domain accounts

When we install SQL 2005 servers, we usually have a collection of domain accounts for the services that will be running on that server. We usually log on to the server using a local account without logging into the domain. However, it seems to not recognize the domain user accounts and we end up...

asked by Andrewn2000

  5 pts.

How to check Max Worker Threads in SQL Server 2005

We've had a few performance incidents in SQL Server 2005 and I want to check the Max Worker Threads. Would someone explain how to return that? Thanks. Moderator Note: This is a user submitted question

asked by BrentSheets

  6535 pts.

split column into column

I need to Split the single datetime column into separate date and time column in SSIS package and exprot the data into Excel Sheet. Can any one guide how to do it ? Thanks in advance.

View Answer   |  Mar 18 2009  5:12 PM GMT
SSIS, SQL Server 2005, Microsoft Excel
asked by Shamilh

  10 pts.

Searching for a T-SQL query to find data from multiple SQL 2005 servers

I need a T-SQL query to find a list of all database names and sizes from multiple SQL 2005 servers that are connected in a local network. Does one exist?

View Answer   |  Mar 18 2009  3:28 PM GMT
SQL Server 2005, T-SQL, SQL Server Query
asked by SQL Server Ask the Experts

  2445 pts.

Large DB, low capacity line, resync log-shipping options.

Hello, We've a large SQL2000 DB which is 335GBs in size and a majority of tables are geographically replicated to a subscriber using transactional replication across a 10Mbit line. We're going through the process of converting the DBs' environment to SQL 2005. Unforetunately I think this means...

View Answer   |  Mar 18 2009  1:53 PM GMT
SQL Server 2000, SQL Server database, SQL Server 2005
asked by SuperCoolMoss

  140 pts.

SQL Server 2005 log shipping network pass thru security

I have a need to ship logs to a remote secondary server that is in a different domain and without domain trusts. I have configured the SQL Agent on each machine to use a local account (.\SQLAgent) with the passwords the same on both machine. The secondary machine can read the network share that...

asked by Jando999

  5 pts.

SQL Server 2005 Select Multiple views or Tables

in SQL 2000 it was easy to cntl-right-click and select multiple views, stored procedures or tables and generate one script which could be changed (using SQL Analyzer) to create new objects (search and replace text) with different names. This was a big time saver but I don't know how to do that in...

View Answer   |  Mar 18 2009  0:07 AM GMT
SQL 2005, SQL Query Analyzer, SQL Server 2005
asked by SapwizSAP

  5 pts.

SQL Server 2005 SP3 installation on Vista - error message

A user recently submitted this question via e-mail: This Program has known compatibility issues. Check Online to see if solutions are available from the Microsoft website. If solutions are found, Windows will automatically display a website that lists steps you can take. Program: Visual Studio...

asked by JennyMack

  3330 pts.

inserting null record in SQLServer2005 SSMEI through ASP.Net

I'm developing my 1st website but when I'm trying to insert data into the SQLServer 2005 it inserting null record. I tried as it is on access. again their is a same problem. Here is my code: Imports System.IO Imports System.Data Imports System.Data.Sql Imports System.Data.SqlClient Public Class...

View Answer   |  Mar 17 2009  5:01 PM GMT
SQL Server 2005, SQL Server database
asked by Joshi4u

  5 pts.

Attaching a SQL Server 2005 database to SQL Server 2000

How can i attach a database created in SQL Server 2005 to SQL Server 2000?

View Answer   |  Mar 16 2009  5:25 PM GMT
SQL Server 2005, SQL Server 2000, SQL Server databases
asked by SQL Server Ask the Experts

  2445 pts.

Error while referencing external assembly in SQL Server 2005.

Sir, I created a dll (SqlWcfServiceLibrary1.dll) using .net frammework 2008. My code has a reference of another assemble (WcfServiceLibrary1.dll) also. I want to create assemble in sql and use that assemble in a procedure. I am getting error that "Error while referencing external assembly". I...

View Answer   |  Mar 16 2009  9:47 AM GMT
SQL Server 2005, .NET Framework 3.5, WCFServiceLibrary
asked by Batsa

  15 pts.

SQL Server replication fails after renaming Subscriber database

Running SQL Server 2005 on Windows Server 2003. Can the subscriber database to my publication be renamed? Experimented with renaming a test database but replication failed. Thanks. Moderator Note: This is a user submitted question

asked by BrentSheets

  6535 pts.

Using an indexer for SQL Server 2005

Hi The application I work on is a Java web application with sql server 2005. A user can search for a document stored in a file server. When they search for a document, a stored procedure is invoked from the java code and an open query code is used to go to a catalog created by the indexer. The...

View Answer   |  Mar 7 2009  7:12 PM GMT
SQL Server 2005, Indexed tables, Java Web application
asked by Itquestion52

  5 pts.

How to retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?

Hey guys!!! I'm quite new to VB.NET 2005. I need to know how to add, update and retrieve data manually using VB.NET 2005. In the software which I'm trying to implement, data is entered in text boxes and then they are updated/added into an SQL table. When retrieving the...

View Answer   |  Mar 7 2009  11:01 AM GMT
VB.NET 2005, SQL Server 2005, Data Junction
asked by Obhasha07

  80 pts.

121 - 140 of 535