Viewing 15 posts - 706 through 720 (of 2,661 total)
Just keep in mid that, "just because you can, doesn't mean you should"... Super long value lists can really eat up compile memory and compile time.
Oh, I get...
November 15, 2022 at 11:19 am
thanks for replies - does clarify things a lot.
regarding the particular test
insert into newtable with (tablock) select * from old table where $partition.<partitionfunctionname>(<partitioncolumn>) = <partitionnumber>
where partitionnumber = one of the...
November 14, 2022 at 3:14 pm
frederico_fonseca wrote:answer is not always correct on this case.
Interesting... When and how is it incorrect... in any case?
I didn't give more details just to allow others to try and...
November 14, 2022 at 11:14 am
How busy is that server?
for that spec the inserts into new table should not take 1 hour for a pitiful 12 million rows unless server is nearly maxed.
regarding table
- are...
November 14, 2022 at 9:14 am
But that doesn't have anything to do with how many drives you have or whether or not you mix MDFs with LDFs. It only has to do with the...
November 14, 2022 at 8:35 am
Cloud is slightly different than on prem - while on prem normally IOPS and max throughput are not limited on a per vm and/or disk type/size, on cloud that is...
November 14, 2022 at 12:31 am
for an azure sqldb its either how many vcores you allocated or how many dtu's depending on the model you chosen.
and how much ram and what are the disk types...
November 13, 2022 at 4:21 pm
what is the spec of that database instance? that will have an impact on it regardless of how you do it
and were you creating the index online or offline? -...
November 13, 2022 at 12:53 pm
if they have direct access to the databases there is no way for you to prevent them from extracting the data. (other than using a tool like CyberArk which can...
November 11, 2022 at 9:24 pm
If I do a len(body) it tells me 194245
Thats where I'm struggling based on the sample data I sent not sure how to invoke STRING_SPLIT()
Thanks.
is that size on the...
November 11, 2022 at 9:09 pm
they don't want us to help. they want us to do the full code for them for free.
based on the sample data string_split() will not work as it lacks the...
November 11, 2022 at 9:07 pm
assuming you are using SSIDDB it does not allow kerberos delegation.
SSISDB doesn't support constrained delegation. In a double-hop environment, if the service account of the SQL server that...
November 11, 2022 at 4:07 pm
I am pretty sure you have heard of the word "replace" - use it to replace those 3 chars with another single delimiter that is not used within the text.
and...
November 11, 2022 at 12:51 pm
and unless all your tables are columnstore tables do the backups with native compression turned on - files will be significantly smaller leading to faster backups and less space required.
Restores...
November 10, 2022 at 7:19 pm
Viewing 15 posts - 706 through 720 (of 2,661 total)