Viewing 8 posts - 16 through 23 (of 23 total)
Natasreeni - I've got the same problem. Please read
Initially, it looked like an upgrade problem which is why I posted in the Administration forum but it seems it...
February 20, 2003 at 5:38 am
Thanks for the reply. There are no spaces in any directory names so I dont think thats the problem.
The upgrade worked fine on 2 test servers. It is now failing...
February 20, 2003 at 5:02 am
Antares - you are usually the font of all knowledge but not on this occasion. Read BOL 'Upgrading Databases from SQL Server 6.5 (Upgrade Wizard)'
BTW - I've been searching round...
February 19, 2003 at 8:40 am
Have you considered a database in Standby mode ? This allows read-only access. Read "Using Standby Servers" in BOL.
January 2, 2003 at 5:17 am
I think you need to use sum not count
eg Select persid, sum(datediff(day,startdate,completiondate)) as dates from <table_name>
You might also need to group by persid
August 29, 2002 at 10:04 am
I'll explain.
Currently, the 2 server environment is running SQL6.5. On the database on the Primary server, there are regular tran. log dumps around the clock. These are loaded onto the...
August 29, 2002 at 4:13 am
The tables I'm looking at have non-clustered indexes only. I'm stuck with the design as its a bought in package.
Lgm - Thanks for the advice. I did have Profiler...
August 21, 2002 at 8:38 am
Thanks for the reply Brian.
What I am investigating is whether there are any performance gains from putting tables and indexes from an existing database into different filegroups. The database was...
August 16, 2002 at 3:37 am
Viewing 8 posts - 16 through 23 (of 23 total)