Viewing 15 posts - 1 through 15 (of 61 total)
duh!!! dont I feel like a ....
Thanks John
works perfectly
June 18, 2018 at 3:29 am
Hi guys, thanks for the replies. requirments have changed slightly.
Initially, the data comes through from Oracle in 1 row on a yearly grane. I unpivot it to get dates...
June 18, 2018 at 2:56 am
Thanks guys, gives me some direction to explore.
Phil, its been a while. sorry
June 16, 2018 at 2:47 am
I did find a work around. set ScriptErrorHandlingMode to IgnoreAll
to understand what I am doing, check this ooout http://sqlblog.com/blogs/alberto_ferrari/archive/2009/02/05/measure-tool.aspx
cheers
Ian
November 3, 2016 at 5:14 am
Thanks Martin,
didnt cross my mind that he will be able to change roles if he has admin rights.
ian
September 13, 2016 at 1:42 am
That worked.
thanks a mil John
January 14, 2016 at 3:25 am
Thanks for the help guys. we installed a64bit excel and that worked.
reports seem much faster now. 😎
November 7, 2014 at 9:02 am
hI GUYS, THANKS FOR THE HELP.
Its a 32 bit environment.
Another suggestion I got was to run the SQL service packs.
Will let you know.
November 6, 2014 at 4:29 am
Hi guys, thanks for the replies.
I switched of the service. deleted the cub file and redeployed. worked.
cheers
Ian
July 24, 2014 at 4:13 am
Thanks guys, I copied the result and put it into text pad so i could see the formating. It shows a space and thats why I assumed as much....
July 14, 2014 at 5:11 am
Yes Eric, I just moved it to a dev environment. then building a stageing and data warehouse. all i need for now is the structure of the source...
April 17, 2014 at 11:46 am
i have code. was thinking of using this
SELECT 1
WHILE @@ROWCOUNT > 10000
BEGIN
DELETE TOP (1000)
FROM (loop through tables)
END
but what i need, is to loop throough the target tables easily
April 16, 2014 at 3:08 pm
hI SCOTT, no, afraid not.
canned tabular.
sorry
October 29, 2013 at 1:35 pm
Viewing 15 posts - 1 through 15 (of 61 total)