Viewing 15 posts - 241 through 255 (of 497 total)
If it's a default installation then you should find the SQL Server error log under E:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log
February 21, 2014 at 8:45 am
Has the account that the SQL Server Service runs under been given the necessary permissions on the 'new' E: drive?
Regards
Lempster
February 21, 2014 at 8:38 am
stormsentinelcammy (2/21/2014)
Luis Cazares (2/21/2014)
Do you understand how and why it works?
I also missed the link in my previous post. Here it is: How to Make Scalar UDFs Run Faster...
February 21, 2014 at 8:35 am
Lempster (2/21/2014)
February 21, 2014 at 7:22 am
Personally I think a Full backup every 2 hours is overkill and like Grant said, it does put load on the system so your users may find their application(s) less...
February 21, 2014 at 7:18 am
So you want to change the scope of a variable from one package to an entirely different package; is that correct? If so, I don't think this can be done...
February 21, 2014 at 4:35 am
richardmgreen1 (2/21/2014)
Thanks for that, I'll post the questuion in the SSRS forum with a link pointing to here.Any ideas how I get the MODS to move the posts?
Not sure. You...
February 21, 2014 at 4:27 am
If you use a Tally table the query is simply:
SELECTDATEADD(dd,-1,DATEADD(mm,DATEDIFF(m,0,GETDATE())+N,0))
FROMdbo.Tally
You can create and populate your Tally table using this code (taken from Jeff Moden's article about Tally tables [/url]which is...
February 21, 2014 at 4:07 am
You might get more answers if you post in the Reporting Services forum. I think you can ask the Forum Moderators to move posts.....
February 21, 2014 at 3:53 am
Well, it doesn't make sense to have a Full backup schedule that is more frequent than your Diff backup shcedule so I can see how that caused problems. I would...
February 21, 2014 at 3:48 am
Your starting point should be to look at the Recovery Time Objective (RTO) and Recovery Point Objective (RPO) for each database/system. The first means "how quickly should we be able...
February 21, 2014 at 3:15 am
nrajeshkumar (2/20/2014)
Thanks for the reply ..the condition is the query should be within 140 characters..
Rajesh.
Does it need to be red and flowery or green and stripy?
February 21, 2014 at 2:22 am
By 'pretty much' I meant because mirroring involves the transaction log, but you are right Perry, I should have been more specific. The link that I provided should give the...
February 20, 2014 at 5:07 am
Yes, but ideally you would have both instances at the same service pack level.
Regards
Lempster
February 19, 2014 at 4:36 am
I agree with Jeff, but would put Step 10 as Step1; that way when things go wrong it won't seem so bad! 😀
Regards
Lempster
February 19, 2014 at 4:07 am
Viewing 15 posts - 241 through 255 (of 497 total)