Viewing 15 posts - 8,206 through 8,220 (of 9,248 total)
Hello buddy, fancy seeing you here 🙂
June 12, 2009 at 5:37 am
i agree with Markus. Create\use a folder that you have permissions for and use that
June 12, 2009 at 5:35 am
can you post the create trace statement you are using
June 11, 2009 at 6:07 am
as i mentioned the only thing you may need is login info and database paths\details. If you haven't upgraded the database (which you haven't) you would need to script the...
June 10, 2009 at 6:09 am
Perry Whittle (6/9/2009)
Extra indexes may have been created, more data now than you had previously??
June 10, 2009 at 5:54 am
even so it probably shouldnt be necessary on a daily basis.
although its never failed previously remember the database will change. Extra indexes may have been created, more data now than...
June 9, 2009 at 8:09 am
if you have the extra disk resources i personally would prefer a clean install to the cluster
June 9, 2009 at 6:49 am
you upgrade you dont perform upgradation there is no such term.
if you did not upgrade the original sql2000 instance the only option you have now is to script the objects...
June 9, 2009 at 6:44 am
is it absolutely necessary to rebuild indexes nightly, normally once a week should suffice
June 9, 2009 at 6:31 am
visual studio 2003 and visual studio 2005 should be able to live on the same machine
June 9, 2009 at 6:28 am
start by setting the recovery model to simple for this database
and then take a full database backup. This will truncate the log file
Shrink the file to the desired size, if...
June 8, 2009 at 6:51 am
if you really need to move logs for the master,model and msdb then use the
alter database modify file command
Tempdb may also be moved but make sure not to touch...
May 31, 2009 at 2:55 pm
look in sql config manager. Find the instance and on the protocols click TCP. Right click and select preoperties then scroll all the way down. Dynamically assigned port will be...
May 31, 2009 at 2:46 pm
GilaMonster (5/25/2009)
you'll get errors saying that the files are not accessible.
you'll also get this if you mistype the file and or path too.
Tip: If you do get this message...
May 25, 2009 at 8:53 am
winston
just to re iterate
the MOVE is only used when restoring a backup. When moving a data file location via ALTER DATABASE use MODIFY FILE. You can issue the statement while...
May 25, 2009 at 7:41 am
Viewing 15 posts - 8,206 through 8,220 (of 9,248 total)