Tagged Questions

Use this tag for questions specific to the 7.0 version of Microsoft's SQL Server.

learn more… | top users | synonyms

8
votes
6answers
858 views

How can I check for average concurrent events in a SQL table based on the date, time and duration of the events?

I have a set of call detail records, and from those records, I'm supposed to determine the average concurrent active calls per system, per hour (at a precision of one minute). If I query 7pm to 8pm, I ...
3
votes
2answers
1k views

Is it possible to restore a SQL 7 DB to SQL 2008?

I have an old SQL 7 DB .bak file I am trying to work with now. I tried to restore the backup in SQL 2008, but it said that it was unable to work with the file. Does anyone know how I could restore ...
1
vote
2answers
46 views

Help with a complex self referency query accross multiple colums

I am having difficulties with a complicated (for me any way) query. The table I'm querying has 3 colums, ClientID (int Not Null), ProductID (int Not Null) and ExpiryDate (smalldatetime nullable) ...
1
vote
6answers
110 views

Migrating From SQL Server Server 7 To 2005, What should I get excited about?

The company I work for has decided to join the 21st century and upgrade our main database cluster from SQL Server 7 to SQL Server 2005. As a web developer what new whiz-bang features of SQL Server ...
0
votes
1answer
126 views

best way to import data from SQL Server 7.0 to 2005

I have a table in a SQL Server 7.0 database with columns like: Column_1 varchar(10) null Column_2 int null Column_3 varchar(15) null Column_4 float(53) ...
0
votes
2answers
120 views

JDBC driver for SQL Server 7.0?

I need to retrieve datas from the SQL Server 7.0 through java. I have tried the following drivers msbase.jar mssqlserver.jar msutil.jar sqljdbc.jar sqljdbc4.jar These jars works fine for the SQL ...
0
votes
2answers
69 views

Is there any ORM tool for sql server 7.0?

I have a sql server 7.0 database and I will implement a web service above it. How do I access the data without writing any sql query?
0
votes
5answers
368 views

SQL Server Error: Cannot sort a row of size x, which is greater than the allowable maximum of 8094. But I'm not sorting

I understand that the "Cannot sort a row of size 9754, which is greater than the allowable maximum of 8094." from SQL server is caused by a row that has over 9k characters in it, which is greater than ...
0
votes
1answer
58 views

Is there any mechanism to connect to sql server 7 from visual studio 2008?

We are currently moving our SQL Server 7 based database to SQL Server 2000 (Yeah progress) However in the mean time we have to support our SQL Server 7 database product. We currently have access to ...
-1
votes
2answers
72 views

SQLServer7 + VB6 EXE File does not run on Win7

How can I use my old VB6 customized SQLServer database application in Windows 7? I can not upgrade my old VB6 EXE file.