Viewing 15 posts - 1 through 15 (of 75 total)
That is kind of what I thought. The packages are not for production, they are for development, so I guess that is one possible path. I just was hoping there...
May 14, 2020 at 2:34 pm
The difference would be positive vs negative. The issue I am running into is that I am wanting to have an on time status for each individual record, not just...
September 10, 2019 at 11:58 am
This is what I am using
I'm guessing you're talking about a database modeling or entity relationship diagram (ERD) tool. I don't know of an extension for SSMS or...
August 8, 2019 at 1:40 pm
Where would I set up those parameters? Do you mean just using like a magic string in the Connection string and then doing something after deploying?
May 9, 2019 at 3:41 pm
Jeff, under normal circumstances I would agree, The issue is that the table is a massive table that is updated frequently by the application, so our normal audit tools just...
November 15, 2018 at 1:01 pm
It's my script that will mangle stuff,...
August 17, 2018 at 10:37 am
August 17, 2018 at 9:28 am
Turns out that it was just that I was using a non-unique value for the Rows.
July 31, 2018 at 9:22 am
After doing some more digging in msdb.dbo.sysjobhistory I see that the jobs that are run by the process are running multiple times. The for each loop is fed from a data...
June 26, 2018 at 8:34 am
Not all of the versions of SSDT can even open rptproj files so eventually...
June 20, 2018 at 5:54 am
After splitting things out into temp tables before attempting to do the big calculations, I discovered that the data in the semi-colon delimited fields was not actually usable, as a...
June 14, 2018 at 11:38 am
Viewing 15 posts - 1 through 15 (of 75 total)