Viewing 15 posts - 226 through 240 (of 1,166 total)
Check the BOL topic "Executing Scripts Before and After the Snapshot is Applied"
You can specify the scripts to run before and/or after snapshot...it is very useful if some one want...
February 27, 2007 at 11:32 pm
You may need to reinitialized snaphot after restore...
You need stop your replication before restore otherwise you may get the error database in use...
February 27, 2007 at 11:26 pm
How to move SQL Server databases to a new location by using Detach and Attach functions in SQL Server
February 27, 2007 at 11:23 pm
How to prepare SQL Server 2005 and SQL Server 2000 for changes to daylight saving time in 2007
http://support.microsoft.com/default.aspx?scid=kb;en-us;931975&sd=rss&spid=2855
February 27, 2007 at 11:20 pm
In general you can't because memory is instance specific not the database specific...
You can try alternate routes using sysprocesses table and syscacheobjects tables but you don't get accurate value...
February 27, 2007 at 11:17 pm
As Greg mentioned it could be anything be more specific...
ODBC tracing log file name also SQL.log but the path is "C:\DOCUME~1\User~1\LOCALS~1\Temp\SQL.LOG"
February 27, 2007 at 11:11 pm
You can use the load balancing device like CISCO CSS for this...
February 27, 2007 at 11:05 pm
Enable remote connections in SQL server 2005 Surface Area Configuration (SAC)...
Run the sql trace and enable error and warning and check for long running queries too...
February 27, 2007 at 11:00 pm
Try the following in query window...
ALTER DATABASE [db name] MODIFY FILE ( NAME = N'Log file name', MAXSIZE = UNLIMITED)
February 27, 2007 at 10:53 pm
It looks fine...
try running the backup without creating the disk...
Don't run the restore verify...first let backup finish completely...
BACKUP DATABASE [XYZ] FILEGROUP = N'PRIMARY' TO disk = 'D:\FT005.YINT01.USERDB BACKUP\XYZ\XYZ.BAK' WITH stats = 10,...
February 27, 2007 at 10:44 pm
You can use native sql backup command to backup the databases and its transaction log backups...Or you can use the database maintenance plans wizard to create backups...
See BOL topic "Backup...
February 27, 2007 at 10:30 pm
Why don't you use SSIS/DTS to copy objects and data from 2005 to 2000...
February 27, 2007 at 10:14 pm
http://msdn2.microsoft.com/en-us/library/ms190233.aspx
Read the following blog "Obtaining Statement-Level Query Plans "
http://blogs.msdn.com/sqlcat/Default.aspx?p=2
February 27, 2007 at 9:59 pm
There were issues before sp2... It think in sp1...
MPs file cleanup was not working properly...in continuation to that definately you have to check all major jobs after applying SPs and...
February 27, 2007 at 9:47 pm
I have applied to one server but it was successful.
I have not see this error in forums..
At what stage in sp2 process you are getting error?
What is your sp2 installation...
February 27, 2007 at 9:42 pm
Viewing 15 posts - 226 through 240 (of 1,166 total)