Viewing 15 posts - 23,911 through 23,925 (of 39,818 total)
I'm not sure I have an article specifically addressing this, but moving all data to a specific key can be an issue later with untangling them. NULL is there for...
May 12, 2009 at 9:17 am
Use the windows scheduled tasks and SQLCMD. Pass the stored proc as a parameter to SQLCMD.
May 12, 2009 at 9:10 am
Two or three? There were three correct answers to check.
May 12, 2009 at 8:53 am
The VM test isn't an all or nothing. It doesn't make the decision, it just provides input. Along with the questioning and interaction, this isn't "stump the chump", it's evaluating...
May 12, 2009 at 8:51 am
well, I thought that ALTER DATABASE SET ONLINE would work but it doesn't in 2005. Perhaps my memory is failing.
RESTORE DATABASE xxx WITH RECOVERY will bring it online.
May 12, 2009 at 8:46 am
(Donald Farmer accent): Newbie, I've given you all I've got. We can't push it any harder. That query on the dilithium table will came apart if you keep running it.
May 12, 2009 at 8:29 am
As Gail mentioned, you want to get the results of this to see what's wrong. 20 hours does seem like a long time. How large is the DB?
My guess is...
May 12, 2009 at 8:27 am
Do all your restores using the NORECOVERY option, and then you can use an ALTER DATABASE to bring the database online. The reason is that if you don't use this,...
May 12, 2009 at 7:41 am
I agree, nice re-write, Paul.
May 11, 2009 at 8:20 pm
You need the log space. The only thing that will let you use less peak log space is more frequent log backups.
May 11, 2009 at 8:18 pm
Fair enough, Paul White. I'm not sure what I could do here now other than watch for more info and revise things when it's available.
If it's not clear to you,...
May 11, 2009 at 4:03 pm
sys.sql_logins
http://msdn.microsoft.com/en-us/library/ms174355(SQL.90).aspx
May 11, 2009 at 3:44 pm
There must be something else, like what Gail has listed.
May 11, 2009 at 2:42 pm
I think some products use .dat as an extension. Someone may just use that as a default, which is a bad idea.
May 11, 2009 at 2:24 pm
Viewing 15 posts - 23,911 through 23,925 (of 39,818 total)