Viewing 15 posts - 39,256 through 39,270 (of 39,506 total)
October 16, 2001 at 10:27 am
I'd say it depends. If you are moving every table and object and it is a true warm standby server, I'd use log shipping.
If it is a cold standby ,...
October 16, 2001 at 10:20 am
October 16, 2001 at 10:08 am
Stored procedures (my favorite) exist for most every job item you need. It would be easy to also build a GUI interface in ASP/VB/.NET that would manage your jobs.
Personally I'd...
October 16, 2001 at 10:06 am
I agree with Andy overall. In ten years of working with SQL Server, ownership chains cause many more problems than they solve.
The only place where I have seen them useful...
October 16, 2001 at 10:04 am
In general, most monitoring software uses Windows APIs, same as Performance monitor and the load is minimal. The main exception is the disk monitors, though in Windows 2000, these are...
October 15, 2001 at 3:02 pm
Personally I hate installing new software on my servers. I built this solution so that I could quickly and easily move this solution to another server without worrying about registering...
October 15, 2001 at 2:51 pm
Nothing should have changed, but it is possible that the query plans were lost or the stats were removed with the service pack.
You might start with the sP. recompile it...
October 15, 2001 at 2:47 pm
Ditto. Unless MS posts the code for an xp somewhere (I haven't seen any), it is unlikely you will get the code.
you can email sqlwish@microsoft.com and ask.
Steve Jones
October 15, 2001 at 2:39 pm
Database design will be independent of the platform. If you have the design, then the GUI for SQL 7 will make it easy to add tables, keys, etc.
for understanding database...
October 15, 2001 at 2:38 pm
I'd agree with Wes. If you can do 0+1, I'd do that, even if I combine tempdb and the data files.
Steve Jones
October 15, 2001 at 2:34 pm
I am with Jon. Can you post some samples so we know what you mean? I am guessing that you will need separate queries of each "round" or set of...
October 15, 2001 at 2:31 pm
I think your parameter is looking for an a: drive. There is probably a dialog asking for you to insert a disk.
Steve Jones
October 15, 2001 at 2:26 pm
You may need to allow updates
sp_configure 'allow updates', 1
reconfigure with override
then recompile the stored procedure.
Steve Jones
October 15, 2001 at 2:20 pm
You might also want to detach your dbs and make a copy of the raw mdf/ldf/ndf files.
Steve Jones
October 15, 2001 at 2:17 pm
Viewing 15 posts - 39,256 through 39,270 (of 39,506 total)