Viewing 15 posts - 271 through 285 (of 294 total)
Same thing just happened to me, I pressed preview & it vanished!
So I'm typing this into an editor & I'll paste it...
November 25, 2004 at 4:01 am
Thanks for the response, at least I know I'm not alone 🙂
On the issue of testing DR failure, what is your experience with Testing it? Specifically, flipping from ServerA...
November 24, 2004 at 10:31 am
Any one there? I can't believe no one has done this! Am I posting in the right forum?
Dave J
November 24, 2004 at 4:30 am
I sent this to one of our developers recently:
--to select all records dated 9th January 2004 in myTable_T use
select * from myTable_T
where dateQueued Between '09 Jan 2004' and '10 Jan...
November 1, 2004 at 9:09 am
Thanks for the input. I will give it a go tomorrow as everyone is logging in...
Dave
October 14, 2004 at 10:39 am
Try unregistering the DLL in system32 (regsvr32 /u <path\filename> ) and registering the correct one. (regsvr32.exe <full path to correct file> )
HTH
Dave
September 22, 2004 at 6:56 am
DOuglas
thanks for your response, I have just ran the DBCC commands you sugggest. I must be honest & say I haven't seen that one before. Is it undocumented?
July 21, 2004 at 1:05 am
Thanks for the feedback. I have done some further research & come up with:
From this article, http://support.microsoft.com/default.aspx?scid=kb;en-us;828339
Note You may or may not see errors from...
July 20, 2004 at 7:01 am
I posted a very simliar question last week and got the v.useful answer use sp_setnetname. see; http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=123539 for the full details
Jacko
July 6, 2004 at 6:43 am
That sounds ideal. Thanks for the suggestion. I'll try it out as soon as I can
thanks again
Dave
June 30, 2004 at 4:22 am
You can Query Jobs via DMO, and Users, so we could extend the script to include them. AFAIK, you can't get DTS pacakges. They have their own Object Model,...
May 28, 2004 at 10:59 am
sounds good but the download link
http://www.sqlservercentral.com/products/bwunder/archiveutility/Setup.msi
is broken.
May 20, 2004 at 11:56 am
A little late, but I have just updated the comments at the top & took out passwords etc.
I'll post this into the script section in a mo' (my first
May 20, 2004 at 2:35 am
I'll clean it up (remover server, user names etc.) & post tonight. Promise
May 19, 2004 at 8:54 am
I have a VB Script that scripts out all the objects in a db, checks them against the sourceSafe version, and checks the new script if it finds a difference. ...
May 19, 2004 at 6:50 am
Viewing 15 posts - 271 through 285 (of 294 total)