Viewing 15 posts - 1,636 through 1,650 (of 2,694 total)
I think this is what the OP desires
select ID
, DocNumber
, InternalNumber
, DocumentDate
...
April 3, 2020 at 7:07 am
one option is do the deployment through t-sql
requires that bulk admin is granted to the devs (but not a big issue normally)
use SSISDB
declare @projectbinary as varbinary(max) =...
April 1, 2020 at 12:55 pm
lots of info can be achieved as mentioned.
On my shop for some of the critical servers we don't even use sp_whoisactive but we use the DMV's to get similar information...
March 31, 2020 at 10:33 pm
few comments on this
March 31, 2020 at 10:27 pm
thanks Jeff.
so a bit slower on my pc - I7 4 core , 16GB ram, SSD drive - 29 seconds for same criteria.
on this type of multiple files output, and...
March 30, 2020 at 11:15 pm
your best option is to setup a GMSA/MSA and use that instead of a standard AD user - once you change them you won't ever have to worry about its...
March 30, 2020 at 10:55 pm
I ran a test against your JBMTest table - here is the code that was executed and the Get-Date output.
All 53 files were created in about 15 seconds with...
March 30, 2020 at 10:33 pm
was about to post the test code - Jeffrey second option has a typo which he corrected on the post above ( = $($_)" - was $($week)") so it would...
March 30, 2020 at 10:21 pm
git command line would be the way to go - I have limited experience so can't really give you good details but have a look at https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html
from a brief reading...
March 30, 2020 at 8:12 pm
thanks guys - I forgot about the number of VLF - one would expect that these days where this is well known fact that any DBA has already...
March 28, 2020 at 3:28 pm
And on a different note - there is no need for that extra unique index - if the hash is done correctly and it is based on those columns then...
March 27, 2020 at 7:00 pm
i did not choose the type of table it is, I don't even know what the table is for. I was just asked to create a hub
Then go back...
March 27, 2020 at 6:55 pm
if you are following Data Vault design then you have too many columns on that hub. most of the columns there look like attributes of your business key and are...
March 27, 2020 at 1:39 pm
thanks guys - I forgot about the number of VLF - one would expect that these days where this is well known fact that any DBA has already set that...
March 26, 2020 at 3:04 pm
Viewing 15 posts - 1,636 through 1,650 (of 2,694 total)