Viewing 15 posts - 46 through 60 (of 171 total)
So, if my largest data in around 40gb then would I need only need 80gb extra free space?
Sorry to be a pain!
September 17, 2015 at 6:28 am
Thank you for your reply!
I have run the SQL server "Index physical stats" report which gives all the indexes which would need to be removed and also the "Disk usage...
September 17, 2015 at 4:23 am
thank you for your reply!
I have the following script, but it only does a restore of the transaction log; the script doesn't have the flexibility to pick the latest file:...
September 14, 2015 at 5:24 am
Thank you for your reply!
I get return values when I execute the script and I get a return value without any access issues.
September 11, 2015 at 9:19 am
The package gets data from various servers but the job which I'm trying to create is on a different server.
As I said I'm not sure if that is...
September 9, 2015 at 4:02 am
Thank you for your reply. I have already tried to recreate the proxy. The only thing which is unusual is that the source data is on another server but the...
September 9, 2015 at 2:52 am
Thanks for your reply!
The parameters are all running fine. I'm only having the issue when setting up the job in SQL but executing the packages in visual studio all seem...
September 4, 2015 at 10:32 am
Yes, I'm setting the source database to get the information and also a parameter for the destination sever.
Thank you!
September 4, 2015 at 9:00 am
I'm sorry if I'm not being clear but I can only see what I've already sent you, basically, when I run the following:
-- 9 - Populate the #ParsedFileList table with...
September 3, 2015 at 8:53 am
CONVERT(date, col1) AS 'DateTimeStamp', is the line I've chabged unless I need to change it to something else?
and I get the following error:
Conversion failed when converting date and/or time from...
September 3, 2015 at 6:34 am
I have now changed the date time to be converted to date but I still get the following message:
Conversion failed when converting date and/or time from character string.
-- 9 -...
September 3, 2015 at 4:41 am
Thank you for your reply!
I commented out the insert into statement but all I get in return is the details about the files, e.g. file name file extension. LSN etc...
September 3, 2015 at 4:21 am
Dear All,
I apologise for the previous post!
I'm trying to create an email report which gives a result of multiple results from multiple databases in a table format bt I'm trying...
July 24, 2015 at 7:11 am
I had the same issue where I was trying to restore from a Redgate backup so in the end I used the native backup and restore - it just took...
April 29, 2015 at 2:42 pm
I tried using the following script to set up the SMS for the provider tmobile for example, but it still does not work,
USE [msdb]
GO
EXEC msdb.dbo.sp_send_dbmail
@recipients...
August 19, 2014 at 5:22 am
Viewing 15 posts - 46 through 60 (of 171 total)