Archive for the ‘Uncategorized’ Category
Tuesday, March 9th, 2010
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
How to include jQuery in a Bookmarkletvar s=document.createElement('script');
s.setAttribute('src','http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
document.getElementsByTagName('body')[0].appendChild(s);
Sharepoint Integrated mode – worth the hassle? | NetworkWorld.com CommunityA good article about MOSS/SSRS integration. It answers some of the questions I had. What's the difference between integrated and native mode? Why doesn't the share point integration option show up in reporting services configuration? Answer: Because you have to install SQL server service pack 2 first.
Tags: Apache, Bookmarklet, Conversation, Form, Framework, Jquery, Marketing, Mod_Wsgi, Nginx, Python, Sharepoint, Software, Ssrs, Ui, Vip, Webdev, Wsgi
Saturday, February 27th, 2010
I was searching all around for this. Finally I found it here.
Thursday, February 25th, 2010
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
SSIS Data Flow – How to load identical data into two places? – Stack OverflowSearching for "SSIS two destinations from transformation" yielded no results so I asked in Stack Overflow. Yes they do have a transformation for that, it's called "multicast". That's why I didn't find it on my own.
It should be called "duplicate output" or something. I thought "multicast" had something to do with putting your data on YouTube!
Tags: Audio, Becky, Compression, Data, Dsp, Elitedancestudioandsupply, Linux, Mssql, Package, Photography, Pos, Reportingservices, Sound, Sqlserver, Ssis, Ssrs, Statistics, Tsql, Ubuntu, Win32
Sunday, January 31st, 2010
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Tags: Arduino, Bash, Cheatsheet, Datagrid, Dump, Electronics, Iphone, Iphonesdk, Javascript, Jquery, Kindle, Led, Linux, Mssql, Objective-C, Objectivec, Pdf, Sensor, Spreadsheet, Sql, Sqlserver, Sysadmin, Table, Toread, Ubuntu
Tuesday, January 26th, 2010
I was getting that error when going to the http://…/ReportServer webpage because I set up the Reporting Services Configuration Manager wrong.
In the database setup section where it asks for a database name, you want to click “new” and follow the instructions to set up a new database for it to store all of its information. I thought it was asking for which database my reports used
|
|