Viewing 15 posts - 16 through 30 (of 120 total)
GilaMonster (11/13/2012)
Nope, that's pretty much how it's done.
Well at least I know that I haven't completely lost my mind. Do you know of a way for all those query...
November 13, 2012 at 12:39 pm
That worked perfectly! I always forget about CTEs.
Thanks!!!!
November 1, 2012 at 1:35 pm
anthony.green (8/9/2012)
If you run the copy manually then run the pkgmgr on its own does it still error?
I'm afraid so. I can do a dir command and verify that...
August 10, 2012 at 6:21 am
Donalith (8/8/2012)
August 8, 2012 at 2:01 pm
anthony.green (8/8/2012)
Something like C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin
Where you should find RSClientPrint-ia64.cab, RSClientPrint-x64.cab and RSClientPrint-x86.cab
Then you should be able to...
August 8, 2012 at 12:52 pm
anthony.green (8/8/2012)
Something like C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin
Where you should find RSClientPrint-ia64.cab, RSClientPrint-x64.cab and RSClientPrint-x86.cab
Then you should be able to...
August 8, 2012 at 7:03 am
You sir are awesome!!!! Thank you so much! That's exactly what I've been looking for.
August 8, 2012 at 6:45 am
anthony.green (8/8/2012)
Do you not have any remote software...
August 8, 2012 at 6:35 am
I tried this:
SELECT *
INTO #tmpxml
FROM OPENROWSET(
BULK 'http://ww2.tdot.state.tn.us/tsw/GeoRSS/TDOTConstructionGeorss.xml',
SINGLE_BLOB) AS x
But that didn't seem to work.
May 10, 2012 at 2:52 pm
Nevermind, I got it. Somebody else had the view open, so once they closed it out, everything worked fine.
Thanks,
Jordon
June 17, 2011 at 10:09 am
Thanks for the reply. I've tried scripting it and after 20 minutes of waiting, I stoped it. So, I created a new view and called it the same...
June 17, 2011 at 9:16 am
murali.jillellamudi 85871 (6/13/2011)
Even I am having the same issue , I am getting this error on SQL SERVER 2008 R2 . I have looked into the fix...
June 13, 2011 at 9:13 am
drew.allen (5/6/2011)
May 6, 2011 at 8:58 am
Viewing 15 posts - 16 through 30 (of 120 total)