Viewing 15 posts - 226 through 240 (of 253 total)
Michael's tactic of only loading PKs that aren't already present in the table is pretty much the only way to go. The only shortcut I can think of to...
July 10, 2003 at 8:00 am
Tricky. You cannot backup the log-shipped database, because it is literally in the middle of the process of being restored. I half-way suspect they wrote that without thinking...
July 8, 2003 at 8:15 am
Just to spell it out, EM will "convert" the table by creating a new table, copying over the data, dropping the old table, and renaming the new table to the...
June 27, 2003 at 7:50 am
WAH!
I selected the correct answer in the email, clicked the link, got the web page, clicked "Answer" again... and only then noticed that it had "reset" the question, automatically setting...
June 2, 2003 at 8:16 am
Would "Maximum Worker Threads" (SQL Server internal value) affect this at all? We were advised to adjust this value for our Production database server from the default of 255...
May 22, 2003 at 10:30 am
I'd vote a general thumbs-down as well--but they do have their uses.
The primary negative point is Confusion. Schemas are a pretty abstract concept (the closest analogy I can come...
May 19, 2003 at 8:15 am
I went through a world of pain a long time ago to get linked servers to work. Here's a quote from BOL, from sp_addlinkedsrvlogin:
true for useself is invalid for...
April 17, 2003 at 7:51 am
Well, I for one completely disagree with the preceding post -- clearly that bozo doesn't know what he's talking about. (And since he's me, I think I'm qualified to...
March 14, 2003 at 8:54 pm
I hit this once. Somehow, they didn't get installed, or were uninstalled. We uninstalled and reinstalled SQL Server, and they appeared--not a very good solution. Go through...
March 14, 2003 at 7:31 pm
I found a partial answer. BOL does not indicate that the TEXT data column is pertinent to this event, but when it gets included the "name" of the lock"...
March 14, 2003 at 7:29 pm
Just to mention, it is my understanding that writing to the transaction log is a key, integral part of SQL Server, in that it is absolutely essential for maintaining database...
March 13, 2003 at 9:26 pm
You can use Visual Interdev to develop stored procedures and manage source control between Visual Source Safe and SQL Server (2000 or 7.0). I am obligated to point out...
March 12, 2003 at 4:45 pm
I do what Greg does, use EM to generate the script--but only generate. I then tweak that script as necessary (particularly if new columns need to be assigned...
February 14, 2003 at 2:52 pm
One night, there was this box with SQL 2000 loaded on it that was going to be formatted the next day. The other DBA said "yeah, you can rename...
February 14, 2003 at 9:43 am
Viewing 15 posts - 226 through 240 (of 253 total)