| Thread | Last Post | Replies |
|
| Paging in sql server 2000 with select distinct | 30 Jun 2009 23:07 GMT | 4 |
I have a SQL query in a stored procedure with "select distinct ..." query. Retrieves large data. I want use paging results. I use Sql server 2000. Any help, please ?
|
| Upgrading from SQL Express to SQL Enterprise | 30 Jun 2009 20:52 GMT | 4 |
I am fairly new to SQL and have run into a problem where I need some help. I have a test MOSS 2007 installation that is running on SQL Express and I wanted to upgrade it to SQL Enterprise. I used the SKUUPDATE=1 switch making sure not to select the default instance and to select ...
|
| Affects of DC demotion with SQL installed | 30 Jun 2009 18:03 GMT | 1 |
we inherited a 2003 dc that has Exchange 2003 , SQL 2000 installed. We want to demote this machine and understand what has to happen with Exchange in order to do so. I wanted to know if/how SQL will be affected by the demotion and if there
|
| grouping on a derived number? | 30 Jun 2009 15:55 GMT | 1 |
I have a query with a bunch of SUMs in it, GROUPed by a variety of columns. I've been asked to convert for FX, which is easy enough... someNumber * ISNULL(oneFX,1)/ISNULL(otherFX,1) Even though the numbers are used as a combined figure, to use them I
|
| Copy Database Schema and Some Date | 30 Jun 2009 15:11 GMT | 2 |
All, I need to copy a database schema and configuration tables. I don't want to copy our customer data. Is there an easy way of doing that I've tried a few things but I was hoping someone has an easy way.
|
| Create Database on the server | 30 Jun 2009 07:55 GMT | 5 |
I would like to ask those of you, who are SQL Server admins. Our software product creates a database and all tables that are needed for this product to work properly. In the previous versions, our product installer just deployed database to
|
| Rolling back bcp takes forever. Shouldn't. | 29 Jun 2009 22:47 GMT | 4 |
I had to kill a SS2008 bcp-in because of space issues with the log file device. I believe the bcp had actually loaded the rows but had moved-on to creating the Clustered index. The flat-file had 147,000,000 rows @35 gig. It is my understanding that bcp loads the database pages ...
|
| Setup SQL 2000 Liked Server from SQL 2008 | 29 Jun 2009 14:34 GMT | 1 |
Hi there is it possible to connect a SQL 2000 server as a linked server in 2008? I'm getting SQL Server Error 65535 when I try.
|
| Upsized tables problem [XPost from m.p.s.migrationassistant and m.p.s.newusers] | 29 Jun 2009 13:15 GMT | 1 |
I have upsized an Access 97 database to sql server 2008 using Microsoft SQL Server Migration Assistant 2008 for Access. Migrated tables were linked to the Access 97 database front end by the Assistant. Most of the tables have migrated fine. However, a handful of tables when opened ...
|
| SQL 2005 Mirroing Error | 29 Jun 2009 08:42 GMT | 3 |
I am trying to configure SQL 2005 September CTP (9.0.1314) to mirror its database to another server, taking advantage of the Witness sever feature. I go through the configure security wizard and correctly fill in the
|
| Endpoints not answering | 28 Jun 2009 15:49 GMT | 1 |
If I have set up an enpoint like so: CREATE ENDPOINT [MyFirstUserConnection] STATE = STARTED AS TCP
|
| Compare Schema Between Two Databases | 28 Jun 2009 05:05 GMT | 4 |
Does Microsoft has similar tools like Red Gate SQL Compare to compare schemas between two databases? Thanks, Lijun
|
| how to write this query in sql server 2000 | 28 Jun 2009 01:20 GMT | 1 |
I have a table with columns like this: UserID Date Data1 Data2 Data3 ... User should have data recorded every day (once a day) Now, given a start date and end date, I need to find all the missing
|
| collation for multiple language in a column | 27 Jun 2009 10:02 GMT | 5 |
I need to store different languages of text in a single column as nvarchar. When selecting text from this column targeting a particular language, I wish I get the results sort by meaning dictionary order. One way is to append a collate clause with the appropriate collation.
|
| Script out the entire database in SQL 2005 | 27 Jun 2009 09:01 GMT | 4 |
In SQL 2005, is there a way that I can script out the entire database, so that it contains all the create scripts for all the tables, views, constraints, functions, procedure in the right sequence. Also is there a way that I can script out data , so that after I create the ...
|