Viewing 15 posts - 31 through 45 (of 53 total)
hi Robert
a little trick to double up single quotes is to create a simple varchar @single_quotes then use this a wrapper around any string you want to double up...stops you...
April 18, 2011 at 9:50 am
hi robert,
Try something like this...quick and dirty (thats me...) ..use sp_executesql and a while loop
make up yr sql as a string and then execute it
something like this....back of a...
April 18, 2011 at 4:27 am
I had exactly the same problem...i had the dll in the privateassembly folder of c:\program files\microsoft visual studio 8\common7\ide\privateassemblies..it kept on giving the same error message as you have.
I trawled...
April 11, 2011 at 7:22 am
quick and dirty use sp_executesql
assuming months param @monthlist is entered with comma delimiter i.e 'Jan, Feb, Dec' or 'Jan'
somrting like this....
declare @sqlstring varchar(255)
SET @sqlstring = 'SELECT * FROM...
March 31, 2011 at 2:16 pm
hi Koen/Gsquared
Sorry for not getting back to you...been away...first of all a "mickey mouse" package is just a test harness created to test out a concept....
The "on error" at the...
February 17, 2011 at 2:41 am
hi Trout,
I replied without checking the excellent article referenced above
http://samuelhaddad.com/2009/03/31/overwriting-an-excel-file-destination-using-ssis/
looks as if this kiddie answers all the work rounds...as i say mine was done as a quick...
February 16, 2011 at 3:22 am
hi Trout
What I did as a quick and dirty fix was to save the original spreadsheet (deleting the myView worksheet) as spreadsheet.xls.stru i.e as a template and in my...
February 16, 2011 at 3:04 am
hi Trout,
I am assuming you have created siss package to export to excel you are using the export wizard and you are then running this as a job. You might...
February 15, 2011 at 3:57 am
thanks Andy...I'll give it a go
February 15, 2011 at 3:21 am
attd is script i did for a database called yellowpages to add myself (robin) with readonly privileges
and execute permission on one stored proc from scratch...hope it helps...script is always...
January 26, 2011 at 4:50 am
hi aaron,
My experience is only down to using dates to the day level granularity and having a single date key column in my fact table.
From what i have read it...
January 13, 2011 at 4:39 pm
hi Aaron,
What i did was to use the DimTime in AdventureWorks as a template and just added extra dates to it and then
it is always there as a static time...
January 13, 2011 at 8:22 am
many thanks Gethyn...so having sub plans is the trick i guess...will also read yr blog
December 9, 2010 at 5:08 am
hi Naveen
Yeah that works...thx you very much for yr assistance..much appreciated
October 27, 2010 at 8:49 am
hi Naveen,
[Calendar Years] is set to type "Years", YearMonths type is set to "Months" and [Year Month Days] is set to "Days" and the Time type was set...
October 23, 2010 at 12:08 pm
Viewing 15 posts - 31 through 45 (of 53 total)