Tagged Questions

0
votes
1answer
25 views

SQL Server 2000 vs SQL Server 2008 Query Performance

I'm working with a client who had a SQL Server 2008 converted from a SQL Server 2000 DB and one of the queries has quite dramatically increased in time since it was on SQL Server 2 …
0
votes
3answers
59 views

Big Table Advice (mssql)

Hey all, I'm experiencing massive slowness when accessing one of my tables and I need some re-factoring advice. Sorry if this is not the correct area for this sort of thing. I'm …
0
votes
2answers
27 views

I m using one database with the same name in SQL Server 2000 and SQL Server 2005.

I am using one database with the same name in SQL Server 2000 and SQL Server 2005. How can I manage the connection string in the web.config file so that we can differentiate the …
0
votes
3answers
51 views

SqlServer performance with a large number of tables in database

I am updating a piece of legacy code in one of our web apps. The app allows the user to upload a spreadsheet, which we will process as a background job. Each of these user uploads …
0
votes
4answers
33 views

SQL Sever Management Studio for SQL Server 2000

We use mostly SQL Server 2005 but have a few SQL Server 2000 servers laying around. Is there a SQL Server Management Studio like application for SQL Server 2000? Thank you.
1
vote
2answers
51 views

LINQ, Skip, OrderBy, and SQL Server 2000

I'm accessing a data context object that is auto-generated by using LINQ to SQL. The SQL database is a SQL Server 2000 box. The class I'm working with is a SQL View. I have a state …
1
vote
4answers
54 views

Select column, if blank select from another

How does one detect whether a field is blank (not null) and then select another field if it is? What I really need is a IsBlank function that works the same as IsNull but with wit …
1
vote
5answers
66 views

Restore SQL Server 2008 database to SQL Server 2000

I have to move an entire database from a SQL Server 2008 machine to a SQL Server 2000 machine. I created a backup using Management Studio 2008, copied it to the hard drive of the …
0
votes
1answer
17 views

SQL Server 2000 Installation

I can't do it. The only version I can find is this one: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=8e2dfc8d-c20e-4446-99a9-b7f0213f8bc5 I guess I …
2
votes
4answers
82 views

How do I do a SQL BETWEEN where the date and time are stored seperatly as integers.

At the company I work for date and time values have always been stored separately in integer fields, so for example 8:30 this morning would be stored like this: date of 20091116 …
0
votes
2answers
25 views

Sql server 2005 on sql server 2000

I want to ask is there any issues or risks involved in installation of SQL Server 2005 Enterprise Edition on SQL Server 2000 Enterprise Edition in production server? Please tell …
0
votes
5answers
43 views

How to put row number for sql query in sql 2000 where rownumber() is not supporting?

How to put row number for sql query in sql 2000 where rownumber() is not supporting?
0
votes
1answer
17 views

Changes to sysusers and sysxlogins in SQL 2008

Hi all, I am currently updating a MS SQL 2000 server to SQL 2008. One of the issues highlighted by the Upgrade advisor is that the undocumented table sysxlogins has been removed. …
0
votes
2answers
88 views

Select Top 5 records of every employee in SQL Server

I have the following issue, I have this query that select the latest 5 records created for an employee: SELECT TOP 5 p.value, p.record_date AS FECHA FROM employ …
1
vote
5answers
76 views

Merge these two queries into a single query

I have the following queries: SELECT Sites.EDISID, Sites.[Name], (SUM(DLData.Quantity) / 8) AS TiedDispense FROM Sites JOIN UserSites ON UserSites.EDISID = Sites.EDISID J …

1 2 3 4 5 31 next
15 30 50 per page