Viewing 15 posts - 1 through 15 (of 34 total)
Thank you all for the input. I am looking into the article and also have been reviewing the SP to see what may be causing the problem.
I appreciate all the...
December 17, 2011 at 12:06 pm
Ian Scarlett (3/18/2011)
You aren't specifying the -S parameter to OSQL. From BOL:-
If no server is specified,...
March 18, 2011 at 9:13 am
Yes.
Currently I am able to replicate the issue on my local machine as well.
The BATCH file is sitting in a shared directory (with proper security for the client to...
March 18, 2011 at 8:48 am
Outstanding! And thanks. I think that this should get me through.
This board always gets me through when I have issues.
November 12, 2010 at 8:15 am
Ok, I got it. I needed to do 2 calls to the server, but also had to set the first call of the form: master.sys.sp_addlinkedServer 'speedy' since the odbc connection...
May 28, 2010 at 12:07 pm
Lowell, thank you for the quick reply, but the issue is in trying to get the remote server linked either through the SP or permanently. I have 4 remote locations...
May 28, 2010 at 11:17 am
Jeffrey Williams-493691 (4/28/2010)
If you just created them manually, or ran a script that created them - then you probably have orphaned...
April 28, 2010 at 1:38 pm
Thanks all, I found the script that works, it is from MS and is called: sp_help_revlogins and can be found at: http://support.microsoft.com/kb/918992
This script really worked nicely. Thanks to...
August 19, 2009 at 6:30 am
If I got all of your excellent comments, the final code should be something like this:
use master
ALTER DATABASE JDE_CRP
set RECOVERY SIMPLE
declare @i as int
declare @FromUser sysname
declare @ToUser sysname
declare @ToSt...
November 4, 2008 at 12:24 pm
Gotcha, thanks to all for the help.
November 4, 2008 at 12:00 pm
This will work, that is the command I was looking for.
Since the database must be in full recovery mode for our backup software to work, is there a way to...
November 4, 2008 at 11:54 am
YES!!! YOU ROCK!! This is exactly what i was looking for!!
Thank you so very much!
October 18, 2005 at 2:03 pm
Usually this kind of maintenece is performed with Jobs. If you can query job status and next run date/time you should be able to aviod the contention
I guess what...
October 18, 2005 at 12:54 pm
that's what I thought it would do, but was not sure.
Thanks!!
February 8, 2005 at 2:14 pm
Thanks for the input Peter.
All updates need to be live and near real time. I would consider replication techniques via MSSQL but the client is using the MSDE2K database and...
February 8, 2005 at 12:14 pm
Viewing 15 posts - 1 through 15 (of 34 total)