Viewing 15 posts - 12,091 through 12,105 (of 49,562 total)
That's 2005+ syntax.
Look up sp_password for SQL 2000 and older.
August 14, 2013 at 4:14 pm
Erland Sommarskog (8/14/2013)
if you have a server with many, rarely-used, databases, it may make sense.
Or a sever with a few heavily used databases and a few very seldom used databases...
August 14, 2013 at 4:10 pm
No, but there's a way to not open the database at all until someone logs in. It's usually a bad idea.
Why? What problem is this behaviour causing?
August 14, 2013 at 4:04 pm
I assume you mean ERRORLOG, ERRORLOG.1, etc. They're text files, any text editor or word processor can handle them
Double click the file. Windows will bring up a dialog that says
Select...
August 14, 2013 at 4:02 pm
Because part of the startup process is opening and recovering every database. If it didn't, then the first time a user connected they'd have to wait for the recovery process,...
August 14, 2013 at 3:52 pm
I usually use UltraEdit for it's ability to automatically reload the file on change.
August 14, 2013 at 2:55 pm
Notepad or any other text editor. The error log files are plain text.
August 14, 2013 at 2:50 pm
Extent fragmentation has to do with the position of extents within the file, not the file in the storage system. No amount of backup/restore will change the position of extents...
August 14, 2013 at 2:48 pm
Maybe. Why's it so essential that the files be contiguous?
August 14, 2013 at 2:10 pm
Maybe, maybe not. Depends on way too many factors to answer.
August 14, 2013 at 12:31 pm
A restore will recreate the database as it was at the time of backup. If you want something different, do the restore then make the changes.
August 14, 2013 at 12:01 pm
If E drive is a cluster resource and is currently owned by the active node then the drive will not be present on the passive node at all, as expected.
But...
August 14, 2013 at 9:29 am
If you want to partition the clustered index (a unique one enforcing the pk), you have to include the partition column in the key, it's not optional. If you don't...
August 14, 2013 at 9:06 am
Viewing 15 posts - 12,091 through 12,105 (of 49,562 total)