Viewing 15 posts - 1 through 15 (of 33 total)
That's what I'm hoping for. I know PowerShell in 2012 added some new functionality and am just hoping someone can point me in the right direction.
Thanks.
October 25, 2013 at 8:11 am
I got the transaction to finish this time!!
I had to kill the processes from the other databases that were connected to the version store.
February 14, 2013 at 8:48 am
Interesting. So, my next question is...do all sessions from other databases need to be disconnected from the version store for versioning to be disabled? If so, this may...
February 14, 2013 at 8:36 am
The wait type is DISABLE_VERSIONING
February 14, 2013 at 7:49 am
SSRS doesn't support that. It's actually more of an IIS issue, as SSRS runs using IIS and so the entire Report Manager site is displayed in HTML format. ...
August 27, 2012 at 2:03 pm
Yes, it's possible. Google around for how to setup a report subscription, then choose PDF as your report subscription format.
August 27, 2012 at 1:47 pm
I've been on both extremes. I used to work for a major oil company, and we backed up hundreds of SQL servers across a WAN from Oklahoma City, OK...
August 27, 2012 at 1:43 pm
There is no way to know exactly, unless a delete trigger was used to record the deletion.
August 7, 2012 at 7:25 am
Yes, that is the only drawback I could find.
However, I can tell you first hand that it does work, and it's a pretty flexible solution other than having to maintain...
August 6, 2012 at 12:48 pm
I used this tutorial from Microsoft:
http://msdn.microsoft.com/en-us/library/ff928700.aspx
It actually works very well, and the only object type that is not supported is FileStream.
August 6, 2012 at 12:37 pm
Use the Microsoft SYNC framework. Takes out the guesswork.
August 6, 2012 at 11:58 am
Well, I would reccomend the following steps:
1.) Detach all existing databases, making a note of the physical file locations of all MDF, NDF, LDF & FilesStream objects.
2.) Uninstall SQL Enterprise.
3.)...
August 6, 2012 at 11:56 am
Ok, 1 quick question.
So, I want to modify the partition function to be based on years...but is it really as simple as turning this:
create partition function pfDaily (datetime)
as RANGE...
August 2, 2012 at 8:51 am
I like that article, it looks just like what I need.
I'll study it, and use it as a baseline to write similar code without getting rid of any data.
Then, I'll...
August 2, 2012 at 8:04 am
Viewing 15 posts - 1 through 15 (of 33 total)