Viewing 15 posts - 91 through 105 (of 349 total)
Applying the VMWare KB fix worked for us: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1012225
thank you..
February 15, 2013 at 9:00 am
Researching this potential resolution now:
http://www.sqlservercentral.com/Forums/Topic1300021-2799-2.aspx#bm1395349
February 15, 2013 at 8:07 am
Solution: I changed the ORDER BY / COLLATE statement to:
order by wpcnt COLLATE...
September 21, 2012 at 8:44 am
Execution plan (when COLLATE is commented out) shows 99% of work being done as TABLE SCAN on table tmp_DST_DOR_Activity_Table_raw_data_wtg w/ 243k rows in it...
Execution plan fails when I UN-comment...
September 21, 2012 at 8:32 am
One finding.. when I started up my SQL Server 2008 R2 Developer edition SSMS, I was then able to connect to my registered Integration Services server which is also SQL...
August 24, 2012 at 8:48 am
just found this: http://weblogs.sqlteam.com/jamesw/archive/2010/08/04/datatypes-translation-between-oracle-and-sql-server-part-2-number.aspx
Oracle allows numbers to be defined with a scale greater than the precision, such as NUMBER(4,5), but SQL Server requires the precision to be...
June 13, 2012 at 10:52 am
I've coded a process to DELETE rows > 13 months old. The date in the SQL table is first populated (replicated) from an older Oracle db w/...
May 24, 2012 at 4:51 am
PERFECT! Exactly what I was looking for.. thanks a million.
May 23, 2012 at 5:47 am
1 correction (I mis-typed the date needed value above)
If today is June 1, 2012, I need 05/01/2011
May 23, 2012 at 5:42 am
thx Phil.. I wound up doing the following to resolve the issue:
Reviewed Microsoft recommendation on this issue: "Configure a Report Server for E-Mail Delivery (Reporting Services)"
http://msdn.microsoft.com/en-us/library/ms159155.aspx -- Configuration...
May 18, 2012 at 9:27 am
We have the same issue. Anyone no why the "To:" box is greyed out / protected when the user is in the BROWSER role?
May 18, 2012 at 6:23 am
Unfortunately, we cannot change the target Oracle legacy system. Wish we could.
Does SSIS have a data conversion rule that will accomodate this target data type?
thanks
April 30, 2012 at 4:48 am
thanks Peter. I will review these. Much appreciated.
April 24, 2012 at 8:11 am
I have a similar need here - Is there a way to get:
- a list of ALL reports on the Report Server (we have SSRS 2008)
- the last time each...
April 23, 2012 at 8:49 am
yes, I replaced myname w/ my account..
Not sure about the Roaming attribute.. need to check that
April 19, 2012 at 5:49 am
Viewing 15 posts - 91 through 105 (of 349 total)