Viewing 15 posts - 4,261 through 4,275 (of 7,429 total)
Unfortunately the only other book I have seen is "Sql Server 2000 Replication Handbook
by David Winters" published by "Butterworth-Heinemann (Trd); ISBN: 1555582303; 1st edition (October 1, 2000)"
Also, check out...
November 15, 2002 at 4:18 am
Duplicate thread see also, http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=8070&FORUM_ID=23&CAT_ID=2&Topic_Title=Formal+Design+Methodologies&Forum_Title=General
November 15, 2002 at 4:02 am
quote:
It is SQL2k and the recovery mode is set to Simple.Thanks...
I stand corrected, I just...
November 15, 2002 at 4:01 am
I know, especially if the product has any merrit. I have in the passed asked vendors if they could see if any of their users would be willing to talk...
November 14, 2002 at 4:32 pm
Sorry I was referring to your question of does it have to be in the same path as before, I only added that you could move them afterwards if yo...
November 14, 2002 at 4:27 pm
quote:
It would be great if you could categorise stored procedures into folders. So that in EM you have Stored Procedures Then a...
November 14, 2002 at 4:12 pm
I believe Brain is right. If you look back I mark the sp as a system object by running
sp_MS_marksystemobject
against it.
It is not a documented procedure but what it does...
November 14, 2002 at 4:09 pm
Unfortunately, that is not allowed in TSQL at this point, don't foresee it happening in the future either. As you said EXEC or even sp_executsql could be used. I personally...
November 14, 2002 at 4:05 pm
If I understand you right then take a look at this thread and the code I posted.
At least for the part of restoring to the same server but a different...
November 14, 2002 at 4:01 pm
That would be my understanding and I what happened when I tested but you did an INSERT so I would assume 10.
What version of SQL are you running? If 2K...
November 14, 2002 at 3:53 pm
Did you make sure to choose the option for not all subscribers would be SQL? I haven't tried this yet but will be able to test next week when I...
November 14, 2002 at 3:47 pm
Yes, has always worked for me.
The reason to move, is so the install cannot inadvertently overwrite it, once that happens it is gone. It is a safety thing I...
November 14, 2002 at 3:44 pm
I agree as it buffers current security against unforseen issues.
November 14, 2002 at 3:40 pm
I use CONVERT myself, I have seen other soultions which do everything in memory, but in comparision the CONVERT is more percise without need to double check. However, using it...
November 14, 2002 at 3:39 pm
Viewing 15 posts - 4,261 through 4,275 (of 7,429 total)