Viewing 15 posts - 1 through 15 (of 129 total)
Superb Jeff, also is there any similar command for copy the files?
December 11, 2012 at 3:06 pm
Thanks much, what is the alternative for reading the file from sql if i dont want to use xp_cmdshell , i am using below
--Selecting all the backup files from backup...
December 10, 2012 at 7:33 pm
Thanks all, any idea what maintenance cleanup schedule uses in SQL server to clean up back up files?
December 1, 2012 at 9:23 am
Thanks everyone ,appreciate your replies.
another question is ,i am usin xp_cmdshell to delete the old backup files , and for that i need to make a change on all servers...
November 30, 2012 at 10:43 am
thank you , i was trying to use cast but that did not working , thanks again
November 25, 2012 at 7:05 pm
Thanks ,but it did not work out as separate delete
-- separate delete works fine
--Remove all the diff backups from delete cmd
Delete from #ExistingBackups where...
November 25, 2012 at 4:00 pm
i am using T-SQL script to take a backup and then delete the previous one as of now ,and getting budget approved might take more time and database i am...
November 25, 2012 at 10:23 am
nevermind ,found the issue ,it was quotename causing issue , thanks again for the help.
November 24, 2012 at 10:45 pm
Awesome , also while trying to do the same i am stuck in string manipulation for @datestamp and with below it is always giving two quotes ,any way to get...
November 24, 2012 at 9:51 pm
some body suggested ,through select statement , but i was looking to make it simple where first delete statement results pass on to further delted , i can do that...
November 18, 2012 at 5:31 pm
yes that is what i am looking for as i could not get pass through the same result OR clause , any idea how will it look like to get...
November 14, 2012 at 1:30 am
Thanks , Yes i have couple of servers on SAN , what other utilities you refer?
May 7, 2012 at 10:33 am
what is the best way to get the production IOPs requirement , we have ETL that runs for an hour and trying to get new H/w , what is the...
May 7, 2012 at 10:07 am
Thanks , how is the performance hit after enabling this ? also did you consider server side trace performance comparion with audit function?
August 29, 2011 at 5:34 pm
Viewing 15 posts - 1 through 15 (of 129 total)