Viewing 15 posts - 36,961 through 36,975 (of 39,462 total)
Services will shutdown for an orderly shutdown.
If this is just for SQL, and you do not need to reboot the server (sometimes you do and sometimes not), you can make...
August 7, 2002 at 9:45 am
I'd just let the app check every xx seconds. It's going to do this in the background anyway with your solution. I'd also just check a table for a new...
August 6, 2002 at 12:38 pm
I emailed them and am waiting for some more technical documentation, but it uses replication. I suspect instant transactional replication to work. With scripts for the failover.
Steve Jones
August 6, 2002 at 12:35 pm
Use tinyint or a datetime instead. Easier to track.
Steve Jones
August 6, 2002 at 12:33 pm
Yepper, this is the case. Can cause frame of reference issues (like local paths).
It's a design decision. I run many from the server, but it can be like a program....
August 6, 2002 at 12:31 pm
No easy way. I've seen some complicated SQL (using count() and subqueries), but nothing I'd recommend. Any reason not to do it on the client?
Steve Jones
August 6, 2002 at 12:29 pm
I have had issues with the install, but that was early on. I know there are some Q articles about workarounds, but we experienced corruption and strange unreproduceable errors. Following...
August 6, 2002 at 12:27 pm
I think it's a matter of design. functions are usually reused in your code somewhere and can be cleaner than calling a stored procedure (like in a select statement). Otherwise...
August 6, 2002 at 12:22 pm
Your packages are in MSDB, restore this, not master.
Steve Jones
August 6, 2002 at 12:16 pm
Not bashing Fox, in fact, I used Visual Fox (first version) to rewrite a Fox for DOS app into Windows with a SQL 65 backend. It worked great, though in...
August 6, 2002 at 8:31 am
There are great explanations in Inside SQL Server for SQL 2000. Some are in tempdb, some are populated as you retrieve rows. Depends.
For your cursor, it is accepting default options,...
August 6, 2002 at 8:27 am
August 6, 2002 at 8:15 am
I suspect you mean script the database.
From EM, right click the database, select Generate SQL Script.
You probably want to script the db and all objects, including indexes and roles (you...
August 6, 2002 at 8:14 am
Tend to agree with Andy, though I might make 2 RAID 1s, one for logs, one for OS, SQL system, backups, tempdb. RAID 4 for the other 4 for data.
Steve...
August 5, 2002 at 3:45 pm
Viewing 15 posts - 36,961 through 36,975 (of 39,462 total)