Viewing 15 posts - 511 through 525 (of 1,138 total)
do a run as when you open your dos session, and use the same account as what the sql agent account is, and try that
September 25, 2009 at 1:33 am
change your job to say
cscript.exe D:\xyz\Scripts\DB_Trans_Log_Ship.vbs
and let me know if that works
if you type cscript in a dos prompt, you can see the parameters for it.
September 25, 2009 at 1:19 am
Which EMC product are you referring to, there are many
September 25, 2009 at 1:06 am
sqlcool (9/25/2009)
i am using the following way to inoke a .bat file which internally invokes .vbs file but it dosent seem to work
Type :- CmdExec
Run as :- SQL...
September 25, 2009 at 1:04 am
kiranmca24 (9/25/2009)
September 25, 2009 at 12:59 am
Bit disappointed to be honest, expected more detail and in more depth. nothing pointed out really made me think about the subject in question. Just another rehash of arguments about...
September 24, 2009 at 7:18 am
PhilM99 (9/24/2009)
OK, if I do this am I on the right track?:
1) Manually:
Set recovery model to Full
Do a...
September 24, 2009 at 6:41 am
rajeshreddydba (9/24/2009)
can u help it out brifefly telling the...
September 24, 2009 at 5:04 am
Third party tools are normally used, Object level restores are not supported in sql server yet.
September 24, 2009 at 4:54 am
this link might help.
http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server-setup/8970/Error-when-installing-KB948109
if you are using a domain account for the sql server service, you can try changing it to local system and restart the service then try the...
September 24, 2009 at 4:49 am
Looking at your post again, Would i be correct in thinking that you have 1 database there with 2 log files?
if that is the case, that might explain your problem,...
September 24, 2009 at 4:41 am
Dean Jones-454305 (9/24/2009)
I have a bit of a problem here, I have stopped the SQL service on server A, copied the mdf files and ldf files across to server...
September 24, 2009 at 4:32 am
One of the commands that you can run is
dbcc showcontig
this reports on fragmentation at table level
you ideally want
Scan Density [Best Count:Actual Count] to be closer to 100% as possible
Scan...
September 24, 2009 at 4:26 am
Hard to say, How often do you test the backups that are done and do practise restores, to test the DR scenario.
September 24, 2009 at 4:18 am
ramuvanparti (9/24/2009)
September 24, 2009 at 4:04 am
Viewing 15 posts - 511 through 525 (of 1,138 total)