Viewing 15 posts - 2,356 through 2,370 (of 2,900 total)
Column Descriptions are extended properties. If you make the change in EM, then script it out, you see the code that you need to run in QA. It's a good...
September 20, 2007 at 2:50 pm
Your original post just mentioned the amount of time it took. At this point you probably won't get any new readers to this thread, so if you want to get...
September 19, 2007 at 6:12 pm
I assume you meant " ... that i CAN always ... "
There's no "best" answer. I do a full backup every night of my 280 G database (takes 1/2 hour), and...
September 19, 2007 at 12:32 pm
I'm no expert, don't really know much about split-mirroring. Does it require more hardware ? A cheap way to improve might be to get SQLSafe (or a competitor). Then your...
September 19, 2007 at 12:23 pm
One instance would be my vote, unless you have a compelling reason for multiple instances. The only case where we have multiple instances on 1 server is to allow a...
September 19, 2007 at 12:05 pm
What's a LVL0 backup ??
4-5 hours to backup a 100 G database ?!?!
My 280 G database backup with backupexec takes about 1 hour to tape, and if I use...
September 19, 2007 at 11:59 am
You can use DBCC INPUTBUFFER (59) to get a bit more information about what a spid is doing.
September 19, 2007 at 11:55 am
I don't remember exactly. But I think it was a combination of table schema changes, and triggers put on tables based on the old schema, not the new schema that...
September 19, 2007 at 11:48 am
Yeah yeah ... I know .... smartass !! ![]()
September 18, 2007 at 8:50 am
Got it !! Detach & re-attach. Some DBs were moved to new storage recently ... Too bad that it wipes out the real creation date 🙁
Thanks for helping
September 17, 2007 at 9:31 am
No. These databases have creation dates within the last week or so, and I haven't done anything with them in months.
September 17, 2007 at 7:48 am
I found I was able to get Idera's Diagnostic Manager to connect to the remote server - I had been only using it locally. It gives me much more information,...
September 15, 2007 at 3:27 pm
Maybe Noel's method would be better, as long as replication will be unaffected.
Is your database a publisher or a subscriber ?? Mine's a subscriber, so I will just dis-able...
September 14, 2007 at 2:48 pm
I'm doing the same thing this weekend. I'm planning on stopping replication, unmarking the DB as used for replication by setting CATEGORY = 0 is sysdatabases, detaching the DB, moving...
September 14, 2007 at 2:44 pm
Thanks. I just started running a trace, and although I selected database name to display, that column is blank, although there is what looks like a good value in Database...
September 13, 2007 at 2:02 pm
Viewing 15 posts - 2,356 through 2,370 (of 2,900 total)