Viewing 15 posts - 4,936 through 4,950 (of 6,400 total)
Yes your log backups are working, you can do a query on the MSDB tables to check that they are working as well.
What you are doing is appending to an...
May 24, 2012 at 7:28 am
what do you get if you remove no_output?
May 24, 2012 at 6:31 am
Ray K (5/24/2012)
SQLRNNR (5/23/2012)
Revenant (5/23/2012)
tigerSurvivor
Foreigner
asylum
May 24, 2012 at 6:22 am
What error messages do you get?
May 24, 2012 at 6:03 am
Eugene Elutin (5/24/2012)
Loundy (5/24/2012)
THANK YOU EVERYONE!i was having a crap day but this has totally cheered me up!! 🙂
Give us your address and we will send you our invoices. It...
May 24, 2012 at 5:55 am
I'm with Craig on this one it seems a bit harsh and high maintenance to enforce such a ruling.
People have to start somewhere, but at least do your own research...
May 24, 2012 at 5:50 am
I've just run the OP's full command after renaming my test rar file, I even placed the file into C:\Import and the command works fine, so my guess is now...
May 24, 2012 at 5:38 am
what errors do you get as I just run the following in a cmd prompt and it works fine
"c:\program files\winrar\winrar.exe" x -u "c:\users\anthony.green\desktop\deadlock.rar" "c:\users\anthony.green\desktop\deadlock_rar\"
Also run this with no errors
"c:\program files\winrar\winrar.exe"...
May 24, 2012 at 5:09 am
what is the full query, not the full command as looking at that command, you have missed a load of stuff from the query
set @NomeFinal ='file1 codp meta2.rar'
set @DirectoriaFinal='c:'
select @cmd...
May 24, 2012 at 4:50 am
is that the full query or is there more after the +'' at the end?
May 24, 2012 at 4:39 am
it will either need to be an uninstall, then reinstall if you want to keep the instance names the same, or just reinstall with a new instance name in native...
May 24, 2012 at 2:16 am
Use the compare editions web page to see what each edition comes with, that way you can make an informed choice on what features of SQL you want and what...
May 24, 2012 at 2:03 am
did you read the article in your first post on how to do the tasks you needed to do?
if so you should of seen the part where if it says...
May 23, 2012 at 9:40 am
change auditer, does log the changes to a SQL DB (if its configured) so you could do a query against its DB to see whats changed
May 23, 2012 at 8:45 am
So for a month you have ranges split as follows
1st to 14th
15th to 24th
24th to EOM
or do your ranges differ month on month.
If they differ your going to have to...
May 23, 2012 at 8:44 am
Viewing 15 posts - 4,936 through 4,950 (of 6,400 total)