Viewing 15 posts - 421 through 435 (of 501 total)
Joe Clifford (1/8/2008)
January 10, 2008 at 3:01 pm
I agree with Clive, plan to migrate all the databases and keep a current backup of them. However, if you think a database is not being used you can rename...
January 10, 2008 at 2:57 pm
If you want to size you data files the same across 3 drives for optimal I/O. You can create a new database with the same name as your old db...
December 19, 2007 at 1:03 pm
The post by eyechart in the middle of this forum works like a charm but it involves modifying system tables and stopping and restarting SQL Server so do this on...
December 18, 2007 at 4:27 pm
The migration assistant is a handy tool:
http://www.microsoft.com/sql/solutions/migration/access/default.mspx
December 4, 2007 at 5:47 pm
Jeff you are a genius! Don't know why scripting from QA didn't cross my mind :crazy:
I tried many different ways to script a table but missed QA. It works like...
November 28, 2007 at 1:37 pm
Thanks Jeff. In a post above I stated you can create scripts from EM. However, it generates scripts with alter statements for the PK and the constraints. The constraints must...
November 28, 2007 at 12:44 pm
I need to create new tables for updatable partitioned views and would rather do a find and replace 2007 with 2008 than have to re-write all the create table statements.
November 28, 2007 at 10:10 am
What I am looking for is to generate a script from an existing table. You can script a table by right clicking on the table in EM, All Tasks, Generate...
November 27, 2007 at 4:07 pm
ranjithputhan (11/19/2007)
In boot.ini is set
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /fastdetect /3GB...
November 21, 2007 at 3:29 pm
I have seen this problem before when the msdb is out of space. If you add free space to the msdb it may solve your problem.
November 15, 2007 at 5:44 pm
I would also suggest splitting out things like "Name" into FName MInitial and LName. Also, "Address" into AddressLine1, AddressLine2, City, State, ZIP, County, Country. Although you may not want to...
October 18, 2007 at 4:52 pm
I would suggest getting some disk space for backups and use a tool like Litespeed or SQL Backup. I use Litespeed to backup a 1.5TB db to disk in 3...
October 11, 2007 at 5:27 pm
Here is an MS article with the manual uninstall instructions:
October 9, 2007 at 5:09 pm
You should be able to detach subscriber databases. It's the publisher and distributor which cannot be detached.
October 1, 2007 at 2:55 pm
Viewing 15 posts - 421 through 435 (of 501 total)