Adding new article to Existing Publication (Transactional Replication)

A smart guy here at work was working on being able to remove and add an article to our SQL server 2008 R2 server. (We used to do it all the time in 2000) After much googling he finally hit on this blog that ‘actually works’ (compared to many that didn’t) http://ansqldba.blogspot.com/2012/02/adding-new-article-to-existing.html Adding new article [...]

how to setup autologon 2008 in a domain

From http://www.expta.com/2008/04/how-to-enable-autologon-for-windows.html Once you join a server to a domain, Windows will automatically delete the AutoAdminLogon value from the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry key. This causes the userpasswords2 control to hide the “Users must enter a user name and password to use this computer” check box shown above. Here’s how to get the missing checkbox back and configure Autologon: Open a [...]

Qlikview Column() Function

Not to be confused with the ColumnNo ColumnNo([total]) Returns the number of the current column within the current row segment in a pivot table. The first column is number 1.  Column() will return the value in that column. The count starts from 1 for the first expression.  — Column(ColumnNo) Returns the value found in the [...]

Saving changes is not permitted sql server 2008 r2

http://msdn.microsoft.com/en-us/library/bb895146.aspx To change this option, on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.

EqualLogic Maintenance Record, Take Two

I don’t know if I dare post this, but no drives lost or hardware issues since 1/26/10 Yay! My previous post was here http://michaelellerbeck.com/2010/01/27/equallogic-maintenance-record/  

When creating a temp file System.IO.IOException: The file exists error

http://blog.dileno.com/archive/201103/fixing-the-file-exists-ioexception-error/ If you get the System.IO.IOException: The file exists error, it’s probably because your C:/Windows/Temp folder is absolutely full with temporary files. In fact, if you have more than 65535 files in your temp folder, the method GetTempFileName will throw this error. To resolve this, just remove all temporary files in C:/Windows/Temp. It might take some time, but it will [...]

VEEAM Reason: The destination file system does not support large files.

This happens if the datastore that the virtual lab VM lives on has been formatted with too small of a block size. Either create a new datastore and then a new virtual lab on it with a bigger block size, or storage vmotion to the rescue.

So I have recently been very enamored with the QVDesign Blog, my calendar activity ribbon

There are a ton of very nice, and cool designs here. http://qvdesign.wordpress.com/2012/01/18/activity-ribbon-chart/ I was trying to figure out what I could do with a similar chart. So I had the thought of what if I applied it to some sort of production. (We make frozen veggies) What would be really cool is if I could use [...]

Qlikview, F5, VPN on Demand, iPhone, iPad and tigers.. oh my

Mobile BI using Qlikview, iPhone, F5, and VPN on demand.

If for what ever reason you want to import an EPS with Inkscape

First you need to install GhostScript. Then add a PATH environment variable to C:\Program Files\gs\gs8.64\bin and C:\Program Files\gs\gs8.64\lib   (using your version of course) And then copy the file gswin32c.exe from the directory : C:\Program Files\gs\gs8.64\bin to the directory : C:\Program Files\gs\gs8.64\lib so that it exists in both places? The ‘lib’ directory is probably already in the [...]

Follow

Get every new post delivered to your Inbox.

Join 201 other followers