Viewing 15 posts - 61 through 75 (of 153 total)
i was hoping for a less interactive/intensive way to arrive at a statement of what exactly the problem we are trying to solve is, but you are right, i guess...
May 23, 2012 at 10:44 am
not so good...there are business analysts interposed between the report requestor and developers, so developers rarely speak to the end user.
My feeling is that GSquared's suggestion hits the nail on...
May 23, 2012 at 10:36 am
GSquared (5/23/2012)
May 23, 2012 at 10:33 am
How do you unambiguoulsy define your requirements, with language or diagrams?
Are your DBAS masters of your business' business rules?
May 23, 2012 at 9:40 am
the split function in inbuilt from MasterDataServices
http://msdn.microsoft.com/en-us/library/ee633810.aspx
the insticles look like this
/****** Object: UserDefinedFunction [mdq].[Split] Script Date: 04/24/2012 17:58:04 ******/
ALTER FUNCTION [mdq].[Split](@input [nvarchar](4000), @separators [nvarchar](10),...
April 24, 2012 at 3:59 pm
i think i must have asked the wrong question...what i had envisoned was the contents being split on the delimiter down the rows...what i am getting is the entire field...
April 24, 2012 at 11:20 am
gonna try that...should be less tedious
thanks very much
drew
April 16, 2012 at 7:05 am
Light bulb just went off....
did you mean do it in the connection manager?
its still manual, but in the connection manager its dragging lines to define the columns instead of typing...
April 16, 2012 at 7:02 am
Unix dumps the output all into one line, so i get a bazillion records with no CRLF.
We use a split function (either in MKS toolkit or in powershell) to...
April 16, 2012 at 6:59 am
i am importing from Unix into SQL Server...the data dictionary is in Excel
April 16, 2012 at 6:43 am
Holy Good Night!
That was spectacular.
I see i had about a 20% appreciation for the task at hand.
This fills the bill for us too.
Thank you immensely for your generosity
drew
April 11, 2012 at 10:48 am
That's what we;re trying to accomplish too, get the definitions off paper in into the data.
Its true that collecting the data in extended properties keeps the data with the...
April 10, 2012 at 5:09 am
i was just trying to exercise an example.
sorry it didn't make it.
back to work <g>
thanks
March 29, 2012 at 1:41 pm
thanks very much, i appreciate the reminder.
would you mind please commenting on the idea that without a uniqueness check, surrogate keys promote duplicates to uniqueness? maybe that wasnt phrased in...
March 29, 2012 at 11:00 am
Viewing 15 posts - 61 through 75 (of 153 total)