Viewing 15 posts - 391 through 405 (of 1,988 total)
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either...
August 12, 2019 at 6:56 pm
Well login to the server with the service account and see if it can access D:\_SSISFiles\Scripts
🙂
August 12, 2019 at 6:28 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an Employee...
August 12, 2019 at 1:50 pm
You can organize them in folder in MSDB or in the file system but not in VS sadly.
August 8, 2019 at 4:27 pm
Again you're missing the point about numbers not being the same as numerals
So here's the definition of a numeral, a figure, symbol, or group of these denoting a number.
Seems like a numeral is...
August 6, 2019 at 9:41 pm
Your $excel.Workbooks.Open($element) is just converting the element with a simple tostring which just returns System.Data.DataRow
Try $FilePath = $element.FilePath
August 6, 2019 at 8:41 pm
No, Jeff, an identifier is by its very nature measured on a nominal scale. It is not an interval scale. It is not a ratio scale. It is not...
August 6, 2019 at 5:49 pm
There's nothing inherently wrong with views in stored procedures. However if the data from the view doesn't change during the entire batch process you might consider preloading the data into...
August 6, 2019 at 1:45 pm
What I'm really getting at is that a lot of Developers that I've worked with at other companies think that they don't need to test their own code as...
August 4, 2019 at 3:33 am
That works. But, you may see additional errors appear when running the app. The app may have something that tries to modify the database(s), such as shrinking(!) or something...
July 26, 2019 at 1:40 pm
By including Z in the where clause you've effectively turned it into an inner join.
July 23, 2019 at 2:23 pm
Hi Guys, thank you all for your reply. another manufacturer is no alternative according to the department. However, I also want to prevent the db from doing mysterious things....
July 19, 2019 at 11:24 am
Yes I've seen applications that for whatever reason require both sys admin access to the instance and specific collations on system DB's. I would just give the application it's own...
July 18, 2019 at 2:52 pm
I'm not sure what Talend offers, i have no experience with it, but i know its either super simple and will not fill your needs or non-devs wont have...
July 12, 2019 at 10:42 pm
So you have two points.
First letting non developers do ETL, while companies will love to pitch you all day about how easy their drag and drop tool is for non...
July 11, 2019 at 3:46 pm
Viewing 15 posts - 391 through 405 (of 1,988 total)