Viewing 15 posts - 61 through 75 (of 84 total)
Cheers Gilla, have read a few blogs and articles about it and it would appear that if all else fails, recreate the database and import the data back across.
Don't suppose...
January 17, 2013 at 3:28 am
All down to permissions alright, permission had to be explicitly allocated at the root folder into a read/write group.
Fairly misleading error message when ran as a job, also seems very...
January 9, 2013 at 7:19 am
All down to permissions alright, permission had to be explicitly allocated at the root folder into a read/write group.
Fairly misleading error message when ran as a job, also seems very...
January 9, 2013 at 7:19 am
Sorted it myself, SQL Browser had not come back up online after the repair.
August 29, 2012 at 6:58 am
Also, just to mention that the install of SQL 2008 R2 was done with a slipstream version with SP2 applied. The Repair I ran would have been from the same...
August 29, 2012 at 5:47 am
Some more detail from the SQL logs
2012-08-28 17:36:17.97 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the...
August 28, 2012 at 10:44 am
Managed to figure it out, different versions of Red Gate between environments meant the Replace failed
August 16, 2012 at 3:47 am
The issue is down to this function:
function RedgateGetDatabaseName ([STRING]$backupfile)
{
$SQLConnection.Open()
$SQLQuery = "exec master..sqlbackup '-sql ""RESTORE SQBHEADERONLY FROM DISK = [$backupfile] WITH SINGLERESULTSET""'"
...
August 16, 2012 at 2:05 am
Found the offending query in the end, all down to the way I was trapping the offending queries in Foglight.
Ended up searching for every T-SQL statement and Batch that ran...
July 12, 2012 at 10:21 am
On further inspection, this query is not the reason why the tempdb grew. I have ran it a few times myself and it has not hit the growth rate that...
July 12, 2012 at 4:52 am
@jeff - The HAVING clause is based on a value being > sum(xxxx)
So the query has to run this check for ever single record in the table
July 12, 2012 at 2:14 am
Tempdb MDF doesn't seem to grow now when I run the query again which seems strange, I'm guessing this is down to the result set getting cached in memory
Haven't used...
July 11, 2012 at 10:01 am
Thanks Lynn, thought the aggregation would impact it but nowhere near the level it appears to do
July 11, 2012 at 9:28 am
Timeout option did the trick, thanks a million guys
May 17, 2012 at 7:47 am
Just wondering if version differences in Red Gate Backup could be the issue i.e. different arguments required per version
i.e. The script specifies SQL Backup v6.5.1.9
However, when I run the scripts...
May 17, 2012 at 6:57 am
Viewing 15 posts - 61 through 75 (of 84 total)