Viewing 15 posts - 17,386 through 17,400 (of 59,067 total)
I don't know much about SSIS but it seems to me that the only way to process things in the correct order would be to "take control" of the situation....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 1:45 pm
Personally, I think that any system that allows Developers to promote to prod or allows for unchecked code to be promoted automatically is just asking for trouble no matter what...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 1:08 pm
From the Article:
“This doesn’t work like it used to.”
While I agree that it probably has fewer bugs that previous releases, this one broke a whole lot of code where...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 1:04 pm
alex.walmsley (6/23/2016)
First question. Apologies for newbie errors.
I have a simple mapping table with related records like the following, just using IDs.
(IdA, IdB)
(1,1),
(1,2),
(2,2),
(2,3),
(3,4),
(4,4),
(4,5)
You can see the first 4 records are interlinked....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 12:56 pm
2josephpkeating (6/25/2016)
We do a lot of automated restores in lower environments from production every evening. The drive layouts vary from server to...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 12:45 pm
Since Powershell is also "interpreted" rather than "compiled", I'm not sure that PowerShell would be any faster. Short of writing a compiled, automatic file editor (which could be incredibly...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 12:34 pm
henrik staun poulsen (6/24/2016)
That helps maintainability,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 9:31 am
Chris Harshman (6/24/2016)
bob.probst (9/11/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 8:59 am
My first inclination would be to use the UNIQUEIDENTIFIER datatype for the GUID instead of VARCHAR but that may be contrary to formatting of the data received. If it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 8:49 am
solomon.jernas (6/24/2016)
it takes 5 minutes in SQL 2000 physical server....
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 5:09 pm
On the serious side, how are these feeds stored in the staging table? VARCHAR, NVARCHAR, VARBINARY, XML or ???? Within that question, are they the MAX datatype? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 5:05 pm
frontrunner148 (6/23/2016)
I have been asked to exclude RSS items where words like Kardashian is in the description. What we would rather have are topics about disasters, terror, crime, politics, scandal.
Odd......
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 5:02 pm
WHUT!!??? Design a database??? Isn't that what ORM tools are for? :sick::-):-D:-P;-):hehe:
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 4:54 pm
sith (6/22/2016)
... SharePoint Developer (with no SQL Skills).
Not quite on-subject but you have no idea how much I enjoyed that little bit of irony. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 4:52 pm
curious_sqldba (6/24/2016)
Jeff Moden (6/23/2016)
curious_sqldba (6/22/2016)
Sean Lange (6/22/2016)
curious_sqldba (6/22/2016)
Thanks. This is just displaying, i want to store the data in the variable and then use the variable different places.
Do you know...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 4:46 pm
Viewing 15 posts - 17,386 through 17,400 (of 59,067 total)