Viewing 15 posts - 1 through 15 (of 114 total)
The total table count is for STIPS is under 1,000 It could grow to about 10,000 over 4 years
The output is a few hundred records. There are only about 10...
November 2, 2015 at 8:32 am
Thanks, I will take you up on that!
We are just finishing it this morning and our office closes at noon today.
I will be back on Monday:
Just attached both Execution Plans.
In...
October 30, 2015 at 10:12 am
OK Then, it requires an entire Select Statement for the Table in order to use the output of the table to add the next level.
Thanks
SELECT [ID_APD_Stips1], [Stip_Abv], STIP_WasaMatter +'You'...
October 29, 2015 at 4:18 pm
Think I found the reason and wanted to run this up the flagpole for others to comment. Am I on the right track?
ESRI for Oracle, Shared Data:
http://support.esri.com/em/knowledgebase/techarticles/detail/35658
Cause...
August 25, 2015 at 8:06 am
Thank you for your comment.
I wanted to be sure before asking the Oracle DBA that.
Was just given a server to link to.
I found that many of the tables...
August 24, 2015 at 5:30 pm
Used a script to create the Oracle Linked Server.
It provides about 8 views from the same server.
A few of the views with only numeric fields work just fine.
Can't...
August 24, 2015 at 3:43 pm
SELECT * FROM OPENQUERY([PSDEC.City.CO.COM], 'Select [PrimoID_NB] from [Well.Den_Well_SHL_VW]')
Or
SELECT * FROM OPENQUERY([PSDEC.City.CO.COM], 'Select [PrimoID_NB] from [Well].[Den_Well_SHL_VW]')
Same error:
OLE DB provider "OraOLEDB.Oracle" for linked server "PSDEC.City.CO.COM"
returned message "ORA-00936:...
August 24, 2015 at 3:38 pm
Beautiful!!:w00t:
Thank you so much! I read several articles on the subject. As a Newbie, this one was the most useful to me.
http://www.midnightdba.com/Jen/2010/10/tip-over-and-partition-by/#comments
This is posted for Newbies who search...
July 20, 2015 at 9:26 am
Will try that first thing Monday Morning
OVER( PARTITION BY
Would have never figured that out on my own! Thanks!
July 17, 2015 at 12:24 pm
On the SQL Server View:
SELECT vWells_Standard.Area, vWells_Standard.PadNameFinal, vWells_Standard.[Well Name], ISNULL(vWells_Standard.PadNameFinal, N'zzz') AS PadNameNullSort
Thanks, that helped! This is my slight modification.
My MSAccess uses SQL Server Native Cleint 11.0 linked...
July 16, 2015 at 9:17 am
Quick followup to the random parens.
MSAccess is using the SQL Server Native Cleint 11.0 to provide linked tables.
On the MSAccess side the empty Date (that are really Characters to...
June 16, 2015 at 9:57 am
Wow, it looks so simple now! Thanks!
Sorry to take so long to get back. I inherited this table in MSAccess and migrated it to SQL Server.
Just realized that your ISNull...
June 15, 2015 at 3:09 pm
Upon further Examination:
the code above calls the single records and concats them. The single record view is this:
ISNULL(dbo.APD_Stips1.Stip_Abv, N' ') + N' ' + N'(' + ISNULL(dbo.APD_Stips2.Dt_Start, N'...
June 15, 2015 at 11:25 am
Wendell is correct, take it from an Access vetern.
If you take an older copy of Access and just open it with the newer version of Access, things might apper to...
June 15, 2015 at 8:11 am
But of course!
I am still a Newbie using training wheels.
That was it, thanks!
June 10, 2015 at 2:34 pm
Viewing 15 posts - 1 through 15 (of 114 total)