Viewing 15 posts - 1 through 15 (of 3,665 total)
It will be harder for data to save the world when people in power keep saying it's fake news!
December 5, 2017 at 7:40 am
Passing logic into a stored procedure sounds like a bad idea to me.
October 17, 2017 at 7:45 am
We probably have enough unused DNA in our brains to store petabytes of data, or more. Who's working on the interface? 😉
May 31, 2017 at 7:37 am
Maybe I'm asking this in the wrong thread, but can anyone tell me where I can find documentation on DBCC TimeWarp? ;-D
April 3, 2017 at 8:58 am
March 30, 2017 at 7:54 am
I ran into a similar problem before importing thousands of files from an archive. I ended up setting up the package to only run for a few hours at a...
December 8, 2016 at 8:45 am
If you can't create more space on D then you can consider adding one or more disk(s) and either moving some of the files or creating additional database files on...
December 8, 2016 at 8:40 am
adonetok (12/6/2016)
For example, there are 70 fields in a table ORDER.
For some...
December 6, 2016 at 8:57 am
Phil Parkin (11/18/2016)
This code snippet shows that ?+ is no problem:
IF OBJECT_ID('tempdb..#test', 'U')...
November 18, 2016 at 8:42 am
Eirikur Eiriksson (11/11/2016)
andy.plumb (11/10/2016)
Description: An error occurred executing the provided SQL command: "SELECT * FROM U_Observation WHERE UPDATED_DATE > DATEADD(YEAR-2,GETDATE())". Native...
November 11, 2016 at 8:37 am
peter478 (11/4/2016)
Alvin Ramard (11/4/2016)
Sounds like you're on the right track.
okay but what is better? to have 3 tables separated or create one table... but, than I must create 3 relationship...
November 4, 2016 at 8:54 am
One thing you'll have to do is convert those DTS packages to SSIS.
There are tools that can help you convert these, but I recommend you don't use them. Take...
October 7, 2016 at 8:56 am
Phil Parkin (10/5/2016)
Eric M Russell (10/5/2016)
Phil Parkin (10/5/2016)
If there is one feature I'd love to see added is the ability to stronly type worksheet columns, meaning for example that all...
October 5, 2016 at 9:12 am
Viewing 15 posts - 1 through 15 (of 3,665 total)